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

    grndstt

    01/17/2022, 7:07 PM
    I have
  • g

    grndstt

    01/17/2022, 7:07 PM
    Copy code
    "pasteImage.path": "${currentFileDir}/assets/images",
            "pasteImage.prefix": "/",
  • m

    mihaiconstantin

    01/17/2022, 7:08 PM
    And this is for the old or the new workspace?
  • g

    grndstt

    01/17/2022, 7:08 PM
    for both
  • g

    grndstt

    01/17/2022, 7:08 PM
    note that the old workspace is a multivault workspace
  • g

    grndstt

    01/17/2022, 7:08 PM
    not sure if it impacts
  • m

    mihaiconstantin

    01/17/2022, 7:09 PM
    I have no clue either at this point...
  • g

    grndstt

    01/17/2022, 7:15 PM
    well ... strange. What I dont explain myself is how the (now deinstalled) Markdown Preview Enhanced was able to find the path to the assets and display them and not the Dendron Preview extension ...
  • o

    OurTimeInTheSun

    01/17/2022, 7:39 PM
    Hey, dendron preview doesn't show children for a lot of notes, while the tree view in the left panel correctly shows the children
  • o

    OurTimeInTheSun

    01/17/2022, 7:40 PM
    I just started using dendron, and am following along with the getting started guide. One of the notes I created correctly shows its children in the preview, while all others do not (and any new notes I create do not).
  • o

    OurTimeInTheSun

    01/17/2022, 7:41 PM
    Any idea how to fix this?
  • g

    grndstt

    01/17/2022, 9:15 PM
    It looks like the
    assetsPrefix:
    in the dendron.yml was leading to the no image display behaviour. Removing it solves the problem. I now need to see how this affects the publishing. (will be for tomorrow)
  • g

    grndstt

    01/17/2022, 9:23 PM
    not quite sure how this has to do with the images preview though ...
  • m

    mihaiconstantin

    01/17/2022, 9:50 PM
    I am glad you were able to get the images to be displayed correctly. Hope the publishing works well as well!
  • k

    kevins8

    01/17/2022, 10:35 PM
    hmm, this smells like a bug.
    assetPrefix
    shouldn't affect how the preview displays images. could you submit a bug report [here](https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=) so we can add it to our roadmap?
  • k

    kevins8

    01/17/2022, 10:35 PM
    if you run
    > Reload Window
    , do the previews update with the children?
  • o

    OurTimeInTheSun

    01/17/2022, 11:02 PM
    That fixed it. Thank you! 😃
  • m

    mikhail

    01/17/2022, 11:24 PM
    If I have a link to a note that is in a different vault, is there any way of telling which vault the note is a reference to?
  • s

    SeriousBug

    01/17/2022, 11:25 PM
    It should automatically find it even if it's in a different vault, but you can also do
    [[dendron://vaultname/note]]
    to tell which vault it is
  • m

    mikhail

    01/17/2022, 11:28 PM
    Yeah, dendron seems to identify it just fine -- that part is working for me. However, I've written a pandoc filter that turns the dendron links into regular markdown links, to enable conversion to PDF -- however, this breaks if the file being referenced is in a different vault. I'm wondering if there is a way to determine which vault is being linked to by a script that is just reading the markdown file
  • s

    SeriousBug

    01/17/2022, 11:29 PM
    You'd have to search all vaults I think, or if you use the Dendron CLI in your script it should be able to find which vault it's in.
  • m

    mikhail

    01/17/2022, 11:30 PM
    darn. I guess the Dendron CLI is probably the best bet
  • m

    mikhail

    01/17/2022, 11:31 PM
    If in some future verison, out-of-vault links could have some special markup to denote which vault they link to, that would be pretty sweet 😛
  • s

    SeriousBug

    01/17/2022, 11:33 PM
    They do, like the example I gave above, it's just not required. You could choose to use it for all cross-vault links in your workspace if you'd like to. We could add an option to enforce explicit cross-vault links, feel free to send a feature request for that.
  • m

    mikhail

    01/17/2022, 11:33 PM
    thanks!
  • k

    kevins8

    01/17/2022, 11:43 PM
    heads up, we do have an option to
    enableXVaultWikiLink
    by default. see https://wiki.dendron.so/notes/3i4ABJutl7NGeXRHTnUEC.html#enablexvaultwikilink
  • c

    codeluggage

    01/18/2022, 3:44 AM
    I haven't been able to keep up with the progress lately, so this may have been answered already; what's the recommended way to add dendron as a multi-repo knowledgebase for an organization? - Repos live in the same github org - Each repo has different needs for documentation, but there are clear references between them - Issues are tracked per repo, but tends to slide a bit between the "main code repo" and the other more focused repos - Monorepo has been discussed in the past, and is a possibility, if that drastically changes how easy it would be to manage knowledge through dendron - Team members use Obsidian for personal things now (note structures are typically hierarchical just like dendron), but have no experience with dendron itself - Hosting notes outside of vscode is not necessary
    k
    • 2
    • 1
  • t

    Tika

    01/18/2022, 3:45 AM
    what is the best procedure for moving a domain of notes to a new vault? @User is it in the docs somewhere and i am not seeing it? if not, perhaps something to add. i see the
    Move Note
    command but this is just for a single note. Thanks
  • m

    mihaiconstantin

    01/18/2022, 8:25 AM
    Is there a way to invalidate the cache in
    .dendron.cache.json
    ? I manually renamed a vault and updated all references, but the cache won't pick up the change.
  • s

    SeriousBug

    01/18/2022, 8:26 AM
    You can just delete it, Dendron should automatically recreate it. Although make sure your
    dendron.yml
    is updated too.
1...507508509...757Latest