-
```javascript module.exports = () => { return { version: 1, publicGlobalTags: [ "#public" ], publicTags: [ "public", "codemods", "roam-traverse-graph", "git-rebase", "git-stacked-rebase", 'software i hate', "typescript", ], publicOnlyTags: [ "po", "tp" ], privateTags: [ "private", "ppl", "pipedrive", ], } } ```
-
```javascript module.exports = () => { return { version: 0, publicGlobalTags: [ "#public" ], publicTags: [ "#public", "#codemods", "[[codemods]]", "#roam-traverse-graph", "[[roam-traverse-graph]]", "#git-rebase", "[[git-rebase]]", "#git-stacked-rebase", "[[git-stacked-rebase]]", '#[[software i hate]]', '[[software i hate]]', "#typescript", "[[typescript]]", ], publicOnlyTags: [ "#po", "#tp" ], privateTags: [ "#private", "[[private]]", "#[[private]]", "private::", "#ppl", "[[ppl]]", "#pipedrive", "[[pipedrive]]" ], } } ```
-
#public
-
{{[[DONE]]}} ~~new~~
-
meh! updating would require parsing the javascript AST, instead of just creating a new block in roam
-
```javascript module.exports = () => { return { "1": { publicGlobalTags: [ "#public" ], publicTags: [ "public", "codemods", "roam-traverse-graph", "git-rebase", "git-stacked-rebase", "software i hate (public)", ], publicOnlyTags: [ "po", "tp" ], privateTags: [ "private", "ppl", "pipedrive", ], }, "0": { publicGlobalTags: [ "#public" ], publicTags: [ "#public", "#codemods", "[[codemods]]", "#roam-traverse-graph", "[[roam-traverse-graph]]", "#git-rebase", "[[git-rebase]]", "#git-stacked-rebase", "[[git-stacked-rebase]]", "[[software i hate (public)]]", "#typescript", "[[typescript]]", ], publicOnlyTags: [ "#po", "#tp" ], privateTags: [ "#private", "[[private]]", "#[[private]]", "private::", "#ppl", "[[ppl]]", "#pipedrive", "[[pipedrive]]" ], } } } ```
-
-
-
cc: