dendronhq / dendron

The personal knowledge management (PKM) tool that grows as you do!
https://wiki.dendron.so
Apache License 2.0
6.64k stars 252 forks source link

Add tab-view versions of panel-views #237

Open tyler-dot-earth opened 3 years ago

tyler-dot-earth commented 3 years ago

Is your feature request related to a problem? Please describe. Several views in Dendron are "panel-only views" (unsure of correct term), including:

These "panel-views" are only usable in "panels" -- meaning that:

Describe the solution you'd like

Describe alternatives you've considered n/a

Additional context n/a

kevinslin commented 3 years ago

Outline is builtin to VSCode, the other two parts we control. The vscode term is tree views.

For laying them out in panels, VSCode has a separate notion for tree views (panes) and editor views (tabs). Backlinks and the Dendron tree view are implemented as tree views. It would be possible to port them over to an editor view but that would require non-trivial work. Going to classify as a power feature initiative and evaluate the implementation around the end of year