- Obsidian is a note taking app based on Markdown files
- It's extensible
- Simple plugin, that counts the number of lines of the active file
- The line count will be visible in the status bar
- Official Obsidian Plugin Template
- Unofficial Obsidian Plugin Developer Docs
Requirement
Installation
- Open terminal
cd path/to/your/obsidian/vault/.obsidian/plugins
git clone https://github.com/flolu/obsidian-plugin
npm install
npm run dev
- In Obsidian, press
Ctrl + P
and selectReload app without saving
- In Obsidian, go to settings -> Community plugins -> Enable "Example Plugin"
Commands
npm i
(Install dependencies)npm run dev
(Install dependencies)
Releasing