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

    kzilla

    12/16/2021, 9:27 PM
    Is it possible to open in to full graph instead of local graph when you enter command, "Show Note Graph"? Also, can it actually open the graph immediately instead of showing this intro screen when you enter the command?
  • k

    kevins8

    12/16/2021, 9:28 PM
    not right now, can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • k

    kzilla

    12/16/2021, 10:04 PM
    I'm sure you've already seen this, but perhaps you can get some inspiration (and code) from here https://js.cytoscape.org/
  • w

    WildMagic

    12/16/2021, 10:09 PM
    I figured out the problem. In my markdown notes, the link was written as ![Architecture Complexity Measures](assets/images/architecture-complexity-measures.png). It seems there should have been a
    /
    at the start of the image path in the () i.e.
    /assets/...
    . There is some inconsistency in the documentation at https://wiki.dendron.so/notes/a91fd8da-6895-49fe-8164-a17acd8d9a17/ where in the "Inserting Saved Images" section example (which I referred to), there is no
    /
    but in the examples in the
    Extended images
    section, the
    /
    is present.
  • s

    ScriptAutomate

    12/17/2021, 2:34 AM
    Ah, got it. I'll take a look at updating the docs on this. This issue may be of interest, since the way we mention/use paths for assets could potentially update for better interoperability with other tools and expected behavior: https://github.com/dendronhq/dendron/issues/1724
  • v

    voothi

    12/17/2021, 8:09 AM
    Hi! In Dendron 0.73 note wikilinks Must work in code blocks?
    s
    • 2
    • 2
  • t

    TGD

    12/17/2021, 2:38 PM
    Is there a way to create my daily journal notes in their own subfolder? I.e. as
    /vault/journal
    ? I found a
    workspace: journal: addBehaviour
    setting, but the official Dendron docs are pretty confusing.
  • j

    johndendron29

    12/17/2021, 5:13 PM
    Hmmm, this is not possible. Dendron is meant to work with a flat folder hierarchy which means all your daily journal notes get created underneath your vault.
  • t

    TGD

    12/17/2021, 7:04 PM
    That is sub-optimal. Thanks for answering.
  • k

    kevins8

    12/17/2021, 7:21 PM
    you can create a separate for daily journals if you want them in a separate folder
  • t

    TGD

    12/17/2021, 7:28 PM
    I want to keep my ZK compatible with as many tools as possible. My "root folder" contains all the tooling. Dendron, zk, nb, logseq, obsidian, neuron/emanote, TiddlyWiki, lmt, dotbot, ...Then I have a sub-folder called
    root/notes
    where I store all my notes. And inside that I have all my task-specific sub-folder
    root/notes/journal
    . I really don't want to break my setup by doing something like
    root/journal
    .
  • k

    kzilla

    12/17/2021, 9:28 PM
    This is new. I see my vault name as a suffix for every note and stub in Tree View V2. Is there a way to disable that?
    k
    • 2
    • 2
  • k

    kzilla

    12/17/2021, 9:29 PM
    Also, I have scratch stubs that are not being deleted by Doctor remove stubs. I get "no data" warning instead, when clearly there are stubs.
  • k

    kzilla

    12/17/2021, 9:51 PM
    Doctor - findBrokenLinks creates a report of broken links with line number that start after the front matter. So, I have to add the number of lines for the frontmatter for that particular note to match the line numbers in the report.
  • k

    kzilla

    12/17/2021, 10:10 PM
    Are we supposed to replace dendron.yml content with the latest ~migrate-configs.yml?
  • s

    SeriousBug

    12/17/2021, 10:11 PM
    No, the
    ...migrate-configs.yml
    files are backups in case the migration failed. If Dendron is working correctly, you can go ahead and delete them
  • s

    SeriousBug

    12/17/2021, 10:11 PM
    That sound like a bug, would you mind creating a bug report for it?
  • k

    kevins8

    12/17/2021, 10:12 PM
    can you run a
    Diagnostics Report
    next time this happens?
  • k

    kevins8

    12/17/2021, 10:13 PM
    good point. can you add an issue so we can address that?
  • k

    kzilla

    12/17/2021, 10:14 PM
    My dendron.yml needs to be revised and shrunk. What's the best way to start from fresh?
  • k

    kevins8

    12/17/2021, 10:15 PM
    initialize a new workspace and copy the generated
    dendron.yml
  • a

    aleksey

    12/17/2021, 11:26 PM
    Did the autocomplete in the lookup break or is it just me?
  • k

    kevins8

    12/18/2021, 12:46 AM
    hmm, still working for me. what version of dendron are you using?
  • a

    aleksey

    12/18/2021, 12:46 AM
    0.73.1 Not sure when it started :/ When I press
    Tab
    in the lookup, the only entries in the log are these:
    Copy code
    info: {"ctx":"dendron.lookupNoteAutoComplete:run","msg":"pre-execute"}
    info: {"ctx":"dendron.lookupNoteAutoComplete:run","msg":"post-execute"}
    info: {"ctx":"dendron.lookupNoteAutoComplete:run","msg":"pre-execute"}
    info: {"ctx":"dendron.lookupNoteAutoComplete:run","msg":"post-execute"}
    k
    • 2
    • 7
  • k

    kevins8

    12/18/2021, 1:50 AM
    auto-complete issues
  • f

    foureyedsoul

    12/18/2021, 2:05 AM
    Is there a way to get the small square preview of css colors to display in one of Dendron's
    .md
    files in the same way that VS Code does for
    .css
    files? Specifically, I mean that if I type
    #fff
    , I'll see something like
    โฌœ๏ธ#fff
    in a css file. I was hoping that preview square would appear in a
    .md
    files if I wrote three backticks followed by css, but it's not happening.
  • f

    foureyedsoul

    12/18/2021, 2:10 AM
    ( I currently just link from my md file to a css file in the
    assets
    file of this vault, which is fine. But I am so lazy, this one click is way too much effort prefer efficiency! ๐Ÿ˜œ )
  • k

    kevins8

    12/18/2021, 2:17 AM
    we don't currently support that. it should be possible but would be low priority at this point (though definitely submit a feature request so we can track it) my current recommendation is to use a wikilink to a css file as a cheatsheet. thanks to @User , you can now easily create links to regular files (eg. css) from dendron -> https://wiki.dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2.html#file-links
  • f

    foureyedsoul

    12/18/2021, 2:19 AM
    Thanks Kevinโ€”and I agree, it should be supremely low priority! I just wasn't sure if I was missing something. ๐Ÿ‘๐Ÿผ
  • j

    jangroth

    12/18/2021, 4:22 AM
    Noob question - if I have more than one vault, how do I control which vault new notes are created in?
1...473474475...757Latest