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

    Nico Baier

    09/22/2022, 12:24 AM
    Is there a way to display backlinks to a note in that notes markdown preview (similar to how children are displayed?) I think this would be really nice if there's isn't right now. Also, would love to know if someone has something to put in a note that would display those?
  • k

    kevins8

    09/22/2022, 12:55 AM
    not at the moment. we have an open issue for this here so please upvote if interested > https://github.com/dendronhq/dendron/issues/2707
  • c

    ccamara

    09/22/2022, 6:58 AM
    thanks! Added my thumbs to the issue, although I'm afraid there's nothing else I can add to it, other than pointing out how other tools I currently use (namely Hugo and Quarto) deal with that.
  • j

    jyeung

    09/22/2022, 11:04 AM
    Right now no - it won't. We're considering making a change though (at least for add frontmatter, maybe not schema template for the current proposed change)
  • r

    Ra_Bliss

    09/22/2022, 11:13 AM
    How can I do code blocks in a MD table? kinda like how the the variables section is formatted slightly down the page
  • r

    Ra_Bliss

    09/22/2022, 12:20 PM
    ?
  • j

    Joshi

    09/22/2022, 12:29 PM
    can you try wrapping up the codeblock with ? Like: {"key": value"}
    r
    • 2
    • 51
  • b

    BullishDesign

    09/22/2022, 1:31 PM
    That would be awesome. In the meantime, is there any way to tie in to the id generation to create my own frontmatter blocks?
  • b

    Billboz

    09/22/2022, 1:40 PM
    Hello all, I just installed Dendron and I am going through the 5 min tutorial. It shows a Calendar section on the left but my installation does not have it. Is that feature now removed or is there a plugin that I missed or some other way to enable the Calendar? https://wiki.dendron.so/notes/gHdxXlNMr1w4xqee0n-Mb/#6-tree-view-pane
  • r

    rlh1994

    09/22/2022, 1:46 PM
    Are you looking in the dendron tab rather than just the files tab? Not sure if the video was done before dendron got its own sidebar
  • b

    Billboz

    09/22/2022, 1:47 PM
    I think I am in the files tab?
  • j

    Joshi

    09/22/2022, 1:49 PM
    You would want to click on Dendron sidebar:
  • b

    Billboz

    09/22/2022, 1:50 PM
    WOW! I didn't see that over there! Thanks @Joshi & @rlh1994 !
  • b

    Billboz

    09/22/2022, 1:51 PM
    I must have missed that in the tutorials.
  • r

    rlh1994

    09/22/2022, 2:45 PM
    What version should this fix be in please? I've done a
    yarn upgrade
    but only getting 0.112.1 on macos as of today?
  • k

    kevins8

    09/22/2022, 2:46 PM
    0.113.1
  • r

    rlh1994

    09/22/2022, 2:49 PM
    Is that meant to be out? Any obvious reason I wouldn't be seeing it? I've got 0.113.1 extension but the cli is only up to 0.112.1
  • k

    kevins8

    09/22/2022, 2:49 PM
    hmm, stale cache? it should be out. see https://www.npmjs.com/package/@dendronhq/dendron-cli
  • r

    rlh1994

    09/22/2022, 2:52 PM
    It's me being dumb using yarn, got it thank you!
  • k

    kevins8

    09/22/2022, 2:52 PM
    šŸ‘
  • t

    Tanamr

    09/22/2022, 4:51 PM
    Is there a way to escape a caret so it doesn't create a block anchor?
  • j

    jeep

    09/23/2022, 12:57 AM
    Does anyone have a suggestion for how to extract a selection to a different vault until https://github.com/dendronhq/dendron/issues/3547 is resolved?
  • j

    jeep

    09/23/2022, 1:03 AM
    Doesn't putting a space after the word remove the "anchorness"?
    ^No Anchor ^anchor
    ^No Anchor ^no-anchor
    (there is a space at the end)
  • t

    Tanamr

    09/23/2022, 1:11 AM
    I’m trying to write stuff like
    m^2
  • t

    Tanamr

    09/23/2022, 1:11 AM
    for now my workaround is to put it as part of an equation
  • t

    Tanamr

    09/23/2022, 1:12 AM
    a bit wonky but its ok
  • j

    jeep

    09/23/2022, 1:12 AM
    just adding a space after doesn't work for you?
  • t

    Tanamr

    09/23/2022, 1:13 AM
    oh I misread
  • j

    jyeung

    09/23/2022, 1:28 AM
    You can actually use whatever you want for the ID as long as its unique across all the Dendron notes in your workspace. so
    this-is-an-acceptable-id
    , or
    12345
    - you can generate your own random ID's in your python script. Once a note is programmatically created, then Dendron should pick it up (we have an async file watcher running in the background) - but there has been some flakiness in the area, so if you don't see your notes being picked up (i.e. they don't show up in tree view), then try reloading your workspace and it should work
  • r

    Ra_Bliss

    09/23/2022, 7:47 AM
    can you try wrapping up the codeblock
1...705706707...757Latest