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

    kevins8

    01/11/2022, 10:25 PM
    a fresh local vault shouldn't have a remote since its just a folder
  • k

    kevins8

    01/11/2022, 10:25 PM
    running vault convert will turn it into a git repo and add the github url as the remote
  • s

    ScriptAutomate

    01/11/2022, 10:49 PM
    @User The most common format is:
    Copy code
    ![[my.note.target#header-target,1:#*]]
    This is the format that the
    Copy Note Ref
    (
    Ctrl+Shift+R
    ) creates, by default. This would do what I imagine you are wanting: just embed the section of a target header, and don't include other sections or headers. This is what you see in Wildcard Headers as A Range Boundary: https://wiki.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c/#wildcard-headers-as-a-range-boundary
  • r

    ruph0us

    01/11/2022, 10:54 PM
    So if I only want a single vault in my workspace, I should > Dendron: Vault Add the remote and then delete the automatically created one?
  • p

    pathrandom

    01/12/2022, 5:54 AM
    Thanks @User . Yes, I later figured out this "Copy Note Ref" shortcut and the wildcard notation -- indeed very powerful. Still, my opinion is that
    ![[my.note.target#header-target]]
    should have the current behavior of
    Copy code
    ![[my.note.target#header-target,1:#*]]
  • s

    SeriousBug

    01/12/2022, 6:17 AM
    There has been some community feedback for this, and I think the dev team agrees as well. The main concern is that we'd be breaking existing notes. Please upvote this issue so we can track the interest in the change: https://github.com/dendronhq/dendron/issues/1633
  • a

    Autophagy

    01/12/2022, 7:06 AM
    Is there a way to completely reinstall Dendron and delete all vaults easily?
  • s

    SeriousBug

    01/12/2022, 7:08 AM
    You can simply delete your workspace folder and then use the "Dendron: Initialize Workspace" command (or "Dendron: Launch Tutorial" if you'd like to see the tutorial again)
  • a

    Autophagy

    01/12/2022, 7:10 AM
    Okay, thanks. I'll try that.
  • d

    Durbincs

    01/12/2022, 10:41 AM
    is editable preview considered in the future? obsidian has a really nice one , coping that would be awesome
  • s

    SeriousBug

    01/12/2022, 10:55 AM
    It isn't something we are focusing on right now, but it's definitely in our plans. Please feel free to create a feature request for it in the meantime, I can't see one on Github right now: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • d

    Durbincs

    01/12/2022, 10:57 AM
    okay ill check it out
  • u

    user

    01/12/2022, 1:24 PM
    Hey im currently getting the error frontmatter is broken and thus I did the command "fixFrontmatter" but that doesn't seem to help. Is there someone who knows how i can fix this?
  • k

    kevins8

    01/12/2022, 3:35 PM
    what does your frontmatter look like? and do you still see this when you run
    reload workspace
    ?
  • u

    user

    01/12/2022, 3:42 PM
    Oh thanks, for some reason i didn't get reload workspace but running the command reloading my window did the trick.
  • a

    aleksey

    01/12/2022, 6:18 PM
    Why are "Dendron Markdown Shortcuts" and "Dendron Snippet Maker" no longer recommended?
  • k

    kevins8

    01/12/2022, 6:47 PM
    i think thats a typo. they should still be. @User can you correct?
  • s

    ScriptAutomate

    01/12/2022, 7:09 PM
    Ah, I may have misunderstood what extensions we recommend or consider archived/deprecated at some point in the past and need to update our docs and the github discussion on extensions. Does this mean that the following extensions are still all good: - Dendron Markdown Shortcuts - Dendron Snippet Maker And that the following are not: - Dendron Markdown Preview Enhanced - Dendron Markdown Links
  • a

    aj3v4n5

    01/12/2022, 7:52 PM
    The Dendron: Lookup function appears to have gone. Ctrl+L no longer works, and the function appears to have dissapeared from the command palette?
  • s

    SeriousBug

    01/12/2022, 7:54 PM
    Please make sure you have a Dendron workspace open, we changed it in the latest version so commands like lookup only show up when you are in a Dendron workspace.
  • a

    aj3v4n5

    01/12/2022, 7:56 PM
    Ahh, that was the issue, I'd opened the vault as a folder, not the Dendron workspace file. Thanks
  • s

    ScriptAutomate

    01/12/2022, 8:35 PM
    This should now be fixed in both the GitHub Discussion on extensions, and when we publish a docs update on Friday to the extensions page in the wiki 🙂
  • v

    viddo

    01/12/2022, 8:43 PM
    before I file an issue; is it a known issue that if one writes a tag within parentheses
    like (this #example)
    the tag is not
    #example
    but
    #example)
    ? FWIW I tried searching on https://github.com/dendronhq/dendron/issues for existing issue but couldn't find any. Also possible I didn't use right combo of words I guess 😄
  • d

    dockthepod

    01/12/2022, 8:43 PM
    i have my dendron stored on onedrive and noticed a huge sync this morning... turns out the .next dir is 1+ gigs... is that expected? also, i suspect some things (eg the cache) shouldn't be synced between machines. does anyone have a suggested setup for storing dendron on a "cloud" drive like this?
  • k

    kevins8

    01/12/2022, 8:44 PM
    nope - that's a new one. bug report appreciated 🙂 https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=
  • k

    kevins8

    01/12/2022, 8:45 PM
    yes - .next shouldn't be synced. its used for building. we're thinking of making the default build dir be outside of the vault since a number of folks use dropbox/onedrive to hold vaults
  • k

    kevins8

    01/12/2022, 8:45 PM
    can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • v

    viddo

    01/12/2022, 8:46 PM
    Just realized that it might be a bug with markdown syntax, hmm. Oh well, I report and we can link upstream if/when identified if that's the case
  • s

    SeriousBug

    01/12/2022, 8:48 PM
    The hashtags are Dendron's own syntax, so it's an easy fix luckily.
  • d

    dockthepod

    01/12/2022, 8:54 PM
    @User feature request filed https://github.com/dendronhq/dendron/issues/2149
1...499500501...757Latest