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

    andrey-jef

    11/22/2021, 7:06 AM
    Thank @kevins8. Quite a gem to read. I think the future plan of Dendron would embrace how to discover content to read or review 😄
  • a

    andrey-jef

    11/22/2021, 7:10 AM
    I think you are right. As @kevins8 also confirmed here https://discord.com/channels/717965437182410783/911269551134609499/912008025835995137 Though i will try to propose a feature request to enable similar configuration for command palette, which reduce the friction of usage from beginners like me 😊
  • f

    foureyedsoul

    11/22/2021, 5:45 PM
    Oh, I hadn't heard that it might be abandoned! I don't use that syntax or extension often, to be honest, although it's at least not making any conflicts with things I do use. Since my notes are mostly for myself, I'll usually just use
    <!-- -->
    style comments. You've probably got much more experience working on shared notes with your research team, so I'd be curious what you all do.
  • j

    johndendron29

    11/22/2021, 9:52 PM
    This document is related to the legacy markdown preview and is no longer relevant for the current preview. We're still working on making the current preview support custom css.
  • a

    aleksey

    11/23/2021, 1:56 AM
    Thank you, this looks interesting, but I was looking for something that would store annotations/comments outside of the md file. I did find a couple options, but no immediate winner :/ https://marketplace.visualstudio.com/items?itemName=d-koppenhagen.vscode-code-review https://marketplace.visualstudio.com/items?itemName=virtuslab.codetale https://marketplace.visualstudio.com/items?itemName=cyberbiont.vscode-sidenotes https://marketplace.visualstudio.com/items?itemName=tkcandrade.code-annotation
  • b

    bt

    11/23/2021, 3:15 PM
    Is there a way for the title in the front-matter of a note to not be automatically converted to title-case and instead taken directly from the filename? e.g. If my note is
    projects.abc.md
    then I want to the title to be
    abc
    and not
    Abc
    .
  • j

    johndendron29

    11/23/2021, 3:48 PM
    Looks like you are referring to this feature request: https://github.com/dendronhq/dendron/issues/1138.
  • j

    johndendron29

    11/23/2021, 3:48 PM
    Can you upvote the feature in this issue? this helps us prioritize our backlog 🙏
  • k

    kimsia

    11/23/2021, 3:49 PM
    Is there a way to see all votable feature requests?
  • j

    johndendron29

    11/23/2021, 3:55 PM
    You can go to https://github.com/dendronhq/dendron/issues, then hit "Labels" link and look for "type.feature"
  • j

    johndendron29

    11/23/2021, 3:56 PM
    it will give you the list of open feature requests
  • k

    kimsia

    11/23/2021, 3:57 PM
    Upvote means?
  • k

    kimsia

    11/23/2021, 3:57 PM
    Put a thumbs or ?
  • j

    johndendron29

    11/23/2021, 4:00 PM
    yup the thumbs up icon 👍
  • r

    rast999

    11/23/2021, 5:47 PM
    Hey, can i make somehow the graph to not create stubs when i click on them?
  • b

    bt

    11/23/2021, 7:07 PM
    Is there a way to make the
    Create Daily Journal Note
    command create a
    journal.yyyy.mm.dd
    file instead of
    daily.journal.yyyy.mm.dd
    file and work exactly the same? I've edited my
    dendron.yml
    to change the
    dailyDomain
    to
    journal
    and the
    name
    to an empty string. This allows me to create a daily note with the form
    journal.yyyy.mm.dd
    but the
    title
    is
    ournal-2021-11-23
    (note the J has been chopped off, guessing this is a bug?) but I'd like the title to be
    2021-11-23
    (which is what it is when you leave the journal config to the defaults).
    OK, nevermind I was getting
    journal
    and
    "journal"
    mixed up!
  • n

    NZ-John

    11/24/2021, 2:21 AM
    any idea what this strange dot signifies on the calendar?
  • n

    NZ-John

    11/24/2021, 2:22 AM
    never seen it before... persists on reload
  • a

    aleksey

    11/24/2021, 2:28 AM
    They indicate the relative (or absolute) length of notes.
  • n

    NZ-John

    11/24/2021, 2:35 AM
    ^ thanks.. that's interesting to know -- looks like the more number of lines of text in the notes, the more dots..
  • n

    NZ-John

    11/24/2021, 3:22 AM
    are the
    statusSymbols
    config in dendron.yml supposed to do something? - like, render in the editor where the task page is included, such as
    w
    in status will show as
    [wip]
    ? - am only getting
    [w]
    showing up.. just wondering if this is supposed to be a thing?
  • n

    NZ-John

    11/24/2021, 3:24 AM
    ^ actually, I seem to have this in reverse.. - input
    wip
    in task notes gives me
    [w]
    showing in the editor - so I'll just swap them around then I guess
  • n

    NZ-John

    11/24/2021, 4:20 AM
    the checkboxes rendered in the preview is really hard to see...
  • n

    NZ-John

    11/24/2021, 4:21 AM
    ..and kinda unsatisfying... is this specific to my setup or do other have this issue too? (if so I'll create a Github issue)
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:23 AM
    I'm having a similar problem where the mermaid sequence diagrams don't render in a visible way
  • n

    NZ-John

    11/24/2021, 4:24 AM
    can u send me the syntax for that mermaid chart? I'll see if I have that problem
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:24 AM
    light mode looks great
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:25 AM
    here's the code
    Copy code
    mermaid
    sequenceDiagram
        actor Alice
        actor Bob
        Alice->>Bob: Yo, how are you?
        Bob-->>Alice: Great!
  • n

    NZ-John

    11/24/2021, 4:25 AM
    now let me figure out why mine is OK
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:26 AM
    I'm using solarized
1...456457458...757Latest