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

    charliie

    03/23/2022, 6:04 AM
    sorry not being so clear.
  • s

    SeriousBug

    03/23/2022, 6:04 AM
    No worries! You can actually drag the Tree View section into the side bar, and it will get its own icon. Same for other Dendron sections.
  • c

    charliie

    03/23/2022, 6:06 AM
    i was trying to jump from the project i have been working on to dendron workspace
  • c

    charliie

    03/23/2022, 6:07 AM
    but getting tried of clicking the workspace file every time.
  • s

    SeriousBug

    03/23/2022, 6:08 AM
    You can also use the recent projects menu to go back to it. It's the "File: Open Recent" command, not sure if there's a default shortcut for it.
  • c

    charliie

    03/23/2022, 6:12 AM
    thanks! that's faster. i can now use "ctrl+shift+p" and type open recent files to open dendron workspace!
  • s

    Saine

    03/23/2022, 6:23 AM
    ctrl+r maybe?
  • c

    charliie

    03/23/2022, 6:26 AM
    wow that's even faster! thanks a lot!
  • s

    Saine

    03/23/2022, 7:03 AM
    should git be initialized at
    .\vault
    level or above where
    dendron.yml
    etc. is?
  • s

    SeriousBug

    03/23/2022, 7:06 AM
    It's usually easiest to just do it at the workspace level, where
    dendron.yml
    is. This will include all your settings, and all local vaults. This is the easiest if you want to just sync everything between multiple computers or something. If you are using multiple vaults and just want to share a single vault, or you have specific needs like syncing some vaults and not others, you might want to do it in your vault. You can use the "Vault Convert" command to do it for you.
  • a

    anonrunner

    03/23/2022, 7:18 AM
    Hey guys, I manage my notes together with regular files (docs, pdf's, videos, etc). Before Dendron(thank you for it!!) I used just simple filesystem + md files. So I always had files nearby related notes. Now I understand that I have to move all files into Assets folder. That's fine. But I couldn't find any tricks dedicated to linking/managing files within notes. (similar to "Paste Image" feature). Would you be so kind to guide me a little how I could ease my life incorporating files into the notes? I find hard time just linking them inside the content of notes.. Any small tips are very welcome. Thank you!
  • s

    SeriousBug

    03/23/2022, 7:19 AM
    Not what you asked for, but you can keep the assets next to the notes if you want to. It should work fine, it just won't work for publishing I think.
  • a

    anonrunner

    03/23/2022, 7:24 AM
    Thanks, nice idea! I thought about it too, but as all of the notes resides in a single folder (which I think I can't have a normal directory tree), then I think it could be too much to add files into that mix.. So my aim was to mirror the same notes-tree inside Assets folder for files..
    s
    • 2
    • 4
  • s

    SeriousBug

    03/23/2022, 7:43 AM
    Handling assets in Dendron
  • a

    anonrunner

    03/23/2022, 8:37 AM
    Is there an easy way to create a link to the new child note instead of writing [[full.path.to.new.child]] ? I have tried to: - [[newchild]] - creates a new note on root - [[.newchild]] - autocomplete Maybe I'm missing something? Checked wiki too
  • s

    SeriousBug

    03/23/2022, 8:38 AM
    You can create new notes with the lookup (Ctrl+L by default). When you use it with a note open, it will come pre-filled with the current note name so you can just add the child name at the end of it.
  • a

    anonrunner

    03/23/2022, 8:40 AM
    Awesome, thank you!
  • a

    anonrunner

    03/23/2022, 8:41 AM
    @User , you're so helpful, I hope you have a very nice day/evening/night! Thank you for your patience πŸ™ ☺️
  • s

    SeriousBug

    03/23/2022, 8:42 AM
    You're welcome, glad I could help! You have a nice day too!
  • s

    Saine

    03/23/2022, 10:24 AM
    is there a way to name a vault?
  • x

    xg

    03/23/2022, 10:44 AM
    You can add
    name: vaultname
    after the
    fs: path
    in dendron.yml I think. It's on the wiki but i'm not at my computer atm.
  • c

    ccamara

    03/23/2022, 11:55 AM
    Hi, this is not a question about dendron itself, but about vscode: from time to time, it can be very laggy when typing, especially when I have to delete words (backspace), add new lines (intro) or change text indention. Has anyone experienced this? I'm afraid it's not because the hardware or even dendron, as I have experienced that in all my devices and in small projects not using dendron. I do not have any clue on how to debug it.
  • r

    rlh1994

    03/23/2022, 11:56 AM
    Have you got a spell check extension installed? This clashes with a markdown extension (can't remember which) and leads to huge lags on backspace and new lines for me all the time
  • c

    ccamara

    03/23/2022, 12:03 PM
    Indeed! I have [spell right extension](https://open-vsx.org/extension/ban/spellright) among these others in the image
  • c

    ccamara

    03/23/2022, 12:04 PM
    Oh, but I see it's not enabled for this workspace!
  • h

    hikchoi

    03/23/2022, 12:04 PM
    If you are using VSCodium, there is an on-going performance issue with the git extension since 1.56.0 on Macs: https://github.com/VSCodium/vscodium/issues/718
  • c

    ccamara

    03/23/2022, 12:06 PM
    Oh, that could be adding some lag, as I am now using vscodium and mac and git. It's true that this is the most laggy setup I'm using, but I'm also using VS code in a mac with similar results, and vscodium and vs code in KDE neon
  • c

    ccamara

    03/23/2022, 12:07 PM
    I'm going to try vs code for a while ( 😒 ) and see if it improves. I will be uninstalling spellcheck
  • h

    hikchoi

    03/23/2022, 12:18 PM
    if the problem persists, another thing you could do is profile all your running extensions and : https://github.com/microsoft/vscode-wiki/blob/main/Performance-Issues.md#profile-the-running-extensions
  • c

    ccamara

    03/23/2022, 12:18 PM
    thanks!
1...575576577...757Latest