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

    pcgeek86

    02/14/2022, 9:06 PM
    Is there a reason that so much whitespace is used on the left-hand side of the user interface? It would probably look better if it were centered.
    s
    • 2
    • 4
  • p

    pcgeek86

    02/14/2022, 9:45 PM
    The bottom of text is being cut off on the right-hand nav. Are you guys seeing this?
  • s

    seadude

    02/14/2022, 9:46 PM
    Is your browser zoom set to 100% or > 100%?
  • p

    pcgeek86

    02/14/2022, 9:46 PM
    For that screenshot, 100%
  • p

    pcgeek86

    02/14/2022, 9:46 PM
    Increasing it above 100% actually helps to fix the problem. I can also manually edit the
    lineHeight
    CSS property to help fix it.
  • p

    pcgeek86

    02/14/2022, 9:50 PM
    If you increase
    lineHeight
    to
    1.3
    and change
    padding
    to
    7px 0 4px 16px
    it stops cutting off the bottom of the
    g
    character, while preserving roughly the same look.
  • p

    pcgeek86

    02/14/2022, 10:27 PM
    Any ideas why Dendron isn't initializing properly?
    s
    k
    • 3
    • 53
  • s

    smokedoors

    02/14/2022, 11:49 PM
    Quick question - I know that some of the other markdown extensions for Dendron interfere with wha Dendron does.
  • s

    smokedoors

    02/14/2022, 11:49 PM
    I’m trying to make it so that when I’m typing a list in markdown hitting return continues that list
  • s

    smokedoors

    02/14/2022, 11:50 PM
    Which extension is recommended for this?
  • k

    kevins8

    02/14/2022, 11:52 PM
    usually, markdown all in one does this but its also fairly aggressive at overwriting built-in keyboard shortcuts and snippets (aka it conflicts with both dendron and built-in vscode primitives)
  • s

    smokedoors

    02/14/2022, 11:53 PM
    Right that’s what I’m trying to avoid
  • s

    smokedoors

    02/14/2022, 11:53 PM
    Is there a Dendron-friendly setting for this?
  • s

    smokedoors

    02/14/2022, 11:53 PM
    Not a huge deal, but it does feel great if I’m creating a numbered list if I don’t have tow rite out all the numbers
  • k

    kevins8

    02/15/2022, 1:14 AM
    got it. if you submit a feature, we can track it on the roadmap 🙂 https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • x

    Xanaus

    02/15/2022, 1:46 AM
    how to have a well organised footnote ? I am used using
    ^[ blah blah ]
    whats the alternative
  • x

    Xanaus

    02/15/2022, 1:47 AM
    like i don't remember which footnote number was what
  • x

    Xanaus

    02/15/2022, 3:56 PM
    Is there a way of having a kanban in dendron?
  • p

    pcgeek86

    02/15/2022, 4:18 PM
    https://github.com/dendronhq/dendron/issues/2428
  • f

    foureyedsoul

    02/15/2022, 4:42 PM
    There are a few VSCode extensions people have used for Kanban boards. I think this one is mentioned most often: https://marketplace.visualstudio.com/items?itemName=coddx.coddx-alpha
  • x

    Xanaus

    02/15/2022, 4:43 PM
    Ok thanks
  • j

    johndendron29

    02/15/2022, 9:58 PM
    Inside Dendron, we also use Airtable for task management. This is thru Airtable Export Pod. This means that you can visualize your task notes in a Kanban.
  • j

    johndendron29

    02/15/2022, 9:59 PM
    You might want to check this link: https://wiki.dendron.so/notes/y84kARyQhdUcyRG33pT2i/
  • x

    Xanaus

    02/16/2022, 12:09 AM
    I am getting this error how to fix it?
    s
    j
    • 3
    • 21
  • s

    ScriptAutomate

    02/16/2022, 12:36 AM
    airtable-pod-troubleshooting
  • x

    Xanaus

    02/16/2022, 3:29 AM
    Can Someone help me understand block reference w/ some example
  • x

    Xanaus

    02/16/2022, 3:31 AM
    Like those it men that we can specify o single line. which has the anchor
    ^
    next to it?
  • b

    benhsm | Jack of N trades

    02/16/2022, 3:37 AM
    I believe it works with contiguous lines as well, as long as they're not separated by newlines
  • b

    benhsm | Jack of N trades

    02/16/2022, 3:37 AM
    so with a block like
    Copy code
    markdown
    1 ^anchor
    2 here's a line
    3 here's another one
    4 and here's another one
    5
    6 there's been a break
  • b

    benhsm | Jack of N trades

    02/16/2022, 3:38 AM
    a reference to
    anchor
    (i.e.
    ![[note.example#^anchor]]
    ) will embed lines 1 - 4
1...548549550...757Latest