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

    Woods【ウオッヅ】

    08/12/2022, 2:43 AM
    from what I understand Note Traits give you way to create JS hooks for custom actions with notes. Templates give you a standard way to format a note based on where it falls in a hierarchy. Snippets are a core VSCode feature and allow you to insert "snippets" of text into a note.
  • h

    hikchoi

    08/12/2022, 2:51 AM
    Note trait lets you programmatically change how some notes are created / hook into what happens during note creation. One of which is specifying what template should be applied. This is one of many ways to apply a template to a note, and it does much more than just that. templates themselves are just notes when they are by themselves and it becomes useful when it's applied to another note either by schemas, note traits, or the
    Apply Template
    command. Like @Woods【ウオッヅ】 says, snippets are what's native to VSCode, and usually used for small bits of things that you type often (but there is nothing really stopping you from making giant snippets)
  • k

    KombuSchach

    08/12/2022, 2:53 AM
    isn't there a preferred method that would be more sustainable over time?
  • w

    Woods【ウオッヅ】

    08/12/2022, 2:54 AM
    It depends on your use-case. They are related concepts - injecting content into notes - but are used in slightly different ways.
  • w

    Woods【ウオッヅ】

    08/12/2022, 2:55 AM
    Most people will probably just want to use Templates and Snippets and not worry about Note Traits unless they wanted to dig into some advanced workflow features
  • h

    hikchoi

    08/12/2022, 2:56 AM
    None of the three mentioned are opposing constructs. note traits are built on top of templates, and we try to improve templates constantly. snippets won't go anywhere since it's native to VSCode and is a very core editor feature.
  • k

    KombuSchach

    08/12/2022, 2:58 AM
    ok
  • h

    H4O

    08/12/2022, 3:00 AM
    Hello everyone
  • h

    H4O

    08/12/2022, 3:00 AM
    anyone here also a Obsidian/Logseq user ?
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:01 AM
    Obsidian user 👋
  • h

    H4O

    08/12/2022, 3:01 AM
    Are use an outliner fan ? xD
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:01 AM
    working on some plugins for it to bring Dendron CLI features into Obsidian. I like VSCode but honestly hate using it for PKM
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:02 AM
    no - I've tried outliner but it didn't work for me
  • h

    H4O

    08/12/2022, 3:03 AM
    I've been looking into dendron
  • h

    H4O

    08/12/2022, 3:03 AM
    wonder how the hierarchy system compares to outlining ?
  • h

    H4O

    08/12/2022, 3:03 AM
    I read Kevin's blog https://www.kevinslin.com/notes/3dd58f62-fee5-4f93-b9f1-b0f0f59a9b64/
  • k

    KombuSchach

    08/12/2022, 3:03 AM
    quite the opposite of me. At first glance, I'm not a fan of VSCode but I love Dendron and, out of necessity, I decided to make VScode my digital workshop and spend most of my time there.
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:05 AM
    Since I'm a dev I have my VSCode configured for programming and don't like to have multiple workspace settings setup for switching between PKM and Code. While I used Obsidian before finding Dendron I had configured it pretty heavily for PKM so each has their niche for me
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:06 AM
    Personally I wish there was some more universal modular text editor that is open-source like dendron but focused on writing and not programming
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:07 AM
    Are you referring to Bullet Journaling? https://wiki.dendron.so/notes/e65dfe53-41f7-4b16-b870-dadec1775497/
  • h

    H4O

    08/12/2022, 3:07 AM
    yeah
  • k

    KombuSchach

    08/12/2022, 3:08 AM
    I Used to be a heavy GNU emacs user. But at work, I can't easily use it (it is a windows machine). It was the perfect tool for me
  • h

    H4O

    08/12/2022, 3:08 AM
    I mean instead of
    lang.rust.operator.md
    , I'm doing something like
    Copy code
    - lang
      - rust
        - operator
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:09 AM
    Emacs always seemed like something incredibly useful to lean if I could just take the time. Crazy powerful, but also crazy obtuse
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:11 AM
    ah, aren't they equivalent? one just has the structure within a single note (so single frontmater and meta data) while the other splits them up (and can have meta data for each level)
  • h

    H4O

    08/12/2022, 3:11 AM
    yeah I mean, in practice, what are the advantages :p
  • h

    H4O

    08/12/2022, 3:11 AM
    regarding searching for example
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:12 AM
    metadata, templates, everything is unified in file tree view, better search ability
  • w

    Woods【ウオッヅ】

    08/12/2022, 3:12 AM
    are all advantages of using dot hierarchy notes
  • h

    H4O

    08/12/2022, 3:12 AM
    unified ?
1...685686687...757Latest