treehouse
treehouse copied to clipboard
open a node w/ children in a second panel in panel 2, choose "open" on one of the nodes - it will open in panel 1, when it should open...
- [ ] set blank fields on nodes that don't have them - [ ] rename fields - [ ] add new fields - [ ] move/hide fields as view...
If I make a change to a template, those changes should sync to any node already tagged with that template.
The only reasonable way to create a tag is by typing a "#...", so it shouldn't be in the Command Palette.
Should be a more elegant option than just deleting it. We could either concatenate the key + value with a space between, or we could just use the value for...
Tana's shortcuts, for reference: This could be something that goes in the command palette when no node is selected
Currently, if you delete a node that has reference nodes, the reference nodes are deleted as well. We should not assume the user wants to delete the reference nodes. Quick...
To repro: 1. create any node (node A) 2. create a reference node from node A 3. create a second reference node from node A 4. delete one of the...
The syntax highlighter currently used for highlighting and language detection is not accurate enough to get in the way of running code, which needs accurate language detection. We should in...
Both CodeBlock and InlineFrame should be vertically resizable. I imagine a VerticalResizer component under `ui` we can wrap both in that has a horizontal bar underneath its children DOM elements...