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

    aleksey

    06/03/2022, 3:55 PM
    It has been mentioned several times before (https://discord.com/channels/717965437182410783/748936364283920495/968117533599227964), as @cameron said. Would you mind opening a new Github issue about this?
  • a

    AshSimmonds

    06/03/2022, 11:16 PM
    I'd be happy to lead development on this, but some of my ideas are a bit bonkers and I don't want to step on anyone's toes.
  • s

    stigz

    06/03/2022, 11:39 PM
    Devs, thank you for adding theming and handlebars in recent releases. Excellent tools to help customize the site.
  • k

    kevins8

    06/03/2022, 11:45 PM
    this is why we have an rfc process and gh discussions 🙂 if you have ideas here - be happy to help you write up a rfc on this -> https://docs.dendron.so/notes/f143ca38-dcc6-4cd3-b84b-997aec1160ef
  • k

    kfischer_okarin

    06/04/2022, 2:40 AM
    I know this will be automatically fixed in the next version.... but 0.97.0 the
    dendron-yml.validator.json
    is not up-to-date and thus vs code complains about config values that supposedly don't exist....
  • k

    kfischer_okarin

    06/04/2022, 2:41 AM
    Maybe there can be a kind of lint/test added for this kind of thing into the pre-release workflow that ensures that the generated default config passes the validator? To prevent something like this in the future? I don't know 😄
  • k

    kfischer_okarin

    06/04/2022, 2:41 AM
    but with weekly releases the "damage" is really minimal 😉
  • k

    kfischer_okarin

    06/04/2022, 2:41 AM
    more like a minor inconvenience
  • k

    kfischer_okarin

    06/04/2022, 2:45 AM
    One more thing...
    workspace.templateHierarchy
    is not contained in
    dendron-yml.validator.json
    even on master
  • s

    SeriousBug

    06/06/2022, 6:53 PM
    It is there now, someone might have updated it since you looked at it. Thanks for the report though! I am taking some steps to automate the schema updates, so it should be always up to date going forward.
  • a

    aleksey

    06/07/2022, 3:00 PM
    After the latest update, if you have some editors opened and reload/restart VSCode, Dendron closes them during the startup. Was this intentional?
  • s

    SeriousBug

    06/07/2022, 3:12 PM
    Dendron shouldn't be doing that, could it be a VSCode feature?
  • a

    aleksey

    06/07/2022, 3:15 PM
    🤦‍♂️ I should have tried to disable Dendron first. It was the Tabs Group extension. The timing threw me off as it happened just when the Dendron's starting-up notification showed up. Apologies.
  • k

    kfischer_okarin

    06/08/2022, 12:43 AM
    https://wiki.dendron.so/notes/hkirhn3t0z3x2wfsuujwd87/#fnametodate
    Copy code
    {{! given file: daily.journal.2022.05.31 }}
    {{! results in new Date(2022, 05, 31) }}
    {{ fnameToDate }}
    Since I just implemented date stuff myself that's on my mind... But I suppose above should say something along the lines of
    Copy code
    {{! results in new Date(2022, 4, 31) (javascript date months are 0-indexed) }}
    to be correct ? (and the implementation itself is hopefully actually like that, too)
  • k

    kfischer_okarin

    06/08/2022, 1:22 AM
    Also seeing that template helpers are "just" javascript functions 🙂 I'd love to have an official interface/API to define my own template helpers
  • k

    kevins8

    06/08/2022, 2:09 AM
    we subtract a day to offset for this. see https://github.com/dendronhq/dendron/blob/master/packages/common-server/src/template.ts#L95:L95
  • k

    kevins8

    06/08/2022, 2:09 AM
    yep, its in the works!
  • k

    kfischer_okarin

    06/08/2022, 2:22 AM
    Yes was more like nitpicking about the "comment/explanation" since the reality is... the 0-based month.... But for someone "just" using it - the current explanation is of course better 😉
  • k

    kevins8

    06/08/2022, 2:28 AM
    ah, i see. you're right!
  • k

    kevins8

    06/08/2022, 2:28 AM
    if you'd like to update the docs, that would earn you the taxonomist badge 😇
  • n

    NULL

    06/08/2022, 2:28 AM
    then maybe a portal to share JS helpers
  • n

    NULL

    06/08/2022, 2:29 AM
    made by people
  • k

    kfischer_okarin

    06/08/2022, 2:33 AM
    Sure I can do that 😉 btw technically I might also be a Planter already - unless there is an official place where I need to post my digital garden 😄
  • k

    kevins8

    06/08/2022, 2:35 AM
    glad you asked. https://wiki.dendron.so/notes/3a82c5ff-7945-46ae-8bf9-3b2275fc6642 🙂
  • n

    NULL

    06/08/2022, 2:36 AM
    btw anyone using dendron to host a blog on web3 as well as web2 ?
  • k

    kfischer_okarin

    06/08/2022, 2:43 AM
    That means I should add a pull request to the dendron-site repository ?
  • k

    kevins8

    06/08/2022, 2:47 AM
    yep
  • k

    kfischer_okarin

    06/08/2022, 3:04 AM
    Sent in a PR: https://github.com/dendronhq/dendron-site/pull/535
  • k

    kevins8

    06/08/2022, 3:06 AM
    merged!
  • k

    kfischer_okarin

    06/08/2022, 3:14 AM
    Oh sorry I realized that PR was headed to master 🤔 ... maybe the default branch setting should be updated to point to
    dev
    ? 🤔
1...596061...78Latest