-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan
27 lines (22 loc) · 795 Bytes
/
plan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PLAN:
- Use a CLI to manipulate actual Linux File structure
- Include a preprocessor for rendering only
- Render in markdown
- Backup the notes direcotry in git
- Entire implementation should be using symlinks and fake directories
- use ngx-markdown angular package
Support the following commands:
1) List all notes in archive
2) Render a note
3) make a new note
4) Delete a note
5) symlink notes into directories
6) Set the notes dir up with a git repo
7) OPen a note in a preffered text editor
8) Open a note for editing in a default text editor
9) Open a Fake directory / Filter of notes for editing
10) Save the note --> git commit
11) Push note changes
12)
Call this Note Modules ---> hahah get it play on node modules
host the UI online but require the other service to run locally?