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

    grndstt

    09/22/2020, 4:50 AM
    OK great, So I wondered how complicated would it be to have an optional Show links among notes in the graph view
  • g

    grndstt

    09/22/2020, 4:50 AM
    for now it is hierarchical based
  • k

    kevins8

    09/22/2020, 4:50 AM
    speaking of camping, it was great but super pooped at this point. it’s night time here so going to bed and will respond in the morning
  • k

    kevins8

    09/22/2020, 4:50 AM
    too quickly answer your last comment, we are planning on adding that feature sometime this month 🙂
  • g

    grndstt

    09/22/2020, 4:51 AM
    however you say Dendron aims to wlk the line between hiererachical and no organization. So I guess display both links and hierarchy would be a must
  • g

    grndstt

    09/22/2020, 4:51 AM
    > too quickly answer your last comment, we are planning on adding that feature sometime this month 🙂 @User amazing
  • g

    grndstt

    09/22/2020, 4:52 AM
    > speaking of camping, it was great but super pooped at this point. it’s night time here so going to bed and will respond in the morning @User Sleep well ! Thanks for the Dendron work ... pretty excited to keep exploring ! Seeing many possibilities 🙂 🙏
  • g

    grndstt

    09/22/2020, 5:08 AM
    Just pasting some other questions for @User when he wakes up or whoever is up !
  • g

    grndstt

    09/22/2020, 5:08 AM
    This is what I would like to have
  • g

    grndstt

    09/22/2020, 5:08 AM
    Copy code
    - [x]  Very important Stuff
    - [x]  ~~Not Important at all but pretty cool~~
    - [ ]  Super boring
  • g

    grndstt

    09/22/2020, 5:10 AM
    I can do it by manually adding the double tilde (~~). However were should I go if I wanted to change the default behaviour from "ticking" to "ticking plus strickethru" .... is this even possible ?
  • k

    kevins8

    09/22/2020, 3:15 PM
    @User would check this out https://dendron.so/notes/593206ea-5658-4874-bafd-18a138870f91.html#other-resources 😉
  • g

    grndstt

    09/22/2020, 3:18 PM
    ah great ! you mean I should tweak setting in this extension right ? https://marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox
  • k

    kevins8

    09/22/2020, 3:18 PM
    yep. by default it does tilde and also adds an done date on a keyboard shortcut
  • g

    grndstt

    09/22/2020, 3:19 PM
    OK perfect ... i'll try to reactivate these default settings then
  • g

    grndstt

    09/22/2020, 6:03 PM
    This app looks great for todo's also
  • g

    grndstt

    09/22/2020, 6:03 PM
    https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-todo-plus
  • g

    grndstt

    09/22/2020, 6:04 PM
    however the files need to have a .TODO extensions and thus do not appear in the graph anymore
  • k

    kevins8

    09/22/2020, 6:43 PM
    that looks really powerful. so many customization options 😮
  • u

    user

    09/22/2020, 11:26 PM
    i really like obsidian so fari is there a way to integrate both dendron and obsidian with same repo/vault?
  • l

    Licat

    09/23/2020, 12:09 AM
    I believe you can just use both on the same folder, although some of the formats might be incompatible
  • k

    kevins8

    09/23/2020, 12:29 AM
    @User if you use the ‘change workspace’ command and set the directory to be your obsidian vault, things should just work. that being said, dendron currently has all files in a flat file hierarchy so if you are using obsidian with multiple folders, those won’t be picked up
  • k

    kevins8

    09/23/2020, 12:29 AM
    you would need to use the ‘import pod’ command to convert folders to files in that case
  • u

    user

    09/23/2020, 12:58 AM
    Not sure if its something I have done wrong. But when I used foam the intellisense for filenames worked perfect. In dendron when I'm typing a link it doesn't.
  • u

    user

    09/23/2020, 12:59 AM
    scratch that... when I use the shortcut it works. Is it a setting to let it automatically happen?
  • l

    Licat

    09/23/2020, 1:04 AM
    @User Hoping this is the right place to ask - I've been wondering what your take is on other VSCode-based note taking tool, like Foam (https://github.com/foambubble/foam) and vscode-memo(https://github.com/svsool/vscode-memo). I tried looking around Dendron's site as well as this discord, but I couldn't find a decent comparison. I'm kinda curious what you think differs in principle as well as functionality, especially given that Dendron share some of the vscode extensions others are using. Thanks in advance!
  • k

    kevins8

    09/23/2020, 1:36 AM
    @User the biggest difference is that dendron is not trying to be like roam. we do incorporate roam like features (eg. backlinks and block references) but dendron is fundamentally focused on using a hierarchy first approach to note taking. below are some additional articles about what makes dendron different: - https://www.kevinslin.com/notes/3dd58f62-fee5-4f93-b9f1-b0f0f59a9b64.html - https://dendron.so/notes/683740e3-70ce-4a47-a1f4-1f140e80b558.html#how-is-dendron-different-from-x-note-taking-tool
  • k

    kevins8

    09/23/2020, 1:39 AM
    @User by intellisense, do you mean showing suggestions without using a shortcut? if so, you can apply the following settings to enable it.
    Copy code
    "[markdown]": {
    default: {
        "editor.quickSuggestions": true,
        "editor.wordBasedSuggestions": false,
        "editor.tabSize": 2,
    },
    see instructions about updating settings here: https://dendron.so/notes/26d66e84-6e4f-4688-bf6e-af070def7c38.html the reason we have it off by default is because many users make heavy use of snippets and vscode has default snippet suggestions that will constantly surface if you quicksuggestion is turned on by default
  • u

    user

    09/23/2020, 1:41 AM
    Thanks. I'm new to vscode anyway... But it is ok for the shortcut. It just popped up automatically before and not now. Was curious as to why. trying something new after 20 years of vim usage and couple of years vimwiki.
  • k

    kevins8

    09/23/2020, 1:44 AM
    got it. i was in your shoes a year ago 🙂 i think of vscode as vim with a nicer interface and better defaults. i built dendron it was hard to manage my notes in vimwiki 😅
1...747576...757Latest