#python
View:
  • 1.
    Python lab
    4 years ago by Cristian Vasquez
    favorite
    share
    Score: 29/100
    Category: Coding & Technical Tools
    The Python lab plugin provides an experimental interface for Python developers to integrate and test Python scripts within Obsidian. It allows users to implement and interact with scripts for various tasks, such as finding similar notes, translating text, or summarizing notes, through a simple GUI. The plugin communicates with a user-defined Python server to handle operations like inserting new text, replacing existing text, displaying elements in a panel, and facilitating chat-based interactions. Designed for rapid prototyping, it enables developers to explore Natural Language Processing and other Python-based functionalities before transitioning to JavaScript if needed.
    View Plugin Details
  • 2.
    Gnome Terminal Loader
    2 years ago by David Carmichael
    favorite
    share
    Score: 16/100
    Category: Coding & Technical Tools
    The Gnome Terminal Loader plugin integrates Gnome Terminal with Obsidian, allowing users to execute terminal commands directly from their vault. It includes a Python script loader, where placing a `main.py` file in the vault root enables a custom command-line interface. This plugin is specifically designed for Linux users with Gnome Terminal and Python 3 installed. It is ideal for users who want to create and manage terminal scripts or menus from within Obsidian, offering enhanced workflow flexibility for developers and those familiar with terminal-based tasks.
    View Plugin Details
  • 3.
    pycalc
    3 months ago by pycalc
    favorite
    share
    Score: 15/100
    Category: Coding & Technical Tools
    The pycalc plugin allows users to execute Python code directly within Obsidian notes, providing an interactive way to perform calculations and automate workflows. By leveraging Brython, the plugin runs Python scripts seamlessly within the editor, enabling quick data processing without leaving the note-taking environment. It enhances productivity by offering an efficient solution for users who frequently work with Python code for computations, automation, or analysis.
    View Plugin Details