-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
43 lines (35 loc) · 1.2 KB
/
README
File metadata and controls
43 lines (35 loc) · 1.2 KB
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
PepperNote is a cross-platform note-taking software written in C++/Qt.
PepperNote is currently in development and has limited features... but aspires
to be a fully-featured note-taking program.
A notebook is organized into this structure:
* Notebook (an indivual file)
** Notebook section
*** Notebook pages
Notebook pages are HTML files.
PepperNote does not create registry keys. Even in Windows, it uses the INI
format for saving settings.
Files generated by PepperNote:
* Settings files ($HOME/.config/PepperNote; %APPDATA% in Windows?)
* PepperNote notebooks ($HOME/Documents/PepperNote%20Notebooks;
%USERPROFILE%/Documents/PepperNote%20Notebooks in Windows?)
Existing features:
* Multiple pages
* Formatted editing (bold, lists, etc)
* Rename pages
* Move pages between sections
* Delete pages
* Create sections
* Rename sections
* Limit 1 running instance
* Hide to system tray
Partial features:
* Multiple sections
You can hand-edit the manifest to add or remove sections
Features pending for v1.0 release:
* Format headings (h1, h2, h3, etc.)
* Create notebooks
* Re-arrange notebooks
* Re-arrange sections
* Delete sections
Also, need a new application icon to replace the existing hideous one.
Seriously.