Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zet.tlv: saving/loading to/from disk | Kartik K. Agaram | 2022-02-10 | 1 | -0/+76 |
| | |||||
* | zet.tlv | Kartik K. Agaram | 2022-02-10 | 1 | -0/+131 |
| | |||||
* | zet.tlv: resizing zettel card sizes | Kartik K. Agaram | 2022-02-10 | 1 | -0/+124 |
| | |||||
* | zet.tlv: creating new zettels | Kartik K. Agaram | 2022-02-09 | 1 | -0/+211 |
| | |||||
* | zet.tlv: bugfixes to editor cursor handling | Kartik K. Agaram | 2022-02-09 | 1 | -5/+4 |
| | |||||
* | . | Kartik K. Agaram | 2022-02-09 | 1 | -2/+2 |
| | |||||
* | standardize key order in .tlv files | Kartik K. Agaram | 2022-02-09 | 1 | -15/+15 |
| | | | | This will eliminate some spurious git diffs I keep having to clean up. | ||||
* | zet.tlv: simpler UI, simpler editor | Kartik K. Agaram | 2022-02-09 | 1 | -0/+184 |
| | |||||
* | bugfix in rendering non-top zettels | Kartik K. Agaram | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Lua gotcha: iterating over strings yields strings | Kartik K. Agaram | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | zet.tlv: expand editor to accomodate more text | Kartik K. Agaram | 2022-02-08 | 1 | -7/+12 |
| | | | | | Still won't show up in view mode for now. Soon we'll be able to adjust zettel dimensions. | ||||
* | zet.tlv: editing a single zettel | Kartik K. Agaram | 2022-02-08 | 1 | -7/+307 |
| | |||||
* | zet.tlv: clean up history | Kartik K. Agaram | 2022-02-07 | 1 | -2590/+17 |
| | |||||
* | experimental app: zettelkasten | Kartik K. Agaram | 2022-02-04 | 1 | -0/+2963 |
https://merveilles.town/@akkartik/107742821323590471 What we have so far: a representation (see 'zettels') parent/child next/prev sibling (todo: misc cross-links) ability to render zettels in multiple columns based on 'view_settings' all zettels render with same size alternate backgrounds between zettels for legibility skip rendering duplicates (if we ever hit cycles) a highlighted 'current zettel' ability to move current zettel by screen location (arrow keys) by network structure (h/j/k/l) Still can't edit zettels or load/save from/to disk. |