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

    kevins8

    10/22/2020, 8:55 PM
    got it. something i've thought about but haven't done anything with 😅 can you submit a feature request so we can figure out details and track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • u

    user

    10/23/2020, 2:58 AM
    @User , I'm really enjoying the dendron. It's a nice middle ground between traditional hierarchies and something like Roam. I understand that you came up with this method out of necessity, but were there any key thinkers or influences along the way?
  • u

    user

    10/23/2020, 3:06 AM
    Also, is there any way to trigger creation of journal entries for past or future dates? Thanks again!
  • i

    imalightbulb

    10/23/2020, 3:08 AM
    > Also, is there any way to trigger creation of journal entries for past or future dates? Thanks again! @User You can manually change the name of the file
  • g

    gnomesoup

    10/23/2020, 3:13 AM
    > got it. something i've thought about but haven't done anything with 😅 > > can you submit a feature request so we can figure out details and track it in our roadmap? @User I've submitted my request on Github. Thank you, again for putting together this amazing tool.
  • g

    gnomesoup

    10/23/2020, 3:13 AM
    https://github.com/dendronhq/dendron/issues/292#issue-727856870
  • k

    kevins8

    10/23/2020, 4:03 AM
    > @User , I'm really enjoying the dendron. It's a nice middle ground between traditional hierarchies and something like Roam. I understand that you came up with this method out of necessity, but were there any key thinkers or influences along the way? @User thanks @User, that makes me happy to hear that :) as far as influences, I would say that I was heavily inspired by http://notational.net/. it's killer feature was modeless editing, aka having one unified search that would either find your note or create it if it didn't exist. lookup is heavily inspired by that. for hierarchies, that was mostly how my mind worked 😅 domain names on the internet are just
    .
    delimited hierarchies and i figured if it worked for websites, it would also work for notes. if you want to hear the longer story, @User b did a great podcast with me where I dive more into the details: https://anchor.fm/theproductivists/episodes/Kevin-Lin-Dendron-and-Note-Taking-ejdvdn
  • k

    kevins8

    10/23/2020, 4:04 AM
    > Also, is there any way to trigger creation of journal entries for past or future dates? Thanks again! @User asides from manually just changing the name, @User was looking into generating all journal notes for a given year in one go. he might have more to add 🙂 https://discordapp.com/channels/717965437182410783/735365126227493004/759873558850568262
  • k

    kevins8

    10/23/2020, 4:05 AM
    > @User I've submitted my request on Github. Thank you, again for putting together this amazing tool. @User happy to do it. and thanks, will take a look and leave some comments before this week is done!
  • i

    ichimga

    10/23/2020, 1:57 PM
    Hi, is it possible to link wikilinks on the graph when you assign a name to the wikilink? [[sample.link]] → this links 2 wikilinks fine in the graph [[Title|sample.link]] → this shows the wikilink with
    Title
    in the preview but it removes the linking in the graph.
  • k

    kevins8

    10/23/2020, 2:27 PM
    @User are you using the markdown-links extension? dendron doesn't currently support a graph view of links 🙂
  • i

    ichimga

    10/23/2020, 3:31 PM
    yes, that's the one i'm using. ah, it makes sense, Dendron has to support it. 😀 thanks!
  • b

    brimwats

    10/23/2020, 3:40 PM
    anyone have a rec for a good docx -> markdown converter? I know pandoc can do it one by one (though I've been having some pandoc issues lately). typora also does a good job, but I'd like to batch convert a bunch of docs to markdown to make into notes.
  • k

    kevins8

    10/23/2020, 3:42 PM
    pandoc is my goto for all conversion tasks. for bulk conversion, I use
    parallel
    with
    pandoc
    https://www.msi.umn.edu/support/faq/how-can-i-use-gnu-parallel-run-lot-commands-parallel
  • o

    Oli916

    10/23/2020, 4:08 PM
    Is it possible to rename root.md?
  • o

    Oli916

    10/23/2020, 4:09 PM
    Use case is that GitHub wiki requires a home.md for the home note as a start page I believe
  • k

    kevins8

    10/23/2020, 4:11 PM
    not currently. it will be regenerated if you try to rename it (i think we actually have a check right now that prevents you from deleting it within dendron). moving forward, we're re-thinking the proper
    root
    behavior which might make it configurable. currently, I would recommend making a custom home.md page or a hard link to
    root.md
  • o

    Oli916

    10/23/2020, 4:12 PM
    Cool thanks!
  • o

    Oli916

    10/23/2020, 4:14 PM
    Also just a little thing that's probably just that I need to get used to how dendron works haha but if you create a file using the lookup note and you call it e.g home.md it makes a note called home.md.md
  • o

    Oli916

    10/23/2020, 4:14 PM
    I guess that means you can have a hierarchy called md though
  • k

    kevins8

    10/23/2020, 4:15 PM
    heh, yeah, that's a(n intended) feature not a bug 🙂
  • o

    Oli916

    10/23/2020, 4:16 PM
    Hehe thought so!
  • o

    Oli916

    10/23/2020, 4:24 PM
    Last question for now, are there rules surrounding the yaml header? Does it need to be at the start of the file?
  • o

    Oli916

    10/23/2020, 4:24 PM
    I'm guessing that is the case just thought I'd check if there was someway I could hide it on GitHub wiki
  • o

    Oli916

    10/23/2020, 4:26 PM
    Like wrapping html around it so it's collapsible or something
  • k

    kevins8

    10/23/2020, 4:28 PM
    so the header does need to be at the front. i'm not sure if github wiki has a way of hiding frontmatter
  • k

    kevins8

    10/23/2020, 4:28 PM
    we do have an issue out to explore keeping the frontmatter in a separate file instead of inline
  • o

    Oli916

    10/23/2020, 4:29 PM
    Would it be overkill for the header to automatically include html around it to keep it hidden?
  • o

    Oli916

    10/23/2020, 4:29 PM
    I think every markdown editor supports html right?
  • o

    Oli916

    10/23/2020, 4:33 PM
    e.g
1...979899...757Latest