Logseq Toolkit Design Sketch
- https://github.com/brianwisti/ExportLogseq?hidden=true
- just some code thoughts
- first pass was python and kùzu
- Collection Managers
-
- I can figure this out with Git but woof that's adding complexity; later
- https://media3.giphy.com/media/55itGuoAJiZEEen9gg/giphy.mp4
- ## Linkable
- InContext(graph) (string, err)
- Content
- ## BlockContent
- Links()
- easy to get carried away here; start with raw text and provide methods for my recurring questions about that text
- ID()
- IsPublic()
- stored in Logseq graph only when used for embed
- Because I have public blocks in private pages and vice versa
- ## Asset
- files in `assets/`
- ## ExternalResource
- web links, mostly
Logseq Toolkit Design Sketch
- https://github.com/brianwisti/ExportLogseq?hidden=true
- just some code thoughts
- first pass was python and kùzu
- Collection Managers
-
- I can figure this out with Git but woof that's adding complexity; later
- https://media3.giphy.com/media/55itGuoAJiZEEen9gg/giphy.mp4
- ## Linkable
- InContext(graph) (string, err)
- Content
- ## BlockContent
- Links()
- easy to get carried away here; start with raw text and provide methods for my recurring questions about that text
- ID()
- IsPublic()
- stored in Logseq graph only when used for embed
- Because I have public blocks in private pages and vice versa
- ## Asset
- files in `assets/`
- ## ExternalResource
- web links, mostly