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

    nam

    09/20/2022, 9:46 AM
    Using a
    custom.css
    as described in https://wiki.dendron.so/notes/jknrdi492m8nhq7mw4faydu/ and starting with the following styles you get a direction for what you are looking for. ```css .ant-menu { font-size: 20px; } .site-layout-sidebar { width: auto !important; padding-left: 0 !important; } ``
  • j

    johndendron29

    09/20/2022, 5:27 PM
    You can view all the events now https://lu.ma/dendron
  • s

    shaughnpuppy

    09/20/2022, 6:39 PM
    So I messed with this some more and after updating vscode im getting better results… im trying to get inline plantuml diagrams to render in markdown previews. Mermaid is working but plantuml just shows up as a code block
  • z

    zolar

    09/20/2022, 8:19 PM
    thank you!
  • p

    pdina

    09/20/2022, 8:21 PM
    hello, creating a new native workspace the file
    root.md
    reads something like "Customize as you want but don't modify the frontmatter". So I can't change the note title from "Root" to something else, right?
  • k

    kevins8

    09/20/2022, 9:30 PM
    you can change the title, just not rename the note
  • t

    Tika

    09/20/2022, 9:46 PM
    https://github.com/dendronhq/dendron/issues/1279 something to upvote then
  • b

    Bri

    09/21/2022, 3:21 AM
    hmm not sure how but somehow my root broke, is there a way to get my notes back in shape "root.md could not be parsed"
  • j

    jeep

    09/21/2022, 3:46 AM
    Did you try Dendron Doctor? Depending on what the root looks like, maybe fixFrontmatter? I am not sure there is anything more to the root.md other than
    Copy code
    ---
    id: root
    title: root
    desc: ""
    updated: <time since epoch> (<date time>)
    created: <time since epoch> (<date time>)
    ---
    
    Landing page text
  • b

    Bri

    09/21/2022, 7:21 AM
    yea i have tried doctor and i get the same error when trying fixfrontmatter, tried some other doctor commands also didnt really help i think? I mean i could just copy my notes manually in like maybe 5 minutes or so since I dont have that much notes yet haha but wondering what went wrong
    Copy code
    md
    ---
    id: c4xs8lx03fb02r6jni2ex3w
    title: Root
    desc:
    updated: 1663687590984
    created: 1662132137970
    desc: null
    ---
  • j

    Joshi

    09/21/2022, 7:35 AM
    can you delete the second
    desc
    at the last, it is a duplicate key in frontmatter
  • b

    Bri

    09/21/2022, 7:52 AM
    ah that worked, thanks!
  • c

    ccamara

    09/21/2022, 8:38 AM
    I have (Yet) another question about publishing: TLDR: Is there any way to have a custom home page when just publishing certain hierarchies? Longer: I have defined
    siteHierarchies:
    in my
    dendron.yml
    as to publish only certain hierarchies. It works great, except for the (obvious and expected, I guess) fact that the root note that I used to have as home page is no longer working. Instead, the home page displays the first hierarchy, which is confusing in my case. Is there any way I could have a note used as home page?
  • c

    ccamara

    09/21/2022, 9:55 AM
    OK, I'm answering myself (not sure if that's the best way, though) I believe I can simply create a special hierarchy (ie.
    home
    -or anything else, as long as it is not
    root
    ) and set it to be the first item on
    siteHierarchies
  • n

    nam

    09/21/2022, 10:02 AM
    Yes, I think that would work. A new way coming in this weeks release is using a sidebar-config. You can get an overview of it inside the docs https://wiki.dendron.so/notes/qsc9k9flhxrvr4py9v8o89x/. If you skim it through maybe you share findings where these docs lack comprehension.
  • c

    ccamara

    09/21/2022, 10:47 AM
    Interesting! Thanks! On a side note, I may be pushing a feature request on how to theme right sidebar so heading levels is preserved, something like this:
  • n

    nam

    09/21/2022, 10:52 AM
    yes, definitly something that the right sidebar should be aware of.
  • r

    rlh1994

    09/21/2022, 10:52 AM
    https://github.com/dendronhq/dendron/issues/1871
  • c

    ccamara

    09/21/2022, 3:09 PM
    thanks for pointing that out, @rlh1994 ! I've just upvoted the issue
  • r

    rlh1994

    09/21/2022, 3:38 PM
    Np, I've looked if there's anything we can do in a custom theme but sadly there's nothing in the sidebar that identifies the header level so it's the nextjs that would have to change
  • k

    kevins8

    09/21/2022, 3:44 PM
    actually have the code for this ready - been in my backlog to get across the finish line 😅
  • j

    jeep

    09/21/2022, 3:46 PM
    Is there any documentation on what subset of GitHub flavored markdown is supported by Dendron?
  • k

    kevins8

    09/21/2022, 3:47 PM
    we should support all of github flavored markdown - did you find something missing?
  • j

    jeep

    09/21/2022, 3:48 PM
    Issue number 3558. Response was “that isn’t supported yet”
  • k

    kevins8

    09/21/2022, 3:51 PM
    ah - so we actually generate the correct link. the part that isn't supported yet is opening it from the preview
  • j

    jeep

    09/21/2022, 4:02 PM
    And with Dendron: go to… I can’t verify that the link is correctly generated, but will trust that it is if you say so. But, since it can’t be followed, from the user perspective it isn’t a link since it goes nowhere.
  • b

    BullishDesign

    09/21/2022, 5:55 PM
    Will Dendron accept and work its magic on any newly created .md file that's added to the vault? i.e. - If a python script generates and saves a markdown file to the vault directory, would Dendron automatically add frontmatter and apply a schema template if it matched the correct criteria?
  • c

    ccamara

    09/21/2022, 5:58 PM
    Now that you mention that... I'm missing notes and warnings -> https://github.com/community/community/discussions/16925
  • b

    BullishDesign

    09/21/2022, 6:16 PM
    Are there any best practices for sharing templates and schemas between vaults? I have one git synced vault, and one local vault, but I'd like the interface/interaction to be the same between both.
  • s

    ScriptAutomate

    09/21/2022, 10:32 PM
    These are admonitions. GitHub is playing with a concept right now, in beta, but it isn't fully implemented and the format may change from what is shown in the discussion and what you can do on the platform at the moment. Admonitions are done differently across tools. Dendron has an open feature request on this, if you'd to give it a thumbs up emoji in the issue or contribute to the convo if there are extra thoughts you may have around it: https://github.com/dendronhq/dendron/issues/1287
1...704705706...757Latest