A simple and efficient quick note-taking plugin for the Albert Launcher.
QuickNote allows you to seamlessly append notes to markdown files using "contexts". This makes it an incredibly powerful and fast companion to markdown-based knowledge bases like Obsidian. By setting your Obsidian vault folder as the notes directory, you can rapidly dump thoughts into specific daily notes or topics without ever opening the Obsidian app.
- Fast Note-Taking: Append bullet points to a markdown file instantly.
- Context Switching: Quickly switch the target markdown file (the "context") or create new ones on the fly.
- Obsidian Integration: Perfect for routing quick captures to your Obsidian vault.
- Albert launcher v5.0 or higher
- Python 3
-
Place the
quicknote.pyfile directly into your Albert python plugins directory:cp quicknote.py ~/.local/share/albert/python/plugins/ -
Restart Albert to detect the new plugin:
killall albert && albert &
-
Open Albert settings -> Plugins -> Python -> Enable QuickNote.
- Open Albert Settings -> Plugins -> QuickNote.
- Under "Directory path for storing markdown notes", paste the path to your notes directory (e.g.,
/home/user/Documents/Obsidian Vault/QuickNotes). (Hit Enter in the text box to save it permanently!)
Use the ctx trigger to select which markdown file you want to write to.
- Type
ctx ideasto set your context toideas.md. - If the file exists, it will select it. If not, it will create it for you.
Use the nt trigger to append a note to your current context.
- Type
nt Look into the new python featuresand press Enter. - It will automatically append
- Look into the new python featuresto the bottom of your currently active context file.
- Mohamed Sallam (@mohamed-sallam)
MIT License