This is an old revision of the document!
Notes
Ideal for your quick notes
The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.
Author: Mike Massonnet
Blog: http://blog.mmassonnet.info/search/label/notes
Archive: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin
Code: http://git.xfce.org/panel-plugins/xfce4-notes-plugin
Usage
Some Tips
Notes are saved under $XDG_DATA_HOME/notes/
— $XDG_DATA_HOME
is an environment variable defined by the XDG base directory specification and defaults to $HOME/.local/share.
Window Manager Hint: You probably want to uncheck the option “Skip windows that have skip pager or skip taskbar properties set” of Xfwm4 (Settings > Window Manager Tweaks > Cycling). The reason is that the notes plugin sets the skip pager hint so it doesn't clutter your pager, but you still want to access your notes by cycling to them with Alt+Tab.
Screenshots
Activity
Recent Changes
- I18n: Update translation da (100%). (2022/03/20 00:54)
- Update COPYING (2022/03/17 17:14)
- I18n: Update translation ms (100%). (2021/09/30 00:53)
- I18n: Update translation et (100%). (2021/09/15 00:51)
- I18n: Update translation ko (100%). (2021/09/09 00:52)
- I18n: Update translation kk (100%). (2021/09/02 12:53)
- I18n: Update translation el (100%). (2021/08/31 00:51)
- I18n: Update translation es (100%). (2021/07/23 16:17)
- I18n: Update translation gl (100%). (2021/07/23 16:17)
- I18n: Update translation ca (100%). (2021/07/23 16:17)
Open Bugs
- An error occurred while fetching this feed: https://bugzilla.xfce.org/buglist.cgi?bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Xfce4-notes-plugin;query_format=advanced;ctype=atom
Translation
Downloads
Releases
Xfce 4.12: xfce4-notes-plugin-1.8.1.tar.bz2
Xfce 4.8: xfce4-notes-plugin-1.7.7.tar.bz2
Xfce 4.6: xfce4-notes-plugin-1.7.2.tar.bz2
Xfce 4.4: xfce4-notes-plugin-1.6.4.tar.bz2
Xfce 4.2: xfce4-notes-plugin-0.11.1.tar.bz2
Latest Release
xfce4-notes-plugin-1.8.1.tar.bz2
Mailing list announcement
SHA1: 37d1a497ea26e796336feb4b0a247b7c4c7a66cd
MD5: 31cb9520b01512a94344770b4befdb3b
Installation Instructions
Dependencies
- GTK+ >= 2.14
- GLib >= 2.16
- Libxfcegui4 >= 4.4
- Libxfce4util >= 4.4
- Libxfce4panel >= 4.4
- Xfconf >= 4.6
- Unique >= 1.0
Compile
tar xf xfce4-notes-plugin-<VERSION>.tar.bz2 cd xfce4-notes-plugin-<VERSION> ./configure make
Install
sudo make install