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

    kevins8

    09/07/2020, 7:17 PM
    @User the mental model I had in my head for vaults (and its not set in stone) is that a hierarchy could exist spread across multiple vaults. each vault is a github repo. you can there fore have a
    public
    vault and a
    private
    vault and you can choose to share everything in one but nothing in the other
  • k

    kevins8

    09/07/2020, 7:17 PM
    what's nice about this model is that you still get to have one unified hierarchy that can span any number of vaults
  • j

    jojanaho

    09/07/2020, 7:20 PM
    the links might be somewhat problematic in case of name collisions; with foam there was thinking that collisions should just trigger error diagnostics. Especially if the structures are merged and they spawn from the root without a prefix, that might be the only reasonable option
  • j

    jojanaho

    09/07/2020, 7:21 PM
    especially if you first use vault A without a prefix, all the links would already be there without prefixes - only after introduction vault B (and C and D...) the conflicts might appear
  • j

    jojanaho

    09/07/2020, 7:22 PM
    still to note: maybe the vault B is developed first separately, thus its links also being without any prefixes - now bringing these two together would start creating the conflict errors
  • k

    kevins8

    09/07/2020, 7:23 PM
    for links that conflict, why don't we just show all matches for an unprefixed link? if no conflicts, have the same behavior as today but if conflicts are detected, ask user to detect. need to head out to lunch so will resume this conversation after.
  • j

    jojanaho

    09/07/2020, 7:30 PM
    "why don't we just show all matches for an unprefixed link" - this would work inside vscode, but if the user just publishes the workspace with conflicting vaults, I guess the link must point to some single pre-selected place(?). Also, I think the intent behind the link is to point to a single location, so asking user to fix it would probably be reasonable.
  • j

    jojanaho

    09/07/2020, 7:35 PM
    There's probably all kind of complex scenarios that we could envision (e.g. what if the user would like to merge domains across vaults and show all merged notes in the published page as a merged web page?), but then again 99.9% of the real cases probably just want to use multiple folders and avoid conflicts. Showing errors would probably be the easiest and still sufficient solution.
  • k

    kevins8

    09/07/2020, 9:36 PM
    @User coming back to this thread. agree with your conclusion. the other solution would be to generate a popup/intermediary page for links with multiple destinations and let the user choose. e for v1, would bias for what you suggested and error at build time.
  • l

    Leite

    09/07/2020, 10:46 PM
    I would like to link books (which are in the root folder) into my notes: how should I do it? Should I use []() notation? Or something like [[]]?
  • p

    p0lyg0n

    09/07/2020, 10:50 PM
    You'd wanna use this:
    [[Books|books]]
    , the syntax is:
    [[Label|path.to.note]]
  • p

    p0lyg0n

    09/07/2020, 10:50 PM
    @User
  • j

    jojanaho

    09/07/2020, 10:50 PM
    are the books markdown files, pdfs or something else?
  • l

    Leite

    09/07/2020, 10:50 PM
    They are pdf's
  • p

    p0lyg0n

    09/07/2020, 10:51 PM
    Oh, then disregard my message
  • l

    Leite

    09/07/2020, 10:51 PM
    They were all included into the top folder
  • l

    Leite

    09/07/2020, 10:51 PM
    With the # Imported Assets tag
  • j

    jojanaho

    09/07/2020, 10:51 PM
    I think [[some-book.pdf]] should work, especially if you have pdf viewer installed into vscode
  • l

    Leite

    09/07/2020, 10:51 PM
    Oh, they are inside assets
  • p

    p0lyg0n

    09/07/2020, 10:52 PM
    From the docs:
    [local files](assets/think.pdf)
  • p

    p0lyg0n

    09/07/2020, 10:52 PM
    Reference: https://www.dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2.html#other-links
  • j

    jojanaho

    09/07/2020, 10:53 PM
    @User that might be better way to do it, yes
  • j

    jojanaho

    09/07/2020, 10:53 PM
    I've actually slammed a few non-markdown files into my vault, using the same naming scheme with them (e.g. excel files)
  • j

    jojanaho

    09/07/2020, 10:54 PM
    then using the [[...]] syntax + "Open in Application"-extension I'm able to get them open from vscode
  • j

    jojanaho

    09/07/2020, 10:55 PM
    not sure if that's something I actually shouldn't do 🤔 😆
  • l

    Leite

    09/07/2020, 10:55 PM
    Is it possible that I have too many things inside root that the auto complete isn't working?
  • l

    Leite

    09/07/2020, 10:56 PM
    I wouldn't say openning an excel file inside vs code would be a better idea though
  • j

    jojanaho

    09/07/2020, 10:56 PM
    pdfs might not show up in the lookup
  • p

    p0lyg0n

    09/07/2020, 10:56 PM
    > Is it possible that I have too many things inside root that the auto complete isn't working? @User can you elaborate?
  • l

    Leite

    09/07/2020, 10:59 PM
    I'm trying to use [label](assets/*.pdf), but when I am typing the book name it isn't filtering. For example, I was trying to link "Statistical Learning in R" using that syntax. While I was typing "statistical", it wasn't filtering anything (it was actually showing me every file of assets/ in alphabetical order, I think)
1...545556...757Latest