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

    seadude

    01/23/2022, 9:00 PM
    I think its a (mental) workflow change to use Dendron Lookup Note to navigate the hierarchy vs. the mouse-centric mode of clicking through "folders" to find the right level
  • s

    seadude

    01/23/2022, 9:05 PM
    Controversial(?) follow up question...Could the hierarchical dot notation be translated to a folder-like view? OR Could the VS Code Explorer serve a better function within Dendron?
  • s

    SeriousBug

    01/23/2022, 9:09 PM
    Isn't that what the tree view does? It is kinda tucked away at the corner right now, but we're planning on making a "Dendron Container" where it can replace the file view
  • s

    seadude

    01/23/2022, 9:11 PM
    Bingo! I totally missed that feature!
  • m

    moksha

    01/23/2022, 9:11 PM
    I forgot about the tree view
  • m

    moksha

    01/23/2022, 9:12 PM
    That ties everything up actually
  • b

    benhsm | Jack of N trades

    01/23/2022, 9:12 PM
    Is this what you're looking for? : https://wiki.dendron.so/notes/W5bX7FK5WujZms84ZMcyU/ Not sure if it's up to date, tbh
  • a

    andrey-jef

    01/23/2022, 9:38 PM
    Separating the folder for each type of hierarchy is my experience. As u said, since all notes are plain text files, it depends how each app parses the content 🙂
  • m

    mazma

    01/23/2022, 9:48 PM
    Thanks, but yeah that's what I was already referencing. Is --podId an internal dendron id or can i pass the podId from the conf.{my-pod-id}.yml file?
  • m

    mazma

    01/23/2022, 9:48 PM
    seems to be a lot more params available on dendron exportPod than in note linked
  • b

    benhsm | Jack of N trades

    01/23/2022, 9:51 PM
    My understanding is that what you want to pass to
    --podId
    is just the identifier for the pod format that you want. So I think in your case you'd want
    --podId dendron.markdown
  • b

    benhsm | Jack of N trades

    01/23/2022, 9:52 PM
    oh I see
  • b

    benhsm | Jack of N trades

    01/23/2022, 9:52 PM
    I haven't messed around much with the v2 pods
  • b

    benhsm | Jack of N trades

    01/23/2022, 9:55 PM
    Judging by this: https://docs.dendron.so/notes/rXSP43bX1Iyg8mVoEgM4L/ yeah, it should be the id that you set in
    conf.{my-pod-id}.yml
  • m

    mazma

    01/23/2022, 10:01 PM
    okay, I'll need to have more of a play with fresh eyes tomorrow. Have been Passing variations config file, podId and wsRoot and always get the error along the linese of "can't find pod id"
  • s

    shaughnpuppy

    01/23/2022, 10:42 PM
    not sure if theres a better channel for this but... has anyone experimented with using dendron templated notes as a way to handle semi structured data AND interface with it outside of dendron
  • s

    shaughnpuppy

    01/23/2022, 10:43 PM
    for example Ive been trying to think of a better way to handle recipies for meal prep planning
  • s

    shaughnpuppy

    01/23/2022, 10:43 PM
    (e.g. hitting certain nutrition goals, and generating a shopping list)
  • s

    shaughnpuppy

    01/23/2022, 10:45 PM
    I think there's a lot of potential to build a simple tool outside of dendron that can do this, but still using dendron to hold the notes
  • s

    shaughnpuppy

    01/23/2022, 10:45 PM
    one small part ive been trying to look into is parsing markdown notes in pythong
  • s

    seadude

    01/24/2022, 3:02 AM
    @User I have worked with Dendron templates to standardize formats, and VS Code User Snippets to standardize inputs (picklists, choices, etc). I've not yet utilized this info outside of VS Code. It would be interesting to develop a script to parse markdown and maybe import data into a database.
  • s

    seadude

    01/24/2022, 3:09 AM
    Reminds me of a subscription I used to use: https://www.eatthismuch.com/
  • h

    hikchoi

    01/24/2022, 3:17 AM
    I can see this work well if the external tool that you would use with the templated notes also accepts frontmatter (or can parse standard markdown in a structured way). Extending beyond that would mean exporting the notes in a way that the external tool can recognize it. We are going through a round of Pod improvements currently and would be exciting to see what other tools Dendron could work in parallel in the future.
  • s

    seadude

    01/24/2022, 5:30 AM
    I'm getting used to using the Tree View instead of the Dendron (Workspace) view of my contents. I can't quite tell what is the organizational structure is. Its not alphabetical. Its not by creating date. How are notes in the Tree View organized?
  • h

    hikchoi

    01/24/2022, 5:41 AM
    This is how they are sorted currently: 1. everything under
    tags.*
    bubbled up to the top 2. Rest is sorted alphabetically by the note's
    Title
    frontmatter 3. if The title frontmatter is the same, it is then sorted by
    updated
    frontmatter
  • h

    hikchoi

    01/24/2022, 5:42 AM
    FYI, There is an issue where the sort order is mixed after a rename: https://github.com/dendronhq/dendron/issues/2209
  • s

    seadude

    01/24/2022, 5:48 AM
    Hm... My Tree View list is a-z for 1/3 of the list ("assets" - "templates"), then a-z again ("ai" to "vscode") then a-z again ("data" to "storage").
  • s

    seadude

    01/24/2022, 5:49 AM
    Its like 3 alphabetical lists in one, but I don't know why
  • s

    SeriousBug

    01/24/2022, 5:50 AM
    It's split by vault, is that it? Or are those all in the same vault?
  • s

    seadude

    01/24/2022, 5:50 AM
    All under "root (vault)"
1...520521522...757Latest