Manage your quick notes at the top bar with vacanote, a GNOME Shell extension.
Vacanote (bakanəʊt) is a GNOME Shell extension for organizing your notes by dashboard/category, having them all at the top bar for quick search. It grows downwards to fill your screen: get maximum visibility without being invasive.
- Start editing by clicking either a note or your dashboard's title.
ESCto close the applet.
Get vacanote with Git:
git clone https://github.com/luvejo/vacanote.git
Or Download as ZIP.
To make the extension readable for the GNOME Shell, you need to move it to the ~/.local/share/gnome-shell/extensions/ directory:
mkdir -p ~/.local/share/gnome-shell/extensions/
mv vacanote/src ~/.local/share/gnome-shell/extensions/vacanote@luvejo.github.io
Unless you're planning to contribute, you can get rid of this:
rm -rf vacanote
Time to enable it:
gnome-shell-extension-tool --enable-extension=vacanote@luvejo.github.io
You may need to login again.
Enjoy!
In /path/to/extension/config/settings.js set the DEBUG flag to true. Find the debugging messages at:
journalctl /usr/bin/gnome-shell -f
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks to these projects I didn't have to bother that much at Stack Overflow.
- Thomas Moreau's ToDoList.
- Yotam Bar-On's gnome-shell-extension-clipboard-indicator.
- zagortenay333's timepp__gnome and timepp__cinnamon.

