setup base entity and change cli to print actions
This commit is contained in:
parent
d1f4527b1b
commit
b24cc4d427
6 changed files with 97 additions and 26 deletions
30
README.md
30
README.md
|
|
@ -3,3 +3,33 @@
|
|||
Quick tool to write gemtext posts for my gemlog.
|
||||
|
||||
=> gemini://travisshears.com/gemlog
|
||||
|
||||
|
||||
## Entites
|
||||
|
||||
Gemlog
|
||||
- id, uuid
|
||||
- title
|
||||
- slug
|
||||
- date
|
||||
- gemtxt
|
||||
- short? gemtxt < 250 char
|
||||
|
||||
|
||||
## Arch
|
||||
|
||||
For DB planning to use couch db
|
||||
|
||||
## Use-cases
|
||||
|
||||
### Create gemlog entry
|
||||
|
||||
Open editor with pre-filled template with frontmatter. Set example date (now), title, slug
|
||||
|
||||
### Delete gemlog entry
|
||||
|
||||
Select from list then delete.
|
||||
|
||||
### Edit gemlog entry
|
||||
|
||||
Select from list then edit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue