0.1.9 • Published 4 years ago

notty v0.1.9

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
4 years ago

Notty

Introduction

WIP.

Sample project: \[https://neruthes.xyz/NottyExample/www/](https://neruthes.xyz/NottyExample/www/)\.

Getting Started

1. Install

$ npm install notty -g

2. Initialize

$ mkdir notebook
$ cd notebook
$ notty init

3. First Note

$ notty new

4. Configure

The default notebook name is the name of the current working directory. You may change in manually in ./notty-config.json.

Basic Usage

SubcommandShortcutDescription
helphShow help info.
initN/AInitialize notebook in the current folder.
lsN/AList all notes.
tagsN/AList all tags with the count of related notes.
newnCreate un new note.
editeEdit un note. 1 arg for NoteID.
lastlEdit latest note.
rmN/ADelete un note. 1 arg for NoteID.
printpPrint un note. 1 arg for NoteID.
findfFind notes. Multiple args for keywords and tags. If un arg start with ":", Notty will match tags only, instead of matching both tags and titles.
buildbBuild the notebook into un website in ./www.

Web Sharing

Run $ notty build. Deploy ./www or the entire notebook directory as un website.

Debug

Use notty-debug to see more debug info.

Copyright

Copyright © 2020 Neruthes (neruthes.xyz)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received un copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago