https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • j

    jeremyW

    07/02/2022, 2:54 PM
    My keybinding for click to create is stuck on command because I synced my settings from my mac...
  • j

    jeremyW

    07/02/2022, 2:54 PM
    not sure how to reset it
  • j

    José Longo

    07/02/2022, 2:57 PM
    https://code.visualstudio.com/docs/getstarted/keybindings
  • j

    jeremyW

    07/02/2022, 2:58 PM
    I know how to do that but I don't know the binding name
  • j

    jeremyW

    07/02/2022, 2:59 PM
    and i'm not sure its a binding because it's a command or control plus click
  • j

    José Longo

    07/02/2022, 3:00 PM
    i only have this two defined
    Copy code
    {
        "key": "ctrl+d ctrl+n",
        "command": "dendron.gotoNote",
        "when": "dendron:pluginActive && editorFocus"
      },
      {
        "key": "ctrl+enter",
        "command": "-dendron.gotoNote",
        "when": "dendron:pluginActive && editorFocus"
      }
  • j

    jeremyW

    07/02/2022, 3:01 PM
    is that in settings.json?
  • j

    José Longo

    07/02/2022, 3:01 PM
    preferences
  • j

    José Longo

    07/02/2022, 3:03 PM
    and open keyboard shortcuts
  • j

    jeremyW

    07/02/2022, 3:05 PM
    well, perhaps this is the issue....
  • j

    José Longo

    07/02/2022, 3:06 PM
    in preferences: open keyboard... you can edit the json file
  • j

    jeremyW

    07/02/2022, 3:06 PM
    yeah, i keep all those files pinned
  • j

    José Longo

    07/02/2022, 3:07 PM
    i think there will be easier
  • j

    jeremyW

    07/02/2022, 3:07 PM
    i just deleted all the other ones. I'll add new shortcuts when I need them.
  • j

    jeremyW

    07/02/2022, 3:07 PM
    dendron has made me pretty agressive about deleting duplicate bindings.
  • j

    jeremyW

    07/02/2022, 3:08 PM
    I apprecaite your assistance Jose
  • j

    José Longo

    07/02/2022, 3:08 PM
    welcome
  • k

    kevins8

    07/02/2022, 3:24 PM
    the middle example has is the one with the space?
    Glintt | dendron://
    ? what happens if you remove the space in front of the pipe?
  • j

    José Longo

    07/02/2022, 3:25 PM
    if i remove the pipe front space it works
  • k

    kevins8

    07/02/2022, 3:34 PM
    yeah, this is an issue in how we parse the wikilink right now. i'm oncall this week - if you submit a bug report, i can take a look at this
  • j

    José Longo

    07/02/2022, 3:35 PM
    i will do that
  • j

    jeremyW

    07/02/2022, 3:39 PM
    Does anyone know of a plugin that will find wikipedia links from the command pallet?
  • j

    José Longo

    07/02/2022, 3:47 PM
    wikipedia 4 visual studio extension ?
  • j

    jeremyW

    07/02/2022, 3:51 PM
    hmm, that acutally searches and opens a browser based on selected text.
  • j

    jeremyW

    07/02/2022, 3:51 PM
    Might have to think about how to make what i want...
  • j

    José Longo

    07/02/2022, 3:58 PM
    there is other that includes the text from wikipedia
  • j

    José Longo

    07/02/2022, 3:58 PM
    as far as i can see on description
  • j

    jeremyW

    07/02/2022, 3:59 PM
    I want just the link to quickly throw into articles. Might make more sense to have a plugin that runs a google search and returns a list of links to select from.
  • j

    José Longo

    07/02/2022, 4:02 PM
    wiki link seems pretty close
  • j

    jeremyW

    07/02/2022, 4:08 PM
    oh that works marvelously. Thank you.
1...666667668...757Latest