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

    haaaaah

    05/17/2022, 8:53 PM
    Did you try changing the Dendron graph
    zoom
    option? Afaik, the graph is implemented with a library by Dendron, unrelated to vscode. There might be a CSS rule that can change the behavior, or you may have to hack the library..
  • a

    AshSimmonds

    05/17/2022, 8:55 PM
    Done a little css hacking, haven't touched the zoom property yet, just colours and stuff so far.
  • h

    haaaaah

    05/17/2022, 9:02 PM
    I have a question of my own, as I recently started using Dendron more in my workflow. One thing I'm doing more is creating notes by typing the nonexistent link in another existing note. Then I use
    Go to note
    to create it. Problem is, the default kb shortcut isn't working. I actually like it more than the vscode default of creating a newline. Surely others have encountered this problem before?
  • h

    haaaaah

    05/17/2022, 9:05 PM
    @AshSimmonds reading this, I have a hunch it may be css transitions that you're looking for. Although, I'm unsure for which property..
  • s

    synthetic_penguin

    05/17/2022, 10:25 PM
    Hello. If I have a url in a dendron document, is there a way to open that link in my browser from within dendron?
  • s

    SeriousBug

    05/17/2022, 10:25 PM
    It should work if you click on the link while holding
    Ctrl
    , does that work?
  • s

    synthetic_penguin

    05/17/2022, 10:27 PM
    Ah. I'm using macos. command left click works. Thanks!
  • t

    thatorchid

    05/18/2022, 8:58 AM
    Hello! I was wondering if anyone knew how to create relational database type structures in Dendron. I am learning Finnish and I'd like a few tables: dictionary, verbs, phrases, etc. These tables would each have their own notes and then in the notes on a resource, I'd like to add to these tables the words, verbs, phrases I learned in that lesson. Does anyone know a good article on how to accomplish something like this? Thank you!
  • h

    hulke

    05/18/2022, 9:31 AM
    actually i was referring more to overriding colors, borders, spacing etc.. although transitions would be great as well
  • h

    hulke

    05/18/2022, 9:31 AM
    amazing! i will take a look thanks for letting me know @SeriousBug
  • j

    Joshi

    05/18/2022, 10:06 AM
    smooth-scrolling for graph view
  • a

    andrey-jef

    05/18/2022, 11:12 AM
    I doubt you can do it with Dendron. But I know that I can create with plugin in Obsidian
  • p

    PJ Wu

    05/18/2022, 1:39 PM
    Hi~ How can I hide the "Children" section when I published my vault to my website?
  • a

    anonrunner

    05/18/2022, 2:00 PM
    Hey, When doing Mermaid Grantt Charts ( https://mermaid-js.github.io/mermaid/#/gantt ), is it possible to set styles (https://mermaid-js.github.io/mermaid/#/gantt?id=sample-stylesheet ) with Dendron?
  • a

    anonrunner

    05/18/2022, 2:02 PM
    Or at least change themes
  • k

    kfischer_okarin

    05/18/2022, 2:41 PM
    https://wiki.dendron.so/notes/H9PVMguPOuZ001tNYczlh/ The option is
    enableHierarchyDisplay
    in
    publishing
    that must be false
    p
    j
    • 3
    • 4
  • s

    synthetic_penguin

    05/18/2022, 3:08 PM
    Hello. Is there a way to automatically create a backlink while creating a forward link? e.g. I'm in note A. I type [[ to create a new note B I'd like to automatically create a backlink at the top of note B that points back to note A. Is there a way to do that? Thanks
  • s

    synthetic_penguin

    05/18/2022, 3:22 PM
    p.s. the same request for when you select text in note A and click on the lightbulb and select "extract text to new note" I'd like it to automatically replace the text with a link to the new note.
  • h

    hikchoi

    05/18/2022, 3:25 PM
    We don't insert backlinks to the linked notes, but we have a backlinks panel that will show you all the backlinks of the currently open note: https://wiki.dendron.so/notes/f7ebd4aa-8ba7-4bc5-bd00-a1efc5315f07/#backlinks-view
  • h

    hikchoi

    05/18/2022, 3:26 PM
    Do you mean you want to select some text and use it as the title of a new note / convert the selected text into a link to that newly created note?
  • p

    PJ Wu

    05/18/2022, 3:27 PM
    Thanks so much!
  • s

    synthetic_penguin

    05/18/2022, 3:29 PM
    Good to know. Thanks. For some the reason I'm not seeing the backlinks panel. If I accidentally closed it, how do you bring it back?
  • s

    synthetic_penguin

    05/18/2022, 3:30 PM
    No. I mean when you select text in note A, the yellow light bulb gives you the option to extract selected text into a new note.
  • s

    synthetic_penguin

    05/18/2022, 3:30 PM
    That text is removed from note A. I'd like the option to replace the text with a link to the new note.
  • h

    hikchoi

    05/18/2022, 3:33 PM
    The backlinks view can be found in the Dendron container in the side bar of VSCode (left side). If you don't see a icon shaped like so, you can right click and check it for visibility:
  • s

    synthetic_penguin

    05/18/2022, 3:34 PM
    Ah! left mouse clicking on the dendron brings back the backlinks panel for me. Thanks!
  • h

    hikchoi

    05/18/2022, 3:36 PM
    You can set
    leaveTrace
    to `true`: https://wiki.dendron.so/notes/F9LWJEjscrGkxnYi2JNby/#leavetrace
  • h

    hikchoi

    05/18/2022, 3:37 PM
    like so
    Copy code
    yml
    ...
    commands:
      lookup:
        note:
          ...
          leaveTrace: true
          ...
  • s

    synthetic_penguin

    05/18/2022, 3:37 PM
    Excellent! Many thanks. ๐Ÿ™๐Ÿฝ
  • l

    lordfrikk

    05/18/2022, 3:42 PM
    When writing a wiki link to a specific section of a document, is it possible for VSCode to automatically set the visible text of the link to the actual name of the section? For example, a link to
    ##Test section
    would be in
    [[Test section|#test-section]]
    .
1...637638639...757Latest