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

    d1onys1us

    05/11/2022, 11:35 PM
    to check for frontmatter mainly
  • d

    d1onys1us

    05/11/2022, 11:36 PM
    and im curious again what amount of frontmatter is necessary? can i configure it? i know the id is necessary for the publishing, but what if I don't use the title for note graph, and choose to not use the description field? same with updated/created? curious what i can/can't omit
  • s

    SeriousBug

    05/12/2022, 12:03 AM
    You do have to have the
    root.schema.yml
    . It's a schema file, you can write a schema in it or leave it empty if you don't use schemas, or if you'd rather store schemas in another schema file. https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052/
  • s

    SeriousBug

    05/12/2022, 12:04 AM
    Everything you see in the front matter when you create a new note is required. You can leave them empty, but I'm pretty sure the code assumes it will be there. Edit: I'm not super sure actually, description might be optional
  • s

    SeriousBug

    05/12/2022, 12:06 AM
    There are a few lints Dendron does already in the editor, I don't think there's external tool that does it.
  • d

    d1onys1us

    05/12/2022, 12:08 AM
    out of curiousity what happens if i change the id to my own randomly generated id? am i still good? or does dendron need to generate it?
  • d

    d1onys1us

    05/12/2022, 12:13 AM
    ok, i started a discussion here on why i think i want less required frontmatter. https://github.com/dendronhq/dendron/discussions/2912
  • u

    user

    05/12/2022, 12:55 AM
    It seems as if dendron only recognizes some external uri’s but not all. E.g. “mailto:” works but “ms-word:” doesn’t, or in my specific case “Zotero://“. Also, it seems like spaces aren’t escaped. Is anyone else experiencing this?
  • t

    Tika

    05/12/2022, 1:01 AM
    You can comment on or upvote this issue: https://github.com/dendronhq/dendron/issues/2373
  • u

    user

    05/12/2022, 1:25 AM
    Hey-oh! Thanks, I’ll do that.
  • j

    jyeung

    05/12/2022, 2:02 AM
    You can change your ID to any string you want, but it does need to be unique across all of your notes. In the latest version, we will also warn on startup now if duplicate ID's are detected.
  • d

    d1onys1us

    05/12/2022, 2:02 AM
    Awesome!!!
  • d

    d1onys1us

    05/12/2022, 2:03 AM
    Yeah I was thinking this could be a cool doctor command..
    • 1
    • 1
  • j

    jyeung

    05/12/2022, 2:03 AM
    If you do change ID's, I think it'd be better to do a quick reload of your workspace, otherwise the engine may not pick up the change yet? Not 100% sure
  • k

    kfischer_okarin

    05/12/2022, 2:04 AM
    It's probably also a good way to get human readable URLs for some central published pages.... like "About me" or "portfolio" etc 😉
  • k

    kfischer_okarin

    05/12/2022, 2:05 AM
    assigning a human readable id that is
  • j

    jyeung

    05/12/2022, 2:25 AM
    There's an old issue related to this which you can upvote if you like 🙂 https://github.com/dendronhq/dendron/issues/620.
  • k

    kfischer_okarin

    05/12/2022, 2:50 AM
    It was more a comment along the lines of "If you want a permanent note URL - set your note ID to a human readable name as a workaround"... but thanks for pointing the issue out... upvoted 🙂
  • d

    d1onys1us

    05/12/2022, 3:00 AM
    is it just me or enter does not work on "proceed" when attempting to refactor a hierarchy
  • d

    d1onys1us

    05/12/2022, 3:00 AM
    (have to click proceed instead)
  • j

    jyeung

    05/12/2022, 5:11 AM
    it's not just you - it's been an outstanding issue for a while. You need to click
  • t

    Tika

    05/12/2022, 5:43 AM
    High quality images are important for us and look good on high-res displays but are an overkill on mobiles and normal displays. Some web systems support automatic serving of different resolutions based on who is accessing the content )cf.
    srcset
    ). What is Dendron's take on this?
  • a

    andrey-jef

    05/12/2022, 9:00 AM
    I’m also curious in this aspect. Currently I’m hosting images with ImageKit to solve this issue https://imagekit.io/blog/lighter-automatic-responsive-images-client-hints/
  • t

    Tika

    05/12/2022, 9:03 AM
    Thanks. Shall look it up. Github is about to run out of space anyway.
  • a

    andrey-jef

    05/12/2022, 9:06 AM
    U should then. Their free tier offer 20GB for each storage and bandwidth
  • t

    Tika

    05/12/2022, 9:07 AM
    I see 3Gb bandwidth and unlimited storage. Maybe it changed?
  • a

    andrey-jef

    05/12/2022, 9:08 AM
    Hmm. R we talking about the same thing? 🤣 https://imagekit.io/plans
  • t

    Tika

    05/12/2022, 9:11 AM
    Apparently not. :)
  • t

    Tika

    05/12/2022, 9:13 AM
    Are there preview and formatting limitations to this in vscode
  • a

    andrey-jef

    05/12/2022, 9:29 AM
    They serve the direct url of ur assets. So it will be displayed correctly in both dendron preview and publish. U can also append the css properties to the markdown image link if u have the urges to strictly control
1...633634635...757Latest