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

    ScriptAutomate

    02/23/2022, 11:01 PM
    If you have one line summaries/descriptions, you could have:
    Copy code
    ## Summary
    
    This note is about this.
    And then link via:
    Copy code
    ![[mynote#summary,1:#*]]
    This means it can also be managed by future refactorings, and any modifications to that summary won't cause any funky, unnoticed embed differences
  • t

    Tychronos

    02/23/2022, 11:04 PM
    Yeah that's not a bad solution. I'll take it. Thanks!
  • h

    Hawk

    02/24/2022, 12:59 AM
    Is there a way to setup a schema to match all notes that end with a pattern? Objective is to have a structure like:
    notes.category.subcategory.subcategory.[...].topic.def
    notes.category.subcategory.subcategory.[...].topic.def.example
    Right now I setup
    def
    as a child of
    notes
    but it extends only for the immediate children of
    notes
    so
    notes.foo.def
    works but not
    notes.foo.bar.def
  • s

    SeriousBug

    02/24/2022, 1:17 AM
    You should look at "Dendron:Dev: Open Logs", which should tell you more about the error. Feel free to send me the logs and I can also take a look
  • q

    qut3

    02/24/2022, 3:35 AM
    Hiya, (Firstly, I love Dendron, feels like it took all problems I had with other PKM's and note taking software and solved them), I'm curious about unused assets as often I'll screenshot and annotate stuff pertinent to a note but if the note is no longer relevant and I delete it, it can be difficult to identify assets that were in that deleted note and subsequently not needed. Any workflows to mitigate this? As I imagine the problem will only compound for me.
  • h

    hikchoi

    02/24/2022, 3:47 AM
    Currently there isn't a straightforward way of doing this, but there has been some discussion on treating images as a type of "note", which will allow the usual note related features like lookup, refactor, hierarchical organization, etc. See: https://github.com/dendronhq/dendron/issues/1450 Feel free to upvote and leave any comments in the issue.
  • q

    qut3

    02/24/2022, 3:48 AM
    Awesome, tysm ❤️
  • h

    Harsha

    02/24/2022, 5:08 AM
    Is there a way for us to make the preview pane a window all by itself ? I tried dragging and dropping etc naively , does not work.
  • s

    SeriousBug

    02/24/2022, 5:34 AM
    I don't think VSCode supports that unfortunately
  • e

    ElderFallGuy

    02/24/2022, 8:20 AM
    Hello, I notice a markdown preview problem with checkbox: with the checkbox followed by a wikilink
    -[ ] [[mypage]]
    , the preview cannot parse/display the wikilink. do you have the same error ? thanks
  • e

    ElderFallGuy

    02/24/2022, 8:23 AM
    my bad, open issue identified: https://github.com/dendronhq/dendron/issues/1016
  • s

    Saine

    02/24/2022, 12:13 PM
    with
    npx dendron publish dev
    is it normal that compiling client and server goes hard on Hardware?
  • s

    Saine

    02/24/2022, 12:15 PM
    my page is super simple. Just 3 Notes
  • h

    hikchoi

    02/24/2022, 12:15 PM
    It watches for changes so it could be intensive depending on your setup.
  • s

    Saine

    02/24/2022, 12:17 PM
    Ryzen 7 5700U, 16GB Ram, WDC SN530
  • h

    hikchoi

    02/24/2022, 12:22 PM
    That's definitely beefy enough 😅
  • s

    Saine

    02/24/2022, 2:05 PM
    should
    git init
    be executed in the vault folder or one above where
    dendron.yml
    is?
  • x

    Xanaus

    02/24/2022, 2:07 PM
    Is this a bug?
  • h

    Hawk

    02/24/2022, 2:21 PM
    I'm assuming this is not possible at all ^?
  • a

    aleksey

    02/24/2022, 3:01 PM
    Yeap, this is a bug. I checked Typora and iA Writer and they both render the last two items as unordered list. Could you please open an issue for this?
  • k

    kevins8

    02/24/2022, 3:26 PM
    its the styling on our css: https://github.com/dendronhq/dendron/blob/master/packages/dendron-11ty/raw-assets/sass/content.scss#L81:L81 feel free to submit an issue and we can address this
  • k

    kevins8

    02/24/2022, 3:29 PM
    not today. feel free to submit a feature request and we can track it in our roadmap: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • x

    Xanaus

    02/24/2022, 3:54 PM
    I prefer that numbered sub-list being in alphabets but its the un-numbered list (
    -
    ) being recongnised as a numbered list
  • s

    SeriousBug

    02/24/2022, 7:16 PM
    Yes, that looks like a bug. Could you send a bug report to the Dendron Github? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=
  • x

    Xanaus

    02/24/2022, 7:56 PM
    i did https://github.com/dendronhq/dendron/issues/2481
  • k

    Kiran

    02/25/2022, 4:04 AM
    After the latest update, I'm no longer able to select text, create a scratch note and have the created scratch note be auto-linked from the selected text. I can't find a bug on Github. Anyone else see this (I'll file a bug in that case) ... or maybe a setting is missing?
  • k

    Kiran

    02/25/2022, 4:04 AM
    I did try the lookup modifiers first but still not working ...
  • h

    hikchoi

    02/25/2022, 4:12 AM
    Ah looks like the selection2link modifier is missing for Create Scratch Note. I'll get it fixed today.
  • h

    hikchoi

    02/25/2022, 4:13 AM
    it will still work if you do it with lookup.
  • s

    Saine

    02/25/2022, 7:55 AM
    I have seen how how the Markdown Preview view was synchronized with the Code File. How do I do that?
1...556557558...757Latest