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

    largishunit

    08/31/2020, 11:33 AM
    Hi. New to dendron. Looks promising but having problems with lookups. Right now. the lookup shows nothing whatsover, even when using the basic cli example.
  • u

    user

    08/31/2020, 1:46 PM
    Is there a way to link internally to the same note?
  • u

    user

    08/31/2020, 1:51 PM
    Like a link to the current document in the document? If so link note ref command and paste in the same document
  • u

    user

    08/31/2020, 1:56 PM
    I should have been more specific, linking to a heading for example. So I can reference different parts of the same doc internally :)
  • u

    user

    08/31/2020, 1:59 PM
    OHHHh I know of the 'section:' tag then have the sections in~~ dictionary~~ list for it like you define children, it is in the scheme and define the sections. I haven't used it myself but it is in the example schemes. @User
  • u

    user

    08/31/2020, 1:59 PM
    Okay thanks
  • u

    user

    08/31/2020, 1:59 PM
    Copy code
    yaml
    # --- types
    - id: types
      children:
        - generics
        - modifiers
        - union
        - intersection
        - interface
    - id: generics
    - id: modifiers
      sections:
        - partial
        - readonly
    - id: union
    - id: intersection
    - id: interface
  • u

    user

    08/31/2020, 2:00 PM
    @User hope this helps still playing around with dendron myself ❤️
  • u

    user

    08/31/2020, 2:01 PM
    Then I think linking to it notation wise to it would work probably like how you'd link a section in jekyll environment is my best guess
  • u

    user

    08/31/2020, 2:02 PM
    Yeah I am used to something like this? [[Journal|projects.electromagnetic.journal#28/08/2020 13:49:07]]
  • u

    user

    08/31/2020, 2:02 PM
    where the # takes you to the heading of the md document
  • u

    user

    08/31/2020, 2:02 PM
    thats a really nice example though, thank you for your detailed help :^)
  • u

    user

    08/31/2020, 2:03 PM
    I stole it from the just a small section of gist @User schemas gist
  • u

    user

    08/31/2020, 2:03 PM
    so np
  • u

    user

    08/31/2020, 2:11 PM
    @User I tried that notation and it seems to just make a note with the name of so yours would make: "Journal|projects.electromagnetic.journal#28/08/2020 13:49:07" Not sure how to link but technically sections are a thing!
  • j

    jojanaho

    08/31/2020, 2:18 PM
    @User you might want to check that you have dendron properly installed
  • k

    kevins8

    08/31/2020, 4:33 PM
    > Hi. New to dendron. Looks promising but having problems with lookups. Right now. the lookup shows nothing whatsover, even when using the basic cli example. @User can you run
    Dendron: Open Logs
    using the command prompt and send me the output?
  • k

    kevins8

    08/31/2020, 4:33 PM
    > Is there a way to link internally to the same note? @User have you tried using note references? https://www.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c.html
  • k

    kevins8

    08/31/2020, 4:35 PM
    > OHHHh I know of the 'section:' tag then have the sections in~~ dictionary~~ list for it like you define children, it is in the scheme and define the sections. > > I haven't used it myself but it is in the example schemes. > @User @User sections are still an experimental feature and not released yet 😅 been using them to notate my own schemas. think of them as a way of documenting the headings inside a note
  • k

    kevins8

    08/31/2020, 4:37 PM
    > I tried to use Rename Note command to move a note to another place in hierarchy. The tree view got really confused about this: > - create note
    pizza
    > - rename to
    recipes.pizza
    > - tree view still shows a separate pizza note, and trying to expand
    recipes
    gives an error:
    Element with id f39efd54-7c3d-4fc9-9cbe-00be9ed0bc2a is already registered
    > Reloading the window fixes this. > Maybe it's not the intended usage of rename command, but imho this should work) @User you're right! will be addressing this in today's release 🙂
  • k

    kevins8

    08/31/2020, 4:38 PM
    > good question, since I wasn't totally sure I did it anyway. I guess window reloading will re-initialize everything in vscode memory (?), but if there would be e.g. cache files somewhere, those wouldn't be refreshed. There probably aren't any of those in place atm, but eh, better safe than sorry @User no cached files atm so window reload is good 🙂
  • r

    rhaynes

    08/31/2020, 5:53 PM
    Hi folks, I am trying to get the basic shortcuts down. When I create a link [[newlink]] what is the shortcut to create that note automatically?
  • k

    kevins8

    08/31/2020, 5:54 PM
    go to definition
    shortcut (
    f12
    ) by default
  • r

    rhaynes

    08/31/2020, 5:56 PM
    is there a complete list of these for the mac? and what is the location to change them? (I am using vscodevim for vi keybindings - if that makes a difference)
  • k

    kevins8

    08/31/2020, 5:57 PM
    vscode -> https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference
  • k

    kevins8

    08/31/2020, 5:57 PM
    for dendron, you can run
    Dendron: Show Help
    to see all shortcuts of builtin commands
  • r

    rhaynes

    08/31/2020, 6:07 PM
    cmd-L for lookup seems to be selecting a line rather than starting lookup (even though when I started up visual code studio I see a dialog saying that dendron is active)
  • k

    kevins8

    08/31/2020, 6:11 PM
    you might have another shortcut that is conflicting. you can find conflicts here: https://code.visualstudio.com/docs/getstarted/keybindings#_detecting-keybinding-conflicts
  • r

    rhaynes

    08/31/2020, 6:12 PM
    Copy code
    {
      "key": "cmd+l",
      "command": "expandLineSelection",
      "when": "textInputFocus"
    }
  • r

    rhaynes

    08/31/2020, 6:12 PM
    Copy code
    {
      "key": "cmd+l",
      "command": "expandLineSelection",
      "when": "editorTextFocus"
    }
1...303132...757Latest