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

    NZ-John

    11/24/2021, 4:26 AM
    in my
    settings.json
    is included: "markdown-preview-enhanced.previewTheme": "one-dark.css", "markdown-preview-enhanced.mermaidTheme": "dark",
  • n

    NZ-John

    11/24/2021, 4:26 AM
    maybe set mermaid theme config?
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:27 AM
    my checkboxes are also hard to see like yours though
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:27 AM
    I wasn't aware that you could do that
  • n

    NZ-John

    11/24/2021, 4:28 AM
    yeah more visible checkboxes would be great for us dark-themers šŸ™ the Dendron team could show us the way
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:29 AM
    I'm using the "Dendron: Show Preview" command, not yet sure what the relevant settings are
  • n

    NZ-John

    11/24/2021, 4:30 AM
    yeah same, I think setting the
    "markdown-preview-enhanced.mermaidTheme": "dark",
    also works with Dendron preview... I vaguely remember I had the same issue you had initially
  • n

    NZ-John

    11/24/2021, 4:31 AM
    just input that in ur
    settings.json
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:32 AM
    You're right, it works
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:33 AM
    something to document, if someone has the time
  • b

    benhsm | Jack of N trades

    11/24/2021, 4:35 AM
    I guess I'll put something in quickly
  • a

    andrey-jef

    11/24/2021, 7:17 AM
    How does this fix affect on my published notes if i used
    2 trailing spaces + carriage return
    to enter a new line? At the moment, I’m understanding that the new line will be removed.
    fix(workspace): remove trailing whitespace in note
    https://wiki.dendron.so/notes/Ku1qjbDYlsxk4rfMoFEza/
  • j

    johndendron29

    11/24/2021, 3:21 PM
    It actually reflects the word count of that note. Each dot represents 250 words. The indicator can only show max of 5 dots. šŸ™‚
  • a

    aleksey

    11/25/2021, 1:14 AM
    I'm getting this weird stutter in the insert mode with vscodevim. There is often a lag between keypresses and characters appearing, but not always. This is more pronounced in longer files.
  • s

    SeriousBug

    11/25/2021, 1:18 AM
    That's really weird, does it happen without vscodevim?
  • a

    aleksey

    11/25/2021, 1:20 AM
    Nope. I also tried vscode-neovim and it works fine there as well. Disabling Dendron makes the stutter go away, but this is hardly a solution :/
  • s

    SeriousBug

    11/25/2021, 1:27 AM
    Is this a note where you got the "This note is too long for some editor decorations..." warning?
    a
    k
    • 3
    • 13
  • i

    icedwater

    11/25/2021, 5:20 AM
    Is there a way to generate graph view from the CLI
  • k

    kevins8

    11/25/2021, 5:24 AM
    not at the moment though you can export your notes as json which has the metadata required to generate a graph
  • i

    icedwater

    11/25/2021, 7:47 AM
    Hmm, OK!
  • r

    rymnel

    11/25/2021, 12:16 PM
    Using
    ctrl-enter
    allows you to open links to other entries within dendron. However, whenever I try
    ctrl-enter
    on a link such as
    [google](https://www.google.com)
    I get the message
    selection is not a valid link
    . Is this a bug or is there something obvious that I'm missing?
  • i

    imgl

    11/25/2021, 12:31 PM
    Same here. The Vscode open link command works, the dendron one doesn't.
  • m

    matthew.bellringer

    11/25/2021, 2:42 PM
    I've been puzzling over this problem for weeks now, and I'm utterly stuck. How can I meaningfully represent overlapping schemas? Just as an example, say I have a schema of projects > tasks. Imagine I'm working on two separate projects, but they have a task in common. How can I make that task a child of both of those projects? This goes further, too; personally, I'd find it hugely helpful for a note to capable of membership in any schema. In the example above, that might be making the project a child of a "clients" schema, for example. This allows for the kind of multiple-perspective-storing that suits both my complexity-oriented work and the way my brain functions. The best I've figured out so far is to use nested tags, but that breaks a lot of Dendron's really nice functionality. Does anyone have any better suggestions?
    k
    • 2
    • 5
  • b

    benhsm | Jack of N trades

    11/25/2021, 3:29 PM
    There's plans to implement support for note aliases, would that work for your use case? I don't know how this would work with explicit schemas https://github.com/dendronhq/dendron/issues/128
  • m

    matthew.bellringer

    11/25/2021, 4:16 PM
    Thank you, that's definitely a step forwards! One of the huge features schemas give me, though, is scaffolding in terms of structure and new notes. I'm not sure aliases quite fulfill that.
  • j

    johndendron29

    11/25/2021, 4:29 PM
    i tried and it works for me. i'm on dendron version v0.70.0
  • k

    kevins8

    11/25/2021, 4:30 PM
    ctrl-enter is mapped to "Go To Note". it doesn't map to
    Open link
    . we're probably going to combine the two commands moving forward since its a common area of confusion
  • j

    johndendron29

    11/25/2021, 4:34 PM
    hmm, a bit weird. it opens the link when I tried to do ctrl + enter or cmd + enter a while ago.
  • j

    johndendron29

    11/25/2021, 4:35 PM
    i checked again and it is not working. getting the same "selection is not a valid link"
  • k

    kevins8

    11/25/2021, 4:36 PM
    overlapping-schemas
1...457458459...757Latest