File: README

package info (click to toggle)
xfce4-notes-plugin 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,460 kB
  • sloc: ansic: 11,928; sh: 11,267; makefile: 356
file content (81 lines) | stat: -rw-r--r-- 1,994 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
 Xfce4 Notes Plugin
====================

The notes plugin provides you a quick way to write down a todo list,
to paste a piece of code, to leave a note to your friend, or whatever
else you had like to do with a post'it.

		___Todo_list___
	
	☑ Show an example
	☑ Show some UTF8 codes
	☐ Release a new version
	
		___Random_thoughts___
	
	☐ Add bold/italic/… style
	☐ Hope this gives you some ideas
	
		___UTF8_codes___
	
	Type Ctrl+Shift+u in GTK+ applications
	
	— 2014		“ 201C
	” 201D		‣ 2023
	… 2026		⁂ 2042
	☐ 2610		☑ 2611

The notes are saved under $XDG_DATA_HOME/notes/[0]. This way you can
continue to access your notes remotely, if you have a SSH account for
example, and fire up your favorite editor ^_~

[0] $XDG_DATA_HOME is an environment variable defined by the XDG base
directory specification[1] and defaults to $HOME/.local/share.  

[1] http://standards.freedesktop.org/basedir-spec/

You most probably want to tweak Xfwm4 by disabling the “Skip windows
that have skip pager or skip taskbar properties set” (cf. 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 (Alt+Tab by default).


 Homepage
----------

http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin


 Dependencies
--------------

* glib 2.24
* gtk+ 2.28 (or 3.2)
* libxfce4util 4.10
* libxfce4panel 4.10
* xfconf 4.10
* unique 1.0 (with gtk+ 2.28 only)


 Install
---------

% tar xf xfce4-notes-plugin-<version>.tar.gz
% ./configure
% make
% make install

See the INSTALL file for more instructions.


 Report bugs
-------------
You can report bugs and feature requests on http://bugzilla.xfce.org/.
Select the product “Xfce Panel Plugins” and the component “notes”.

Feature requests are always welcome.

You can also join the Xfce Goodies mailing-list:
http://foo-projects.org/mailman/listinfo/goodies-dev.