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

    shshshsh

    06/02/2022, 10:16 AM
    Hello everyone, I just started using dendron today. Trying out, I usually use Logseq. I am having this error many times when I try to preview a note,
    {"stack":"DendronError: Unable to render note diary.2022.personal in dendron-trial\n    at h.renderNote (/Users/someone/.vscode-insiders/extensions/dendron.dendron-0.97.0/dist/server.js:2:325579)\n    at runMicrotasks (<anonymous>)\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)\n    at async c.render
    Can someone tell me what is going wrong
  • k

    Kulukimaki

    06/02/2022, 11:47 AM
    Hi, does someone know how the link/go up/go down/go to behaviour is set in Dendron? I'm specifically wondering about when a link/... is opened in a new explorer tab or in the same tab.
  • k

    kevins8

    06/02/2022, 2:08 PM
    ah, this is an old version of schemas. going to update it (but tldr: the
    data
    field is no longer used)
  • k

    kevins8

    06/02/2022, 2:09 PM
    can you dm me the output of
    > Dendron: Diagnostics Report
    ? can take a look from that
  • k

    kevins8

    06/02/2022, 2:10 PM
    its usually always opened in a new tab. maybe its a vscode setting?
  • u

    user

    06/02/2022, 2:14 PM
    is there a way disable these notifications?
  • s

    shshshsh

    06/02/2022, 2:29 PM
    I reinstalled it sometime back and things seem to be fine. If it happens again, I will dm you the output. Thank you
  • k

    Kulukimaki

    06/02/2022, 2:29 PM
    What happens on my end is this: 1. I have a document with two links 2. I Ctrl-Click one link, it opens to the side 3. I Ctrl-Click the second link, it overrides the tab of the first link
  • s

    SeriousBug

    06/02/2022, 4:24 PM
    This is a VSCode feature, you can see some tips here. Options 2, 3 and 4 can help you keep the tabs "sticky": https://vscode.one/new-tab-vscode/
  • d

    d1onys1us

    06/02/2022, 11:30 PM
    ive noticed things like "dendron.yml" are hidden from the file explorer in a dendron workspace. is it possible to disbale that?
  • d

    d1onys1us

    06/02/2022, 11:31 PM
    also i had another question. i decided to create an empty dendron workspace, and add a local/remote vault to that, so that i could have two self contained vaults that weren't dependencies of one another. what files can i safely remove from this empty root vault?
  • k

    kevins8

    06/03/2022, 12:27 AM
    you can add the top level folder to your workspace by modifying the
    dendron.code-workspace
    file. something like the below
    Copy code
    "folders": [
        {
          "path": ".",
          "name": "workspace"
        },
    ...
      ]
  • k

    kevins8

    06/03/2022, 12:28 AM
    you shouldn't need to remove anything since dendron still uses the files to figure out where the self contained vaults are
  • t

    Tika

    06/03/2022, 2:52 AM
    this is how the preview renders
    - [ ]
    task boxes, any ideas?
  • s

    SeriousBug

    06/03/2022, 2:53 AM
    Could you show the markdown text for that? It's fine if you need to censor the names
  • t

    Tika

    06/03/2022, 3:07 AM
    Ah, it is the colon
  • t

    Tika

    06/03/2022, 3:08 AM
    This is because I search and replaced a bunch of TODO: markers with square brackets
  • s

    SeriousBug

    06/03/2022, 3:08 AM
    Yup I can recreate it too. Would you mind sending a bug report for this? I can open one if you are busy
  • t

    Tika

    06/03/2022, 3:09 AM
    but is it even a bug?
  • s

    SeriousBug

    06/03/2022, 3:09 AM
    I think so, the output is just complete nonsense. Even if Dendron is getting confused by the syntax, it should print an error message or something, not this
  • t

    Tika

    06/03/2022, 3:14 AM
    https://github.com/dendronhq/dendron/issues/3037
  • t

    Tika

    06/03/2022, 3:15 AM
    Am I going to get a prize for the number of issues posted 🙂
  • a

    AshSimmonds

    06/03/2022, 5:10 AM
    Yes, your prize is to get your colon handled correctly.
  • f

    fwan

    06/03/2022, 6:23 AM
    Hi all, I am a bit new to Dendron and I am trying to create my page something a bit like this https://cerebrarium.garden/ I ran the >vault add command in the main branch to create a vault and add visibility: false to the workspace file and committed that. However my github actions first check is failing here.. Can anyone help me with this?
  • f

    fwan

    06/03/2022, 6:23 AM
    My github page isn't updating either so I'm assuming the deployment just doesn't happen to pages
  • f

    fwan

    06/03/2022, 6:25 AM
    This is my current page https://safwaan-menk.github.io/Notes/notes/idcblehxuepdhfmsby9py7h/ but this is what I want (which I can see when I run locally in dev from the main branch)
  • s

    SeriousBug

    06/03/2022, 6:25 AM
    It's because the remote vault is missing. The publishing doesn't pull in missing vaults. For a quick fix, you can open
    dendron.yml
    , find the
    vaults
    section, and remove the vault you added. In general, you don't want to publish a vault that has dependencies: Dendron just doesn't support this well at the moment. You can go the other way, create a new workspace and add the published vault as a remote vault into it.
  • f

    fwan

    06/03/2022, 6:27 AM
    Ahh gotcha. Do you have any ideas in terms of exporting the full docs, including private vaults? So I can view them from a different machine perhaps
  • f

    fwan

    06/03/2022, 6:28 AM
    Right now I have a private repo with a workspace set up for my private notes
  • s

    SeriousBug

    06/03/2022, 6:28 AM
    If you want both vaults published on the same website, one option would be to add a Github action step that will clone the remote vault into the correct location. I'm unfortunately not very experienced with Github actions, but maybe someone else can suggest how to do it
1...649650651...757Latest