Plugin directory

Moved the alpha plugins to their own thread over here: Meta - Alpha Plugin List (0.9.7+) in order to make it easier for people to find APi-compatible plugins without extra noise.

I won’t be updating this thread anymore, so feel free to add your comments or suggestions in the new thread. The new thread also does not have the following restriction:

In order to keep track plugins that are in active development or are being planned, and so you can find other developers to collaborate with, this thread will collect links to where those discussions are taking place.


Update:

As it might be difficult to keep this list for very long, you might want to check the obsidian-md and obsidian-plugin topics in GitHub too.

How to install

Notes:

  • The plugin folder may not exist, so you’ll need to create it.
  • my plugin is a folder that matches the name of the plugin. Developers will usually provide their releases in a zip folder, which you only need to extract in the plugin folder of the previous step.
    As an example, my notes vault has the following plugins:
    image

In order to keep track plugins that are in active development or are being planned, and so you can find other developers to collaborate with, this thread will collect links to where those discussions are taking place.

Off-topic and meta discussions will be moved here: Plugin directory discussions. The focus is on plugins that plan to use the Plugin API, so external integrations (e.g. AutoHotkey, Keyboard Maestro, etc.) will be moved to the meta-discussion too.

Please use the following format:

Plugin name

Short summary of the plugin idea

Links

Add links where other devs or users can contact you to collaborate or discuss ideas (e.g. other forum posts and/or your GitHub repo or issues).


Plugins by category (Volcano/Console hacks)

Note utilities

UX

Text expansion

Improved search

Hotkeys

Vim

Git

To-do Apps

16 Likes

Extract note

This script will get current selection, create a note, and post content inside of it.

  • First line of selected text will be a filename.
  • All others - content

Links

Copy note URL

Brings “Copy note URL” action into the command palette. It will put

obsidian://open/?vault=VAULT_NAME&file=NOTE_NAME

in your clipboard

Links

2 Likes

Backlinks sidepane at the bottom of the document

A very hacky thing to bring backlinks section at the bottom of the document.

Links

Git Backup

Sync a vault with a GitHub repo.

(Contact @b3u on discord)

Related Posts

Ctrl+Enter to toggle TODO

This snippet will add a keyMap for toggling TODOes in EDIT MODE

Links

Quick jump to links

Allows quickly open a link inside of note using hotkeys.

Links

Search This

Gets current text selection and make a global search with this text

Links

Expander: Search and include list of notes

Get a text in document, run search with it and replace the line with ![[NotesName]] which was found.

Links

Unmap Ctrl+C in Vim mode

Right now you can’t copy to system clipboard in Vim mode. That’s workaround for that.

Links

A post was merged into an existing topic: Plugin directory discussions

Better Word Counter

Count how many words and characters you highlighted in your text.

Link

Better Zoom On Azerty Keyboard

Allow the zoom handling with an AZERTY keyboard. Global commands also available.

A post was merged into an existing topic: Plugin directory discussions

RTL Support

This plugin adds a “Switch Document Direction” command which enables RTL (right-to-left document direction) support. This makes it considerably easier to work on Hebrew, Arabic, Farsi documents etc.
The RTL direction is not just text alignment, it’s the real deal, courtesy of the CodeMirror RTL mode.

Links

Vimrc Loader

A treat for Obsidian Vim-mode users, this plugin loads an Ex commands file, .obsidian.vimrc, and executes them every time Obsidian opens a file.
This provides a vimrc-like functionality that enables persistent key maps, macros and other supported settings.

Links

3 Likes

A post was merged into an existing topic: Plugin directory discussions

A post was split to a new topic: Meta - Alpha Plugin List (0.9.7+)