#coding
  • 1.
    Open vault in VS Code
    4 months ago by NomarCub
    favorite
    share
    Score: 53/100
    Category: Coding & Technical Tools
    The Open vault in VS Code plugin allows users to seamlessly open their Obsidian vaults or specific files directly in Visual Studio Code. It provides a ribbon button, context menu options, and commands for easy integration with VS Code. Users can customize how files or vaults are opened, including support for jumping to specific lines and characters. The plugin also supports various methods of launching VS Code, such as using the `code` command or `vscode://` URLs. Additionally, it offers advanced settings for multi-root workspaces and specific file openings, making it highly adaptable for coding, version control, and markdown management workflows.
    View Plugin Details
  • 2.
    Livecodes Playground
    9 months ago by @gapmiss
    favorite
    share
    Score: 50/100
    Category: Coding & Technical Tools
    The Livecodes Playground plugin integrates a powerful code editor within Obsidian, allowing users to create, manage, and run interactive coding playgrounds. It supports multiple programming languages and frameworks, enabling rapid prototyping and live previews of code. Users can generate new playgrounds, import existing configurations, or utilize starter templates for languages like JavaScript, Python, and HTML. The plugin also offers features such as quick playground creation, integration with CodePen, and live previews of code blocks within Obsidian. Playgrounds are saved as Markdown notes, maintaining compatibility with the Obsidian environment. The plugin provides extensive customization options for setup and configuration, catering to both beginners and advanced developers.
    View Plugin Details
  • 3.
    HTML Tags Autocomplete
    4 months ago by bicarlsen
    favorite
    share
    Score: 33/100
    Category: Coding & Technical Tools
    The HTML Tags Autocomplete plugin enhances the experience of writing HTML tags within Obsidian by streamlining the creation and navigation of tags. It automatically adds closing tags as you type, reducing the need for manual entry. Additionally, the plugin provides commands to navigate efficiently through tags, allowing users to skip over tags or jump to their matching counterpart. These features make managing HTML formatting quicker and more intuitive, especially for users who frequently utilize HTML for styling or structuring notes.
    View Plugin Details
  • 4.
    Snippets
    4 months ago by Pelao
    favorite
    share
    Score: 24/100
    Category: Coding & Technical Tools
    The Snippets plugin allows users to run code snippets directly within Obsidian. It supports multiple languages such as Python, JavaScript, and shell scripts, making it useful for users who want to automate tasks, run simple scripts, or trigger external services from within their notes. The plugin provides a 'Run' button for recognized snippets in preview mode and also allows users to execute code directly from edit mode using a keyboard shortcut or command palette option. The output of the executed code is displayed either in a modal or appended to the note. Users can configure templates and customize the behavior of the output for each supported language. Placeholders like vault path, file name, and file path can be dynamically included in scripts, enabling more advanced automation. This tool is ideal for users who want to integrate coding functionality into their note-taking workflow.
    View Plugin Details