29 - Contextual UI #1336
Replies: 4 comments
-
This is great, I think the discoverability of the features is a big issue for Dendron right now and this is a great idea.
Works for me, when I deleted a note I could no longer find it in the lookup. Same for creating a note, the only issue is the newly created note doesn't have a frontmatter, but we do warn against this.
Good idea. This actually would be pretty easy to implement, since we already figure out which links exist to decide what needs to be highlighted. |
Beta Was this translation helpful? Give feedback.
-
Makes a lot of sense to add contextual UI features. Feedback comments below: Context:
Not clear how adding more commands will fix stale cache issues. Proposal:Very much agree that adding some contextual Code Actions would really be great as example creating a note from [[wiki-link-file-which-hasnt-been-created-yet]] Add/Remove Vault:
Do you mean adding If above is not the case and If we are adding additional buttons to the explorer we should be careful to not have too many icons stacked up. Here is what I mean: In our current UI in note look up we have quite a few icons stacked up. Including an icon to split the view for the newly created view Horizontally: Which only splits a single note horizontally and gets un-toggled on next note lookup. Since such functionality can be achieved by VSCode shortcut without having to click the button with a mouse, it begs the question whether such toggle should even exist in note lookup. The point being we should be careful what we decide to be top level toggles/entry points. And having some reasonable nesting for the actions we show in contextual menus could be a good idea especially as actions grow. MenuAlso something we can consider for the UI additions is having a menu with Dendron commands. As example Intelij Git plugin menu for inspiration: |
Beta Was this translation helpful? Give feedback.
-
Agree with all the suggestions in the RFC. Can we break up this into multiple phases so we can have something ready to ship for v61? |
Beta Was this translation helpful? Give feedback.
-
Highlighting few points which I could discover
Works for me as well
For each menu options on Right Click, there is (and should be for new options) a dedicated command that runs. Not very sure that vscode allows to change the behavior of existing options like Delete, Copy, Rename etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion for Contextual UI RFC.
Beta Was this translation helpful? Give feedback.
All reactions