Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Razumihin/obsidian-plugins
- Owner: Razumihin
- Created: 2020-08-14T05:37:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T10:22:35.000Z (about 4 years ago)
- Last Synced: 2024-08-13T07:04:22.574Z (5 months ago)
- Topics: obsidian-md, obsidian-plugin
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Razumihin/obsidian-plugins - Small plugins for Obsidian note taking tool (Others)
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.