Skip to content

mohamed-sallam/quicknote-albert-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

QuickNote Albert Plugin

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.

Features

  • 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.

Requirements

  • Albert launcher v5.0 or higher
  • Python 3

Installation

  1. Place the quicknote.py file directly into your Albert python plugins directory:

    cp quicknote.py ~/.local/share/albert/python/plugins/
  2. Restart Albert to detect the new plugin:

    killall albert && albert &
  3. Open Albert settings -> Plugins -> Python -> Enable QuickNote.

Configuration

  1. Open Albert Settings -> Plugins -> QuickNote.
  2. 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!)

Usage

1. Set Context (ctx)

Use the ctx trigger to select which markdown file you want to write to.

  • Type ctx ideas to set your context to ideas.md.
  • If the file exists, it will select it. If not, it will create it for you.

2. Take a Note (nt)

Use the nt trigger to append a note to your current context.

  • Type nt Look into the new python features and press Enter.
  • It will automatically append - Look into the new python features to the bottom of your currently active context file.

Authors & Maintainers

License

MIT License

About

Quick note taking with contexts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages