https://www.dendron.so/ logo
Join Discord
Powered by
# multi-vault
  • s

    ScriptAutomate

    03/10/2022, 1:58 AM
    - Yeah, I think for things like Wikipedia, it would be great to just have something like an 'ad-hoc' way of adding targeted docs to your own vaults rather than the entire site (though, it would be a great way to test Dendron performance 😅 ). Could be a potential pod import idea. - Reddit: same thing. Could perhaps create vaults for specific sub-reddits...? - GitHub: the Dendron team actually imports GitHub issues into Dendron notes to have them easily retrievable as notes within our workspaces since they are completely Markdown. Per-repo, this is another good approach. For working with the pod: https://wiki.dendron.so/notes/PuDUEyUAPmvpBvaFWHDOS/ (this is currently for issues, not PRs, GitHub Discussions, etc.) So, in some cases, I can see some things being better approached as pods, some being targeted/limited vaults that sync on a schedule, etc.
  • c

    codeluggage

    03/11/2022, 7:23 AM
    It would be fascinating to have a "maximum depth" for these things, too. That way you could have a relevant subset of, say, wikipedia, as part of that pod import (and then also possible to update regularly). For example having a 3-link max depth for https://en.wikipedia.org/wiki/Zettelkasten, giving you a web of notes spanning out from that original note.
  • s

    ScriptAutomate

    03/21/2022, 7:29 PM
    Last night I ran into a few wikipedia articles I wanted in my vault, so I played with Python to get something basic: https://gist.github.com/ScriptAutomate/145072933be8d3eb0e98dd9d5abd2748 Currently, all of the links are stripped out by the mediawiki module, so content is barebones. I'll probably be turning the frontmatter building part into a function, and overtime build out something of a Python-based importing pod I suppose. Unless I finally learn me some Typescript to make it built-in 😅
    c
    a
    • 3
    • 6
  • c

    codeluggage

    03/22/2022, 1:55 AM
    Wikipedia pod import
  • c

    ccamara

    03/24/2022, 4:48 PM
    Hello, is it possible to link a note from one vault to another? I'd bet I had read it elsewhere, but I can't find it here: https://wiki.dendron.so/notes/9MZBqhrijEM4QpZRa5t08/
  • j

    Joshi

    03/24/2022, 4:55 PM
    Does
    enableXVaultWikiLink
    help? You can set this to true to enable cross vault link behaviour. https://wiki.dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2/#cross-vault-links
  • c

    ccamara

    03/24/2022, 4:56 PM
    thank you! that's what I was looking for!
  • c

    charliie

    03/24/2022, 5:07 PM
    also looking for that function! thx!
  • j

    jbutz

    04/16/2022, 4:39 PM
    I've got a multi-vault setup going and overall things are going well. I'm looking at how I might be able to adjust the daily journal setting for just one vault and not affect the others. Based on the wiki this doesn't appear to be an option at this point, am I seeing that right?
  • k

    kevins8

    04/17/2022, 3:38 AM
    we do have an option for that , we just hide it really well 😅 https://wiki.dendron.so/notes/3i4ABJutl7NGeXRHTnUEC#dailyvault
  • n

    NorbertK

    05/02/2022, 12:15 PM
    I have a multi-vault workspace which works fine. Does it make sense to try self-contained vaults and how could I do it without losing data. =❔
  • k

    kevins8

    05/02/2022, 4:25 PM
    @SeriousBug is currently writing up a migration guide. would recommend waiting until that comes out (will be this month)
  • a

    aleksey

    05/27/2022, 3:00 AM
    @kevins8 is this it https://wiki.dendron.so/notes/aikv0yamnfkcowlol7qeldy/#migrating-a-workspace-with-multiple-vaults ?
  • k

    kevins8

    05/27/2022, 4:25 AM
    yep
  • n

    NorbertK

    05/27/2022, 7:35 AM
    Moving and renaming a note between self-contained vaults seems to kill the backlinks, if 'enableXVaultWikiLink' ist set to false, which is the default. I suggest to change the default value to true. Shall I write a github isssue ?
  • n

    NorbertK

    05/27/2022, 10:14 AM
    Publishing self-contained vaults : is it required to do a
    npx dendron publish init
    in any vault ? Or can it be done separately from the 'upper' workspace ? If yes, how ?
  • s

    SeriousBug

    05/27/2022, 3:40 PM
    You can run the publish command at the top of your workspace (which will publish all vaults), or if you are using self contained vaults (default for all new vaults) then you can use it inside any vault too (which will only publish that vault). The decision depends on which one you want, publishing all your vaults or just a single one. The key thing to look out for is the publish command must be run in a folder where you have a
    dendron.yml
    file. The publish command will use the configuration file that it is running next to.
  • s

    SeriousBug

    05/27/2022, 3:41 PM
    Do you mean using the "Move Note" command? If it is not updating links, yes that's a bug and we'd appreciate a report
  • m

    matthieu

    06/19/2022, 10:29 PM
    Hi ! I am having trouble to convert a local vault to a remote one. I have a remote repository set up on GitHub. I have a ssh setup too. When I follow the procedure with Dendron:Vault Convert, it get this error. Can anybody help me ? I've been struggling for two hours now 😫 Update: I realize that the GitHub sync actually worked on my second « dependency » vault and in there the main vault has been correctly added to ‘.gitignore’. The above error corresponds to this situation. The second vault still appears under a ‘localhost’ folder.
  • n

    neeldhara

    08/28/2022, 12:01 PM
    I started off with Dendron by adding a bunch of top-level vaults and one remote vault that I setup to publish through Netlify. However, I don't see the remote vault on the list of vaults in the tree view, neither does it show up when I add a new note (which is set to "alwaysPrompt"), nor does it show up when I try to "remove vault". But if I try to add the remote vault again, it says that the destination already exists. How do I add notes to this vault now? 😀
    k
    • 2
    • 1
  • k

    kevins8

    08/28/2022, 4:38 PM
    publishing with multiple top level vaults
  • s

    ScriptAutomate

    09/15/2022, 12:51 AM
    For tags in multi-vault scenarios, how do you appropriately tag? - Do you need to do a full note path instead? - How do you ensure tags in frontmatter are tagged to the note in the appropriate vault? - Same question for users tags as for hashtags
  • s

    ScriptAutomate

    09/15/2022, 5:04 AM
    The more I think about it, the more I realize that tags probably should just always default to the vault workspace since we'd prob want to encourage shared tags across multi-vault setups without additional steps. Maybe user tags are where things get more wonky, since user profile is likely more vault-specific?
  • k

    kevins8

    09/15/2022, 2:15 PM
    it depends on the setup. it works best if you have a single vault with all tags and use those tags across all vaults
  • a

    amol

    09/18/2022, 7:39 PM
    Join discord.gg/desexy-third
  • f

    Frell

    09/28/2022, 8:31 PM
    In my game studio we started discussing having separate vaults for documentation of separate projects, viewable from within the game engine with a markdown viewer. We did a quick test and it seems to work fine for one user. However the case doesn't seem to fit a remote vault that well, because we need the vault to be at a certain hierarchy in the repo to be viewable from within the engine. I tried adding it as a local vault, changing the destination to the vault inside the project, but it didn't show at all for me. Does this seem like something that should be possible and we should explore further?
  • t

    TheWacoKid

    10/11/2022, 9:05 AM
    Moving question to questions
  • m

    michaelvolk

    10/31/2022, 11:57 PM
    I have a workspace with
    Kbase
    and
    Gene_Graph
    . My workspace launches from
    Gene_Graph
    and I include
    Kbase
    for referencing. This has worked well, but now I am seeing that images from from
    Kbase
    won't render in preview. When I click on the image link that is something like
    assets/images/...
    it opens the proper image from the assets folder in
    Kbase
    . Is there a config that needs to be changed so the proper assets folder is recognized? I have shared a pic of my
    dendron.yml
    for reference. Thanks for any help!
  • t

    Trias

    11/08/2022, 5:14 PM
    Hi, I have a question about multi vault setup in Dendron. I'm on windows and have tried to setup a workspace with multiple vaults. I would like to have one of the vaults on a different drive than the workspace. For example c:\dendron\main contains workspace and main vault. and then I want to have a vault on a:\dailynotes. Is this possible in dendron on windows?
    m
    j
    • 3
    • 12
  • m

    Mat

    11/08/2022, 6:54 PM
    Multivault on a different drive