Skip to content

Releases: twanh/note-system

Add RequiredSpaceAfterHeadersymbolError

07 Oct 14:11
Compare
Choose a tag to compare

A space after the last header symbol (#) in a heading is required. This will now be checked an be fixed automatically.

See: #75

Add NewlineBeforeHeaderError

29 Sep 19:11
Compare
Choose a tag to compare

See #74

Note:
Documentation still has to be added :)

Upload Mode

29 Sep 10:52
Compare
Choose a tag to compare

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

09 Jul 12:58
Compare
Choose a tag to compare

--simple-errors changed how the errors are shown in the check mode.

See #34 #68

`"*"` search pattern

09 Jul 11:59
Compare
Choose a tag to compare

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`

07 Jul 12:24
Compare
Choose a tag to compare

Show the full path of the found files in search mode.

See README and #63

Fix: topic, tag, title search not working correctly

05 Jul 16:38
4554209
Compare
Choose a tag to compare

Tag delimters

15 Jun 16:36
Compare
Choose a tag to compare

Add the option to specify a tag delimiter.

See #57 #54

v0.1.0

15 Jun 11:48
Compare
Choose a tag to compare

Notesystem version 0.1.0

The first version that has all the features needed to take my notes effectively :)

See: milestone 1