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

    Joshi

    05/18/2022, 3:49 PM
    You can place the cursor next to the header and run
    Dendron: Copy Note Link
    command, this will create the link for you.
  • p

    PJ Wu

    05/18/2022, 4:00 PM
    enableHierarchy
  • l

    lordfrikk

    05/18/2022, 5:29 PM
    Thanks, that works! Would it be possible to do that automatically on creating a link, though? Sometimes I create several links in a row to different files and sections and having to open them one by one is a bit too much friction for such a common task (IMO of course).
  • f

    FiveFinger

    05/18/2022, 5:34 PM
    Is it possible to ignore [[wiklilinks]], #tags, and @mentions within anchors? for example
    ## AnchoreHeader [[note]] @dave
    should be able to link to
    ![[journal.refnote#AnchorHeader]]
    without the need to include the wikinote and mention
    ![[journal.refnote#AnchorHeader-note-dave]]
    That would be immensely helpful
  • s

    SeriousBug

    05/18/2022, 5:40 PM
    That's actually a feature, because you could have a header that's just a link. For example if you had
    ## [[note]]
    it wouldn't make sense otherwise. If you don't want them as part of the header, would it work for you if you put them after the header?
  • f

    FiveFinger

    05/18/2022, 5:45 PM
    Oh yes true, haven't used it as such yet but yes that's a valid usecase. Yes I have considered putting it into the next line, only problem is that I don't see the Heading name in the Backlink section then and that makes it hard to find my context. That's why I am also waiting on the Backlink Preview or querys, that would also fix this problem^^. Maybe some "escape-character" could also solve this.
  • d

    d1onys1us

    05/18/2022, 7:32 PM
    is there any notion of a flat multivault with self contained vaults? i am just wondering if i am doing this correctly. so i have two vaults that i primarily use: my personal vault, and my shared team vault. i want all of this within one vscode window (workspace?). this is because i try to migrate my personal vault notes into my shared team vault as much as possible, and reduce duplication. what is the best way to do this? is one vault always going to be a dependency of another vault? or is there a flat structure to it
  • d

    d1onys1us

    05/18/2022, 7:33 PM
    im also experiencing a few quirks trying to do this. right now i have a remote vault (the team vault) added to my personal vault (the local one). i executed
    remote vault add
    from my local vault. and the dendron sidebar view is not showing hierarchies, and also when i press "command + p", where i can usually search for things in vscode, i am only able to see it for my personal vault and not the team vault that i have added
  • d

    d1onys1us

    05/18/2022, 7:34 PM
    other ideas that i have thought about are just creating a hierarchy within my team vault, and gitignoring that hierarchy "personal". the only downside to this is the slim possibility of committing personal notes into a shared space, and also that i will have to prepend all my existing hierarchies with an identifier to gitignore on. so yeah pretty much looking for any suggestions here on what i am trying to achieve.
  • d

    d1onys1us

    05/18/2022, 7:35 PM
    my personal vault is not remote btw. it is versioned with git, but locally.
  • s

    SeriousBug

    05/18/2022, 7:37 PM
    You could create 3 vaults: 1 vault that's a container, and then have the 2 other vaults as it's dependencies. If you don't want to keep any notes in that container vault, you could delete the
    notes
    folder and remove it as an option from the config (it will be listed as
    fsPath: .
    in the
    dendron.yml
    ). That's identical to what workspaces are in Dendron right now though, so you might as well just create a workspace as usual.
  • s

    SeriousBug

    05/18/2022, 7:37 PM
    Could you share your
    dendron.yml
    file? There might be a bug in the vault add command, I can see if something went wrong
  • d

    d1onys1us

    05/18/2022, 8:00 PM
    resolved. thanks @SeriousBug !
  • a

    alexis<3

    05/18/2022, 8:37 PM
    is there any plans n a place to share dendron themes now that people are working on them
  • k

    kevins8

    05/18/2022, 11:14 PM
    yeah, probably will create a git repo for people to contribute once the css has become more stable. stay tuned 🙂
  • a

    alexis<3

    05/18/2022, 11:15 PM
    awesome
  • p

    prestameunsol

    05/18/2022, 11:56 PM
    Hi. Is it possible to have a live preview mode withouth splitting the screen? I feel much more comfortable seeing how the Markdown renders, but I find the fact of having two views of the same file a bit cumbersome. Thanks
  • s

    SeriousBug

    05/18/2022, 11:58 PM
    Not at the moment, but we are working towards an "editable preview" option. No timeline on it, but we've did some of the necessary background work for it this week.
  • p

    prestameunsol

    05/19/2022, 12:01 AM
    Thanks for your answer!
  • r

    rlh1994

    05/19/2022, 8:59 AM
    Has anyone had issues before with images showing broken on a site because of an additional prefix / in the src? My setup is pretty much the same as my working site except my assetPrefix is a little long (
    /gitlabsubgroup/reponame
    ) So the src ends up as
    //gitlabsubgroup/reponame/assets/images/imagename.png
    which if I edit it and drop one of the leading /s works fine?
  • j

    jokaro

    05/19/2022, 11:58 AM
    What does the setting todoIntegration do?
  • j

    Joshi

    05/19/2022, 2:24 PM
    This is a setting for integration with
    TODO Tree
    . If you set this to true, task notes will create a
    TODO:
    keyword in the frontmatter that should be picked up by TODO tree.
  • g

    glucinater21

    05/19/2022, 2:45 PM
    Hey does anyone know how to publish selfContainedVaults with GitHub actions? I recently switched from workspace and my publishing workflow broke
  • p

    PLima

    05/19/2022, 3:19 PM
    Is there any recommended way to get latex intellisense when typing equations? If anyone has a good setup they would recommend, it'd be greatly appreciated. (I looked around but couldn't find anything) I'm using the extension 'Markdown All in One' by Yu Zhang, but that could be better
  • h

    hv77

    05/19/2022, 3:27 PM
    My question is regarding Dendron paste image extension I wanted to create a separate folder for images (in
    assets
    ) for each note. This helps to remove cluttering of images and also easy to preview in other markdown apps. What I did I configured the dendron.code-workspace settings as:
    Copy code
    json
    "settings": {
        "pasteImage.defaultName": "YMMDDHHmmss",
        "pasteImage.path": "${currentFileDir}/assets/images/${currentFileNameWithoutExt}",
        "pasteImage.prefix": "/",
        "pasteImage.insertPattern": "![${imageFileNameWithoutExt}](.${imageFilePath})",
    }
    What I expected Yesterday, the paste command worked as per workspace settings. With OPT+CMD+V, I was able to paste the image along with the name and path as intended.
    ![20220518230629](./assets/images/first-note/20220518230629.png)
    What I got But, Today when I did the same paste command for a screenshot, it saved the image as
    ![](20220519150629.png)
    What I tried I tried to reload window, reload index, disable/enable paste image extension but no success. Meanwhile, I did an Dendron update to v0.95.1 today Has anyone experienced this issue? Is it a bug or am I missing something? 
 Thanks
  • s

    SeriousBug

    05/19/2022, 4:49 PM
    It's supposed to work, could you elaborate on what broke? Are you getting any error messages? Does the publish action fail?
  • g

    glucinater21

    05/19/2022, 4:49 PM
    Publish action is failing, I haven’t had any time to mess with it but I got a time limit exceeded error
  • s

    SeriousBug

    05/19/2022, 4:50 PM
    Got it, I'll test it out to see if I hit any problems
  • a

    AshSimmonds

    05/19/2022, 5:39 PM
    Re: filename case - I read up about it and the general preferred kebab-case style etc, but are there any real downsides to it being Pascal-Kebab-Case and such?
  • s

    SeriousBug

    05/19/2022, 5:40 PM
    No, Dendron is case-insensitive in lookup anyway.
1...638639640...757Latest