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

    vulfypeck

    10/07/2020, 5:55 PM
    Thank you
  • g

    gnomesoup

    10/07/2020, 6:33 PM
    Is there any way to get intellisense to suggest wiki link suggestions without having to hit Ctrl+Space?
  • v

    vulfypeck

    10/07/2020, 6:56 PM
    Follow-up question to publishing. When i define which hierarchy to publish, does it still push ALL my notes to github pages but only shows ones i've deemed good to publish? My scenario is that I want to maintain private/personal notes in one hierarchy and then maintain my blog in another hierarchy to be published to github pages.
  • k

    kevins8

    10/07/2020, 7:04 PM
    @User this depends on how you setup your github repo. publishing consists of two steps: - build - push during build, dendron inspects the notes you've whitelisted in
    siteHierarchies
    and copies them over from
    vault
    ->
    docs
    . anything that is not whitelisted is not copied over. this also goes for lines that you mark as LOCAL_ONLY (dendron will strip out those lines before copying) if you push your entire repo, then you will push your
    vault
    folder which has ALL your notes. if you only push your
    docs
    folder, then that will ONLY contain the notes that you specified. to keep your notes private when publishing, i would push
    docs
    to a separate repository. you can automate it using git actions with the github action @User created https://dendron.so/notes/692fa114-f798-467f-a0b9-3cccc327aa6f.html#publish-to-github-pages-with-actions
  • k

    kevins8

    10/07/2020, 7:05 PM
    @User yep. see https://dendron.so/notes/692fa114-f798-467f-a0b9-3cccc327aa6f.html#have-links-auto-complete-without-additional-key-presses
  • k

    kevins8

    10/07/2020, 7:10 PM
    @User moving forward, we'll be adding a
    siteRepoDir
    configuration so that
    Dendron: Publish
    can publish your notes even if they are located in a different repository. for now, you can either use @User github action or run
    Build Pod
    , cd to your site repo and manually run a git push
  • v

    vulfypeck

    10/07/2020, 7:19 PM
    Do you have a timeline on that update? Wondering if I should just wait it out a bit. Its not urgent
  • k

    kevins8

    10/07/2020, 7:21 PM
    pushing out an update later today so should be live then 🙂
  • v

    vulfypeck

    10/07/2020, 7:21 PM
    Holy moly.
  • k

    kevins8

    10/07/2020, 11:05 PM
    @User fyi --> https://discordapp.com/channels/717965437182410783/737323300967022732/763537280039649301
  • i

    imalightbulb

    10/07/2020, 11:05 PM
    Can't wait to try the latex publish, thanks for the update
  • i

    imalightbulb

    10/08/2020, 12:07 AM
    @User Why the #763443992162730016 channel? Isn't #737323300967022732 enough?
  • k

    kevins8

    10/08/2020, 12:08 AM
    it's an experiment. we'll be releasing new features for folks to test out before a general announcement. that's what beta will be for
  • k

    kevins8

    10/08/2020, 12:08 AM
    if it turns out its not needed, i'll remove it. experimenting with the "hierarchy" of the dendron discord 😅
  • i

    imalightbulb

    10/08/2020, 12:09 AM
    > experimenting with the "hierarchy" of the dendron discord no prob 😆
  • i

    imalightbulb

    10/08/2020, 12:10 AM
    does dendron support mermaid diagrams currently? (preview and publish)
  • k

    kevins8

    10/08/2020, 12:21 AM
    preview yes: https://shd101wyy.github.io/markdown-preview-enhanced/#/diagrams?id=mermaid publish: i don't think so. feel free to submit a feature request for publish :) https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • r

    rhaynes

    10/09/2020, 12:18 PM
    Hi folks, is it possible to view a dendron note "outside" of vscode? It would be nice to be able to display a daily todo list directly pinned on the desktop for instance.
  • h

    HeyyyyJinn

    10/09/2020, 4:27 PM
    You could make a shortcut to a note, put it in the desktop, and set it open with a wyswyg markdown processor like Typora.
  • k

    kevins8

    10/09/2020, 4:43 PM
    If you're okay with note seeing wiki-links, note references and dendron specific markup, you can use any markdown viewer to look at dendron notes. my personal favorite is nvAlt https://brettterpstra.com/projects/nvalt/ @User
  • h

    HeyyyyJinn

    10/09/2020, 8:38 PM
    What would happen if I set $HOME as a Dendron vault? Does nesting vaults cause problems? Im testing out PARA using my entire $HOME directory
  • h

    HeyyyyJinn

    10/09/2020, 8:39 PM
    I'm wondering if it makes sense to have Dendron manage my entire directory, or to change that setup.
  • k

    kevins8

    10/09/2020, 8:40 PM
    you can. currently dendron only reads files that are directly in the vault so its not recursive
  • k

    kevins8

    10/09/2020, 8:40 PM
    if you have existing markdown notes in a folder hierarchy (eg. obsidian), you can import them using the local file pod https://dendron.so/notes/66727a39-d0a7-449b-a10d-f6c438185d7f.html#localfile-pod
  • v

    vulfypeck

    10/09/2020, 8:57 PM
    I am attempting to transclude a file called attributes. I used the keyboard shortcut to generate the reference code. However, in my preview, its not working. Am I missing something obvious?
  • k

    kevins8

    10/09/2020, 8:58 PM
    it looks like you have the regular vscode markdown preview instead of dendron markdown preview enhanced
  • k

    kevins8

    10/09/2020, 8:59 PM
    https://dendron.so/notes/a6c03f9b-8959-4d67-8394-4d204ab69bfe.html#markdown-preview
  • v

    vulfypeck

    10/09/2020, 9:00 PM
    That was definitely it.
  • u

    user

    10/09/2020, 9:33 PM
    Hi Guys, I wonder if anyone can help with an issue. Almost all my shortcuts are not working; I’m trying using a reference: ‘cmd+shift+r’ but it open the search… an so on. Is there a way I can quickly set as default the keys/shortcuts from Dendron?
  • u

    user

    10/09/2020, 9:34 PM
    I tried the troobleshooting section but it didn't help.
1...838485...757Latest