view
command
- Add
view
command to replacels
andcat
. - Deprecate
ls
andcat
.
This decreases the number of commands to remember and makes it quicker to browse your notes and books. For instance, walking down Dnote structure can be done with a v
command without having to type different commands:
# list all books
$ dnote v
# list all notes in js
$ dnote v js
# show content of your note #0 in js
$ dnote v js 0
Sync public status of notes
- Dnote for web added an ability to share notes by allowing users to toggle link sharing. Dnote CLI syncs the public status of notes.
- In the next releases, Dnote CLI will be able to edit the public status of notes.