Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Razumihin/obsidian-plugins

Small plugins for Obsidian note taking tool
https://github.com/Razumihin/obsidian-plugins

obsidian-md obsidian-plugin

Last synced: about 1 month ago
JSON representation

Small plugins for Obsidian note taking tool

Awesome Lists containing this project

README

        

# Obsidian-plugins

Small plugins for [Obsidian](https://obsidian.md) note taking tool. These plugins now support official obsidian alpha [plugin api](https://github.com/obsidianmd/obsidian-api).

## Fullscreen mode

`fullscreen plugin` adds a command to obsidians command palette, that allows you to expand the current document to full screen focus mode for more distraction free and easier reading. Pressing `Esc` should return obsidian back to the previous layout.

## Windows paths to markdown links

`windows-paths-plugin` adds a command to reformat windows paths to working markdown links for example `[licence](windir("C:\Program Files\dotnet\LICENSE.txt"))`) will be formatted to `[licence](file:///C:/Program%20Files/dotnet/LICENSE.txt)` and the link will be clickable in preview mode. This is especially helpful, if you often use the 'Copy as path' Windows feature from file explorer as now your memos can have links to any type of object that is opened by the default application when you click on it. Select the text containing the link to transform and run the command.

## Notes

I'll add these as separate plugins in their own repos and to the obsidian community plugins later with nicer documentation and new features. Sorry for the inconvinience right now.