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

    Xanaus

    05/15/2022, 6:19 PM
    I came back after a month of not using the app and I tried to use the gragh view and this was the output how to fix it?
  • b

    Bassmann

    05/15/2022, 7:35 PM
    I had a similar issue with a different error message though. @joelchan86 pointed out that the Dendron Markdown Links Extension is deprecated and no longer needed. Do you ny chance also still have it installed? Maybe try to uninstall and see if that fixes it
  • x

    Xanaus

    05/16/2022, 1:39 AM
    No I have not installed it; these are the extensions which I have Installed
  • x

    Xanaus

    05/16/2022, 1:43 AM
    I cant even preview the notes
  • x

    Xanaus

    05/16/2022, 2:01 AM
    This also the error I get when I dendron is loaded
  • x

    Xanaus

    05/16/2022, 2:02 AM
    Copy code
    {
      "ctx": "ReloadIndex.execute",
      "error": {
        "name": "DendronError",
        "status": "unknown",
        "severity": "fatal",
        "payload": "{}"
      },
      "msg": "unable to initialize engine"
    }
  • j

    jyeung

    05/16/2022, 3:10 AM
    Thanks @Xanaus for the report - would you mind sending me the full contents of the Dendron log after you do a reload so I can take a closer look? command is
    Dendron:Dev Diagnostic Report
  • j

    jyeung

    05/16/2022, 3:28 AM
    JSON Import Pod
  • t

    Tika

    05/16/2022, 5:59 AM
    Hey, Dendron team. We ran out of GitHub storage. The options are to move all to GitLab or to use S3 to store images as you seem to be doing. Or use imagekit or some such. Could you possibly outline your workflow with S3, what are the steps for adding, formatting and managing images in that case? (and by the way, huge PNG files generated by paste image are one of the reasons for the blowout, a JPG option would help...) Thank you for the advice...
  • x

    Xanaus

    05/16/2022, 6:44 AM
    Sure do I send it here?
  • x

    Xanaus

    05/16/2022, 6:48 AM
    Is it just me or vscode is taking a while to load up and the dendron extension is taking ages to load up
  • s

    SeriousBug

    05/16/2022, 6:49 AM
    Dendron does take a while to load up, but we have a major speedup coming soon. It cut down the initialization in our internal workspace by 7 to 8 times
  • x

    Xanaus

    05/16/2022, 6:50 AM
    Cool
  • h

    hikchoi

    05/16/2022, 6:52 AM
    I see that you are using VSCodium. There is an ongoing issue with VSCodium with slowdown: https://github.com/VSCodium/vscodium/issues/718 There were users in the past that experienced this as well, and was resolved after switching to the regular build or insiders.
  • x

    Xanaus

    05/16/2022, 6:54 AM
    Ok thanks for the info
  • x

    Xanaus

    05/16/2022, 7:01 AM
    https://bin.disroot.org/?ad78d1743f7e97bd#Fqz41RQRAQ2Nmo3wD5k6CdbWz3jPzk9SRD77Z4MJ8XAk
    j
    • 2
    • 15
  • j

    jyeung

    05/16/2022, 7:53 AM
    Xanaus Init Error
  • j

    jyeung

    05/16/2022, 10:45 AM
    Hi @Tika , Our workflow for this is still very manual; in general, we just don't use images that much in our team notes - perhaps we avoid it a bit because the process is manual. We try to avoid images in git, since any non-text based files typically cause repo size bloat (git can't compress images efficiently in the same way it can text files). A rough snippet from our note on how to upload an image: ## Steps 1. If this is your first time uploading images, make sure to create a folder and sync it with existing images
    Copy code
    sh
        mkdir org-dendron-public-assets-images
        cd org-dendron-public-assets-images
        aws s3 sync s3://org-dendron-public-assets/images .
    1. For subsequent uploads, run this command to keep your folder in sync
    Copy code
    sh
        aws s3 sync . s3://org-dendron-public-assets/images --acl public-read
    To link to your image, the address will be like the following:

    https://org-dendron-public-assets.s3.amazonaws.com/images/tldr-backlinks.gif▾

    Something later in our roadmap is provide a better in-house solution for handling images, but for now you can try this workflow.
  • t

    Tika

    05/16/2022, 10:53 AM
    Thanks a lot. Very helpful. I think it would be great to have such workflows in a public note, if possible. Does this mean that you cannot use Paste Image? We have lots of images so the smoother the better. How do you add a new image to a note? Is it take a screen grab, save to the folder, upload, copy/paste the link to the image? This would be a bit slow... If so, maybe GitLab is a better choice, the uni here seems to have unlimited space on a GitLab system... I might be missing something.
  • j

    jyeung

    05/16/2022, 10:57 AM
    > Does this mean that you cannot use Paste Image? Correct - we generally don't use it for our internal team notes. Our workflow is quite slow for this (hence my comment that maybe we don't have as many images in our notes because our process is so many steps 😅 , and we're a bit sensitive in trying to keep our git repo size lean). Re: Github vs Gitlab, if you have more space in Gitlab, it can be worth trying. But one thing to note is that by the way git works which is agnostic to hub vs lab, even if you delete an image, that image will still take up size in your repository since Git saves history. For that reason, git isn't that efficient with images, and having a lot may make operations like cloning your repository for new users a bit slow.
  • t

    Tika

    05/16/2022, 10:58 AM
    Hm... maybe ShareX with S3 as a destination could help...
  • t

    Tika

    05/16/2022, 11:00 AM
    But some
    upload all my local images to X and recator all links to point there
    command would be good, I guess
  • t

    Tika

    05/16/2022, 11:02 AM
    Ah, thanks for the explanation about history. Did not think about that.
  • u

    user

    05/16/2022, 4:15 PM
    Is there a way to create meeting notes under multiple sections and when selecting create meeting Note from the CMD pallet it asks under which project e.g. I select create new meeting Note, then type
    p.myproject.meet
    it auto adds the date and creates the note? E.g. total path would be
    p.myprohect.meet.2022.05.16
    but I don't need to type the date manually?
  • u

    user

    05/16/2022, 4:15 PM
    Would make it way faster than me having to manually type the full path.
  • k

    kevins8

    05/16/2022, 4:20 PM
    not today. if you submit a feature, we can track it on the roadmap 🙂 https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • a

    alexis<3

    05/16/2022, 9:23 PM
    is it possible to configure the markdown parser in dendron - i looked at the docs but couldn’t see anything. I’d like to make the list indentation 2 spaces instead of 4 if possible
  • s

    SeriousBug

    05/16/2022, 9:27 PM
    Dendron should recognize the list indentation whether it's 2 or 4 spaces. You can configure "Tab Size" in the VSCode settings to change how indented your tabs are, and if you're using something like prettier to auto-format it then you'll need to check the settings for that.
  • a

    alexis<3

    05/16/2022, 9:27 PM
    i have tab size as 2 but when i do a list like
    Copy code
    1. thing
      1. other thing
    it treats them as being siblings
  • a

    alexis<3

    05/16/2022, 9:28 PM
    i have to do 4 spaces to get it to recognize
    other thing
    as a child
1...635636637...757Latest