Skip to content

NF02/snotes

Repository files navigation

SNotes (Simple Notes)

./icon/extend icon.png SNots (Simple Notes) is an app for creating and managing notes.

Supported file formats

FormatSNotes name formatDescription
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

Editors

The software will use the system’s default text editor.

Use and functions of the app

Basic note management

Basic creation of a note

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

Creating a note with a format chosen by the user

snotes new -f <format> <note_name>

Create notes with extended title

snotes new <note_name> -t <title>

Removes a file by name and by day created.

snotes --remove <note_name> -c <date>

open a file

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>

Other functions

List of formats

snotes -F