https://www.dendron.so/ logo
Join Discord
Powered by
# dev
  • k

    kevins8

    12/05/2020, 6:59 PM
    anytime Kevin πŸ™‚
  • k

    kevins8

    12/07/2020, 10:55 PM
    @User I published the dendron-11ty repo: https://github.com/kevinslin/dendron-11ty with docs on how to run it also have some starting issues here: https://github.com/kevinslin/dendron-11ty/issues they aren't the most detailed right now πŸ˜… let me know if you're interested in taking on any of these items and I can add more details. also a question on auto generating pages. do you know if the problem described in this [issue](https://github.com/kevinslin/dendron-11ty/issues/2) can be easily resolved in eleventy?
  • i

    ianjones

    12/07/2020, 11:06 PM
    does this help at all? https://hugogiraudel.com/2020/11/30/from-jekyll-to-11ty/#markdown-liquid
  • i

    ianjones

    12/07/2020, 11:08 PM
    I dont know a lot about liquid but the problem they ran into seems relatively similar
  • i

    ianjones

    12/07/2020, 11:15 PM
    looks like they have a lot of good 11ty tips
  • k

    kevins8

    12/07/2020, 11:18 PM
    that looks exactly like what i'm looking for. thanks for the tip πŸ™‚
  • k

    kevins8

    12/07/2020, 11:19 PM
    ideally, there would be a native way to do a template pipeline (eg. liquid -> md -> html) but good that there's an escape valve in this case
  • i

    ianjones

    12/07/2020, 11:25 PM
    that sounds like a solid feature request to me πŸ‘€
  • k

    kevins8

    12/07/2020, 11:26 PM
    just saw that 11ty has a discord so posted a question there. will submit a feature request if it turns out there's isn't a native way of doing this
  • i

    ianjones

    12/07/2020, 11:26 PM
    oh very nice ❀️ discord communities
  • i

    ianjones

    12/07/2020, 11:28 PM
    this plugin makes things a little nicer https://github.com/ogdenstudios/eleventy-plugin-markdown-shortcode
  • i

    ianjones

    12/07/2020, 11:28 PM
    so you dont have to write that custom rendering code
  • k

    kevins8

    12/07/2020, 11:28 PM
    πŸ‘
  • i

    ianjones

    12/07/2020, 11:29 PM
    using the same
    markdown-it
    package
  • k

    kevins8

    12/07/2020, 11:29 PM
    we have our own markdown parser (based on remarkable) to render note references and relative links so we'll probably make some adjustments to swap out the md engine
  • k

    kevins8

    12/07/2020, 11:29 PM
    but i've seen other 11ty plugins use remarkable so don't think that will be a big deal
  • k

    kevins8

    12/07/2020, 11:36 PM
    @User turns out it is possible (only with markdown but that works in our case) https://www.11ty.dev/docs/languages/#overriding-the-template-language
  • i

    ianjones

    12/07/2020, 11:51 PM
    Oh that’s perfect
  • u

    user

    12/08/2020, 1:42 PM
    Looks like you and @User sorted that πŸ™‚ I'm happy to take on the search functionality. Issue 3
  • k

    kevins8

    12/08/2020, 5:39 PM
    sounds good. just updated the issue with instructions: https://github.com/dendronhq/dendron-11ty/issues/3 lemme know if you need more details. the repo is here: https://github.com/dendronhq/dendron-11ty note that I updated the location since it was previously under my personal github instead of the
    dendronhq
    github
  • k

    kevins8

    12/08/2020, 5:40 PM
    fyi, before i forget, the sibling navigation defaults have now been changed to
    shift+ctrl+[ and ]
    with 0.19
  • i

    ianjones

    12/08/2020, 6:28 PM
    I saw that! I’m going to update those vids today
  • b

    Buxel

    12/08/2020, 7:51 PM
    -feels bad in QWERTZ-
  • b

    Buxel

    12/08/2020, 7:53 PM
    At least i can remap them to CTRL page up/down. πŸ˜‰ My chromebook uses [] for splitting windows (i need this quite often) and it is impossible to remap that...
  • k

    kevins8

    12/08/2020, 8:07 PM
    i find finding the perfect shortcut is a lose lose since everyone has a different setup. my goal was to find something that wasn't conflicting with a vscode default and let folks remap it. if you have any suggestinos, i'm all ears πŸ™‚ ps. i remap my caps lock to ctrl so it feels pretty in that setup πŸ˜…
  • b

    Buxel

    12/09/2020, 9:58 AM
    yes, it's pretty tricky. when i remapped it was hard to find a free shortcut.
  • b

    Buxel

    12/09/2020, 10:05 AM
    are these two-stroke shortcuts an option for dendron? I'm not sure how they are called but something like CTRL+D, J -> create journal this way
    CTRL+D
    could be the prefix for all dendron commands
  • b

    Buxel

    12/09/2020, 10:07 AM
    admittedly, they are not optimal for navigation shortcuts but might avoid conflicts in the future
  • k

    kevins8

    12/09/2020, 5:40 PM
    yeah, we could definitely make it into a chord. less chance for conflict. will think about it for future commands
  • i

    ianjones

    12/10/2020, 10:47 PM
    I went to build
    dendron-11ty
    to see whats up and things didnt work because
    @dendron/engine-server
    wasnt installed. Do you want me to pr it (this pr https://github.com/dendronhq/dendron-11ty/pull/6) or add instructions to install it globally?
1...323334...108Latest