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

    kevins8

    10/17/2020, 5:44 AM
    got it. i don't see any immediate problems with dendron preview support the
    {{}}
    syntax. the biggest blocker is time as our roadmap is pretty full this year with existing items. can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • k

    kevins8

    10/18/2020, 11:23 PM
    @User i think at the most basic it would be simply rendering it as a table (eg. github) as for populating the frontmatter, that would be nice. you can see how dendron does it here https://github.com/dendronhq/dendron/blob/master/packages/common-all/src/nodev2.ts#L38:L38
  • k

    kevins8

    10/18/2020, 11:24 PM
    as for supporting wiki-links via id - you would be ahead of the curve. that's a planned addition and not supported in dendron yet 😅
  • k

    kevins8

    10/18/2020, 11:24 PM
    what happens is that we convert ids to filenames during publication
  • k

    kevins8

    10/18/2020, 11:24 PM
    https://dendron.so/notes/5fcb8564-7209-4a80-9bb8-025bc8eb489b.html
  • k

    kevins8

    10/18/2020, 11:24 PM
    this way you can rename the note but preserve the url
  • v

    vHanda

    10/18/2020, 11:24 PM
    ah.
  • k

    kevins8

    10/18/2020, 11:25 PM
    and while we're talking about features, the last thing i'll add for now is a logical view of
    .
    delimited files
  • k

    kevins8

    10/18/2020, 11:26 PM
    dendron currently uses a flat file structure which means everything is in one folder
  • k

    kevins8

    10/18/2020, 11:27 PM
    dendron has its own logical tree view that converts this into a folder hierarchy view https://dendron.so/notes/f7ebd4aa-8ba7-4bc5-bd00-a1efc5315f07.html
  • v

    vHanda

    10/18/2020, 11:29 PM
    Alright. I think the folder hierarchy is probably the most important.
  • v

    vHanda

    10/18/2020, 11:29 PM
    I've filled all the things we have spoken about over here - https://github.com/GitJournal/GitJournal/labels/Dendron
  • v

    vHanda

    10/18/2020, 11:30 PM
    My current priorities are "iCloud support" / "Multi repo support" / more obsidian compatibility (which overlaps with Dendron)
  • v

    vHanda

    10/18/2020, 11:31 PM
    But I get distracted and sometimes implement features so my workflow is better 😄
  • k

    kevins8

    10/18/2020, 11:32 PM
    nice. i like the bias for action and note first approach. feel free to post here if you have any questions about anything
  • k

    kevins8

    10/18/2020, 11:33 PM
    heh, same here. a roadmap is nice but i find that it helps with motivation in the long run when you work on things that are immediately affecting your workflow
  • v

    vHanda

    10/18/2020, 11:33 PM
    Alright. I'm going to call it a night, I'll keep you posted about how it goes.
  • k

    kevins8

    10/18/2020, 11:34 PM
    sounds good. gnight 🙂
  • v

    vHanda

    10/18/2020, 11:34 PM
    Feel free to ping me if you think of anything else.
  • k

    kevins8

    10/18/2020, 11:34 PM
    i'll probably have more things soon enough. will ping!
  • l

    lukecarrier

    10/19/2020, 5:42 PM
    I was doing some hierarchy refactoring last night (awesome feature) and had a question around formatting. I use a slightly different syntax to the output from Dendron CLI operations (in lists, * instead of -, 4 space indents rather than 2, empty line under headings, etc.). Is canonicalising formatting when performing these operations intended and desirable? If so, did you plan to add formatting options for this, or maybe document/lint the formatting? I'm fairly precious about consistency of formatting, so I'm all for help maintaining this 😅
  • k

    kevins8

    10/19/2020, 5:45 PM
    @User it is intended though what canonical means should be tunable. was waiting for someone to bring it up before working on it 😅 indents and formatting is controlled here: https://github.com/dendronhq/dendron/blob/master/packages/engine-server/src/topics/markdown/utilsv2.ts#L47:L47
  • l

    lukecarrier

    10/19/2020, 5:46 PM
    Please don't get distracted from more useful features by my OCD 😊
  • l

    lukecarrier

    10/19/2020, 5:46 PM
    I love that you've already thought about it haha
  • k

    kevins8

    10/19/2020, 5:49 PM
    haha, it's all good. can you submit a feature request? meanwhile, i'll do a little writeup of changes that need to be made to enable this and either you or I can race to get to it 😉
  • l

    lukecarrier

    10/19/2020, 5:49 PM
    Sure thing, thanks 😁
  • l

    lukecarrier

    10/19/2020, 5:53 PM
    It'd be great if there was some kind of
    dendron-cli lint
    command that could both list formatting violations and indicate "compliance" with its exist status, and maybe a
    --fix
    flag for correcting them. This would work really well for the Pages publishing workflow
  • l

    lukecarrier

    10/19/2020, 5:53 PM
    Would you like separate tickets?
  • k

    kevins8

    10/19/2020, 5:53 PM
    yes please 🙂
  • l

    lukecarrier

    10/19/2020, 6:11 PM
    I've raised #278 and #279, happy to add to them if I can help
1...141516...108Latest