SNots (Simple Notes) is an app for creating and managing notes.
| Format | SNotes name format | Description |
| HTML | (html) | Very popular format used for web pages |
| Markdown | (md) | Format used to make documentation within the platforms for sharing the code |
| Org mode | (org) | Format conceived by the Emacs community and thought to be perfectly integrated with it. |
| TXT | (txt) | Unformatted basic format |
| ASCIIMathML.js | (ASCIIMathML) | It’s a JS that adds the math formatting part and the dedicated characters |
The software will use the system’s default text editor.
snotes new <note_name>The notes have the default format Org mode but it can be changed from the config.h file, by changing the def_format[]
parameter
snotes new -f <format> <note_name>snotes new <note_name> -t <title>snotes --remove <note_name> -c <date>in case the note was created on the same day you want to open it:
snotes open <note_name>otherwise
snotes open <note_name> -c <date>snotes -F