elnook / notedo

Notes, Todos, Markdown, Bookmarks and more with VIM support and full-text search - stay'in organized
5 stars 0 forks source link

Notedo

Notedo is in early development, see roadmap for upcoming features. Feel free to request a new feature or report a bug under issues

Usage

Download the latest release and launch the server

notedo server --gui

Contextual help is available with notedo help

Config

Settings can be overridden by CLI flags, environment variables, and the config file (in that order)

e.g. to launch with a different host and port:

notedo server --host 0.0.0.0 -p 8080

The flag names resemble the equivalent environment variable and config file settings

For example,

$ notedo help
...
Flags:
  -d, --datadir string     Data storage path ...
...

To override datadir you can set the environment variable NOTEDO_DATADIR=<something> or in the notedo.yaml:

datadir: <something>

See the contextual help for additional instructions on modifying settings

Tips

Tech