-
{{[[TODO]]}} split [[roam-traverse-graph-settings]] into per-plugin basis
-
{{[[DONE]]}} add `parentBlock` to `Block`'s `metadata`
-
{{[[TODO]]}} verify good
-
{{[[TODO]]}} commit
-
{{[[TODO]]}} create tag(s) for "auto-expand linked mentions"
-
{{[[TODO]]}} lol, nasty bug, w/ security problems (good that now we have never used it so we're fine but we need to avoid this)
-
{{[[TODO]]}} move `Page`.title & `Block`.string into metadata as `originalTitle` & `originalString`
-
{{[[TODO]]}} never use the unprocessed ones in sub-plugins
-
-
{{[[DONE]]}} wait but how does it happen? because we should be updating & accessing the same reference?
-
aha, found it -- inside `findIfPagesHavePublicLinkedReferencesAndLinkThemAsMentions`, the `block.string` is NOT hidden yet, but we take it. not good, use the `blockRef` instead.
-
{{[[TODO]]}} previous suggested solutions still need to be implemented.
-
{{[[TODO]]}} also remove the page's title, just like we did w/ the block's string
-
{{[[DONE]]}} oh, also, `withMetadata` spreads & changes the references of the block... not good! fix it.
-
-
-
-
#observation why block & page separate - searching w/ `[[(hidden) G97ohL3l8]]` vs `(())` & everything follows from there (linkedReferences vs linkedBlockReferences, etc etc etc)
-
-
{{[[DONE]]}} created [[export-html-pages]] workflow! works!!!
-
[[export-html-pages]]
-
{{[[TODO]]}} clean up the writing of json files (graphraw.json, .to-be-updated.json etc) - atm confusing, multiple different dirs, html generator doesn't even write, etc
-
{{[[TODO]]}} cronjob to remove repo in gh runner? ideally no, and remove inside workflow itself.
-
{{[[TODO]]}} fix #[[(hidden) I08LwGTFJ]] - when using the `#[[(hidden) G97ohL3l8]]` tag, only parses it as `#` and not fully, and only eats the first letter, and keeps everything else uh oh
-
{{[[TODO]]}} check if multiple workflows can be combined into 1 (gh actions)
-