Releases: twanh/note-system
Releases · twanh/note-system
Add RequiredSpaceAfterHeadersymbolError
Add NewlineBeforeHeaderError
See #74
Note:
Documentation still has to be added :)
Upload Mode
Upload mode adds the ability to upload your notes to notesystem server.
usage: notesystem upload [-h] [--username USERNAME] [--save-credentials] path url
positional arguments:
path the path to upload
url the url of the notesystem server
optional arguments:
-h, --help show this help message and exit
--username USERNAME the username to use for login (only availble when your password is saved already)
--save-credentials wether to save credentials (password) when you log in
Notes:
- Documentation will be added to readme
--simple-errors option
`"*"` search pattern
Using "*"
as search pattern only the given tags,titles,topics will be matched. So no search keyword (pattern) is needed/searched for.
See #53
Example use:
$ notesystem search "*" notes --tags="tag1"
Feature: `--full-path`
Show the full path of the found files in search mode.
See README and #63
Fix: topic, tag, title search not working correctly
Tag delimters
v0.1.0
Notesystem version 0.1.0
The first version that has all the features needed to take my notes effectively :)
See: milestone 1