https://www.dendron.so/ logo
Join DiscordCommunities
Powered by
# feedback
  • b

    Bassmann

    09/23/2022, 10:26 AM
    is vscode and os info
  • b

    Bassmann

    09/23/2022, 10:50 AM
    Downgrade to 0.112 fixes it for now
  • k

    kevins8

    09/23/2022, 1:48 PM
    we're investigating. thanks for the logs!
  • j

    jyeung

    09/23/2022, 3:48 PM
    @Bassmann @aleksey - could you do us a huge favor? Can you see if the issue repro's with this build? https://github.com/dendronhq/dendron/suites/8440343427/artifacts/374082673
  • j

    jyeung

    09/23/2022, 3:54 PM
    Do either of you happen to have link candidates enabled? i.e.
    Copy code
    yml
    dev:
        enableLinkCandidates: true
  • b

    Bassmann

    09/23/2022, 6:14 PM
    I'm quite sure I have link candidates enabled. I can check the setting and build tomorrow morning.
  • a

    aleksey

    09/23/2022, 11:39 PM
    Yes, I have it enabled. I'll try to check the build sometimes tomorrow.
  • s

    ScriptAutomate

    09/24/2022, 12:46 AM
    Speaking of candidate backlinks, I've now opened a GitHub Discussion after trying the feature out. Wasn't sure the best route to provide the feedback: - https://github.com/dendronhq/dendron/discussions/3583
  • b

    Bassmann

    09/24/2022, 11:29 AM
    The link leads to a 404 for me 😕 @jyeung
  • b

    Bassmann

    09/24/2022, 11:44 AM
    That version shows the same behaviour for me
  • b

    Bassmann

    09/24/2022, 11:52 AM
    Logs with debug turned on as @kevins8 had asked @aleksey for
  • j

    jyeung

    09/26/2022, 6:34 AM
    Thanks a lot for the help @Bassmann and @aleksey - a fix for this should come out in the next release,
    0.114.0
  • a

    aleksey

    09/27/2022, 3:45 AM
    Does Dendron now silently runs
    Doctor: fixfrontmatter
    for notes added to the vault manually without any frontmatter? That's very cool!
  • k

    kevins8

    09/27/2022, 1:38 PM
    yep 🙂
  • k

    kevins8

    09/27/2022, 10:58 PM
    thanks, fixed!
  • d

    d1onys1us

    09/29/2022, 1:31 AM
    im seeing overflow on the sidebar
  • k

    kevins8

    09/29/2022, 4:02 AM
    updated this. if you push another change, this should be fixed
  • u

    uFzK3VbZ8aAVmt2h

    09/29/2022, 8:26 PM
    Hi guys, I just found that when I switched to a non-dendron note(meaning its frontmatter is not dendronish), the preview didn't change, until I manually clicked the "Dendron: Toggle Preview" button" twice to have the node rendered, once for closing the preview and the other for re-open it. It would be great if the Dendron preview responses to all note switches. Thanks
  • g

    gurbege

    10/03/2022, 1:06 PM
    hey guys just wanted to say thanks for implementing wildcard matching of headers, ie.
    ![[daily.journal.2022.39.*#done]]
    works as expected. It would be nice if dendron didn't generate an error in case heading doesn't exist (nothing got done that day :)).
  • g

    gurbege

    10/03/2022, 2:14 PM
    also a question: is there a away to match the last level note name, , ie. ![[.*todo]] ?
  • k

    kevins8

    10/03/2022, 3:30 PM
    not currently
  • g

    gurbege

    10/03/2022, 3:35 PM
    it might be a useful feature, ie. right now I generally have one
    todo
    note per project (directory). The top-level
    todo
    note could then simply enumerate all child notes named
    todo
    recursively to get an overview of outstanding work
  • g

    gurbege

    10/03/2022, 3:36 PM
    ie. note hierarchy
    Copy code
    todo:
       ![[.*todo]]] // displays TODOs inline from proj1.todo and proj2.todo
    
    proj1.todo
    proj2.todo
    etc.
  • f

    foureyedsoul

    10/03/2022, 7:13 PM
    What happens if you try
    ![[**.todo]]
    (with two stars, before the period)?
  • g

    gurbege

    10/03/2022, 7:15 PM
    it doesn't find anything, but
    ![[**.todo**]]
    works!
  • g

    gurbege

    10/03/2022, 7:19 PM
    thanks @foureyedsoul
  • f

    foureyedsoul

    10/03/2022, 7:26 PM
    Sure! I just started using that pattern last week—I'm glad it works for what you need, too!
  • f

    foureyedsoul

    10/03/2022, 7:58 PM
    Just FYI, @gurbege , here's the full pattern I've been using. It might be useful for you, if you'll also want to make notes that automatically list what you've finished. I use
    ![[domain.**.tp.**]]
    , with notes at that last level being Dendron task notes. Once I finish all the tasks in a task note, I'll rename it, replacing the
    tp
    with `ta`—instead of "tasks (project)" it's "tasks (archived)" or "tasks (accomplished)" in my mind. This naming convention would let you also use
    ![[domain.**.ta.**]]
    to easily list things you've done on another note or in another section of a note.
  • g

    gurbege

    10/04/2022, 1:14 PM
    re: renaming
    tp
    with
    ta
    , I think most projects would always contain a non-empty
    ta
    ie. there is always something you won't get around to..
  • g

    gurbege

    10/04/2022, 1:15 PM
    since I don't really care about what has been done except for weekly status, I like to send completed tasks to a
    #done
    section of the daily note
1...7475767778Latest