#developer-tools9 plugins

Obsidian plugins tagged with #developer-tools. There are 9 plugins in this collection.

  1. Rank 1
    3 years ago by Pieces For Developers
    Coding & Technical Tools#coding#snippet#developer-tools

    The Pieces for Developers plugin enhances the coding experience within Obsidian by providing tools to capture, manage, and discover code snippets efficiently. It allows developers to save valuable code snippets into their personal micro-repo, search and reuse them quickly, and share them seamlessly without leaving Obsidian. The plugin features an AI-powered Copilot that offers assistance with code understanding, pattern recognition, and SDK exploration. Users can enrich code blocks with contextual metadata, automate snippet discovery, and integrate with cloud-based services for syncing and backup.

  2. Rank 2
    a year ago by mnaoumov

    The Advanced Debug Mode plugin extends Obsidian's native debugging capabilities by enabling easier toggling of debug mode and preserving detailed, long stack traces, even for asynchronous operations. It enhances error visibility, helping users trace complex execution flows across timers, promises, and events. The plugin also introduces DevTools access for mobile users, enables easier management of debug namespaces, and provides the ability to disable timeouts during long debugging sessions.

  3. Rank 3
    a year ago by Forketyfork

    The YouTrack Fetcher plugin streamlines issue tracking by allowing you to fetch YouTrack tickets directly into your vault as structured notes. With keyboard shortcut support and a simple fetch dialog, you can retrieve issue details using just the ID. Notes are created using a default format or a custom template of your choice, and stored in a configurable folder. The plugin supports authentication via API token and works with both cloud and self-hosted YouTrack instances.

  4. Rank 4

    Hot Reload

    Plugin59
    2 months ago by pjeby

    The Hot-Reload plugin watches plugin folders for changes in main.js, styles.css and manifest.json, then reloads the changed plugin after file activity settles. It detects plugins through a .git directory or a .hotreload marker, updates its watch list when those markers appear or disappear and shows a brief notice when a reload happens. It can also retry enabling a plugin after a broken save, which keeps the edit loop moving without repeated app reloads or trips to settings. Directory symlinks are supported, file symlinks are not. Mobile support exists but stays experimental and only works on Obsidian 1.6.7 and later. The plugin also assumes the target plugin cleans up properly on unload.

  5. Rank 5

    Plugin REPL

    Plugin50
    2 years ago by readwithai
    Coding & Technical Tools#javascript#automation#scripting

    The Plugin REPL plugin enables users to execute JavaScript code directly within Obsidian, providing an interactive scripting environment for automating tasks and developing custom commands. It allows access to Obsidian's plugin API, making it possible to manipulate files, control the editor, and create new commands without developing a full plugin. Inspired by Emacs, it includes convenience functions for interacting with the vault, executing scripts, and modifying content dynamically. Users can define persistent commands, run startup scripts, and explore Obsidian's internal API, making it a powerful tool for developers and advanced users seeking greater automation and control over their workspace.

  6. Rank 6
    10 months ago by David Barnett
    Coding & Technical Tools#github#link#shortener

    The GH Links Shortener plugin automatically formats pasted GitHub URLs into clean, readable reference links. When you paste a link to a repository, issue, or pull request, it detects the pattern and replaces the full URL with a concise identifier like `user/repo#issue-number`, keeping notes tidy and easier to scan. It works silently in the background without altering other pasted text or non-GitHub links.

  7. Rank 7
    8 months ago by ChenFeng
    Coding & Technical Tools#terminal#cli#developer-tools

    The Open in Terminal plugin adds commands to launch your vault directory in your preferred terminal application. The core command opens a clean terminal window at your vault's root without running additional scripts. Beyond that, you can enable optional commands for Claude Code, Codex CLI, and Gemini CLI that open the terminal and automatically execute their respective tools. Settings let you specify which terminal app to use like Terminal or iTerm on macOS, cmd.exe or PowerShell on Windows, and gnome terminal or alacritty on Linux. The plugin handles platform-specific launch strategies cleanly, avoiding unnecessary shell overhead while offering debug logging for troubleshooting when needed.

  8. Rank 8
    a year ago by Kirill Zhuravlev
    3rd Party Integrations#github#stars#metadata

    The GitHub Integration plugin brings your starred GitHub repositories into your vault as structured notes, making it easier to track and reference useful projects within your knowledge base. It fetches metadata like repository language, topics, creation date, and star count, and organizes them using automatic tagging. With incremental updates, the plugin ensures only new stars are added without overwriting existing notes. Users can customize where these notes are stored, and using a GitHub token allows for higher API usage limits. This is especially helpful for developers, researchers, or anyone curating open-source tools for long-term learning or documentation.

  9. Rank 9
    3 years ago by Heekang Park
    Coding & Technical Tools#code-block#developer-tools

    The HK Code Block plugin enhances code blocks in Obsidian with features like titles, collapsible sections, line numbers, line highlights, copy buttons, prompts, and language indicators. It allows users to create visually enriched and functional code blocks, making code presentations more organized and readable. Customizable settings provide flexibility in how features are applied, such as specifying default values for prompts, managing line number displays, and enabling or disabling specific options. The plugin also supports associating result blocks with code, helping users demonstrate outputs directly. It integrates seamlessly with various themes, making it a versatile tool for developers and note-takers who frequently use code snippets.