Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add command palette, add disable global #288

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mdroidian
Copy link
Collaborator

@mdroidian mdroidian commented Oct 27, 2024

\ is often used in LaTeX so users want the ability to disable it as the global node menu trigger.

I'd probably like to phase out the global trigger in favor of the command palette, but I worry that users will request a "modifier" free option, which I don't think the command palette supports.

https://www.loom.com/share/d1ab1bb4e75446aebdb186fe39dccf5b

Comment on lines +394 to +402
{
id: "disable-global-trigger",
name: "Disable Global Node Menu Trigger",
action: {
type: "switch",
},
description:
"Whether to disable the global trigger for the Discourse Node Menu, found at [[roam/js/discourse-graph]], and use the custom trigger instead",
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why have a disable setting over just the custom trigger setting (where empty/obscure string effectively disables)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants