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

    Murali

    01/09/2022, 7:21 PM
    ok. I am using Dendron on my workj system, syncing it to git and then pulling it into my personal machine. Again. make notes and sync it back. If I add this file to git ignore in my work machine, would it still take into account, the files I have added in my personal machine too for speedy note retrieval?
  • s

    SeriousBug

    01/09/2022, 7:29 PM
    The cache file is just used to speed up the startup of Dendron. If you add it to gitignore, Dendron will still pick up any new notes you added, it just might be a slight bit slower at startup because it has to read each note. It's still worth it to avoid merge conflicts.
  • m

    Murali

    01/09/2022, 7:46 PM
    Sure. I will add that to git ignore. Thanks 🙂
  • d

    dy

    01/09/2022, 8:42 PM
    I added a
    related: [[some.file]]
    to my frontmatter so I can link to related files and access them easily, is this an OK practice? I would then probably just use the frontmatter for related links instead of putting it directly in my notes
  • s

    SeriousBug

    01/09/2022, 8:44 PM
    You won't get backlinks or highlighting for it, but you can still use "Goto Note" on it I think. There's also a feature request for this if you want to up vote that to show interest: https://github.com/dendronhq/dendron/issues/1531
  • d

    dy

    01/09/2022, 8:47 PM
    Ah ok, thank you
  • g

    glucinater21

    01/10/2022, 2:44 AM
    Hey I got this error when trying to publish with github actions
    github-pages 223 | Error:  No such file or directory @ dir_chdir - /github/workspace/docs
    k
    • 2
    • 7
  • g

    glucinater21

    01/10/2022, 2:44 AM
    any advice on what to do?
  • p

    patchwork

    01/10/2022, 2:51 AM
    Moved to Dendron at work from Foam and love it. Tried to move on MacOS (personal) but the preview doesn’t show anything. There’s an open github issue about this. Anyone successfully running on MacOS?
  • k

    kevins8

    01/10/2022, 3:11 AM
    is this a public repo? do you have a link to it?
  • g

    glucinater21

    01/10/2022, 3:12 AM
    Yeah it’s public
  • g

    glucinater21

    01/10/2022, 3:12 AM
    https://github.com/aglucky/knowledge
  • k

    kevins8

    01/10/2022, 3:12 AM
    are you using the dendron preview? if so, can you run
    diagnostics report
    and send me the output?
  • k

    kevins8

    01/10/2022, 3:14 AM
    dendron publish debug
  • p

    patchwork

    01/10/2022, 3:17 AM
    This error comes when I run Preview, the second is the result of
    diagnostics report
    Here is my
    dendron.code-workspace
    file:
    Copy code
    {
        "folders": [
            {
                "path": "vault"
            },
            {
                "path": "joplin"
            },
            "settings": {
                "dendron.rootDir": ".",
                "files.autoSave": "onFocusChange",
                "pasteImage.path": "${currentFileDir}/assets/images",
                "pasteImage.prefix": "/",
                "markdown-preview-enhanced.enableWikiLinkSyntax": true,
                "markdown-preview-enhanced.wikiLinkFileExtension": ".md",
                "editor.snippetSuggestions": "inline",
                "editor.suggest.snippetsPreventQuickSuggestions": false,
                "editor.suggest.showSnippets": true,
                "editor.tabCompletion": "on"
            },
            "extensions": {
                "recommendations": [
                    "dendron.dendron-paste-image",
                    "dendron.dendron-markdown-shortcuts",
                    "redhat.vscode-yaml"
                ],
                "unwantedRecommendations": [
                    "dendron.dendron-markdown-links",
                    "dendron.dendron-markdown-notes",
                    "shd101wyy.markdown-preview-enhanced",
                    "kortina.vscode-markdown-notes",
                    "mushan.vscode-paste-image"
                ]
            }
        ]
    }
  • p

    patchwork

    01/10/2022, 3:27 AM
    Perhaps my workspace configuration is at the wrong level? I used
    initialize
    and my two vaults are at
    vault/
    and
    joplin/
    respectively. I had a note open when running
    preview
    , but still got the error
    no document currently open, and no document selected to open
    .
  • p

    patchwork

    01/10/2022, 3:29 AM
    Copy code
    info: {"ctx":"dendron.diagnosticsReport:run","msg":"pre-execute"}
    info: {"ctx":"execute","opts":{}}
    error: {"ctx":"dendron.diagnosticsReport:run","error":{"stack":"Error: no workspace file\n\tat Function.workspaceFile (/Users/patrickwilkie/.vscode/extensions/dendron.dendron-0.76.0/dist/extension.js:8:3152181)\n\tat Object.execute (/Users/patrickwilkie/.vscode/extensions/dendron.dendron-0.76.0/dist/extension.js:8:3261464)\n\tat Object.run (/Users/patrickwilkie/.vscode/extensions/dendron.dendron-0.76.0/dist/extension.js:8:3060359)\n\tat runMicrotasks (<anonymous>)\n\tat processTicksAndRejections (internal/process/task_queues.js:93:5)\n\tat async /Users/patrickwilkie/.vscode/extensions/dendron.dendron-0.76.0/dist/extension.js:8:3342566\n\tat async r._executeContributedCommand (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:95:31072)","message":"error while running command: no workspace file","name":"DendronError","status":"unknown","payload":"{}","innerError":{}}}
  • p

    patchwork

    01/10/2022, 3:45 AM
    Update: as if by magic, my problems are solved? No idea what I did different that made it work this time but not prior. I swear its been two days of running
    preview
    to no avail before this 😆
  • p

    plazman30

    01/10/2022, 4:31 AM
    Is there a Dendron cheat sheet available anywhere?
  • p

    plazman30

    01/10/2022, 4:32 AM
    I did some Googling about an hour ago and didn't find anything.
  • k

    kevins8

    01/10/2022, 4:32 AM
    not that i know of 😅
  • p

    patchwork

    01/10/2022, 4:33 AM
    The docs /wiki are quite good though in my recent experience
  • p

    plazman30

    01/10/2022, 4:45 AM
    The docs/wiki are very good.
  • p

    plazman30

    01/10/2022, 4:46 AM
    I guess I will need to put together a quick cheat sheet for myself.
  • b

    benhsm | Jack of N trades

    01/10/2022, 4:46 AM
    hope you'll consider publishing it if you do end up putting something together
  • p

    plazman30

    01/10/2022, 4:46 AM
    Absolutely
  • p

    plazman30

    01/10/2022, 4:47 AM
    I wish I could change my wallpaper at work. Then I could make one wallpaper a Dendron cheat sheet and the other a vim cheat sheet
  • b

    benhsm | Jack of N trades

    01/10/2022, 4:49 AM
    if you integrate them well, maybe you can use the same cheat sheet for both 😜
  • m

    mwprogrammer

    01/10/2022, 5:44 AM
    At anyone who has recently tried this: Is the select vault prompt not appearing when I set confirmVaultOnCreate just an issue on my end? Upgrading my desktop and wanted to know if I should try again or if I should wait for the bug fix before trying again.
  • c

    CraigO

    01/10/2022, 12:04 PM
    Hi all, is it possible to add the Dendron specific YAML frontmatter to a note created outside of Dendron? e.g. if I create a note in the Dendron workspace folder from a text editor on my Phone while I'm out and about, and I want to include it in Dendron, or perhaps, I am pulling in a bunch of old pre-Dendron files and rather than copying and pasting each one into a new note
1...495496497...757Latest