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

    user

    03/26/2022, 12:08 PM
    Not sure why this is happening though. When running
    dendron publish dev
    it looks fine locally. However, as soon as I want to export to static HTML, the whole thing breaks :/
  • s

    SeriousBug

    03/26/2022, 5:27 PM
    Would you be able to share the link to the published site, or a link to the workspace?
  • u

    user

    03/26/2022, 5:31 PM
    Iโ€˜ll be able to share it later. Currently, itโ€˜s local to my machine only.
  • u

    user

    03/26/2022, 9:06 PM
    @User Are you currently available? Iโ€˜d be able to share the link now :)
  • s

    SeriousBug

    03/26/2022, 9:50 PM
    Sorry I was out grocery shopping ๐Ÿ˜„ I'm available now
  • u

    user

    03/26/2022, 9:52 PM
    Awesome, can I send you the link via DMs?
  • s

    SeriousBug

    03/26/2022, 9:53 PM
    Sure, go ahead
  • s

    SeriousBug

    03/26/2022, 10:02 PM
    It looks like a bug in Dendron, a wrong configuration shouldn't cause this. Would you mind checking that you're using the latest publishing? A few things to try: 1. Check that
    dendron-cli
    is the latest version (
    0.87.0
    right now) 2. Try deleting the
    .next
    folder inside the workspace then rebuilding the site
  • u

    user

    03/26/2022, 10:03 PM
    I've done #2 several times now. I can check that the dendron-cli is on the current version! One sec.
  • u

    user

    03/26/2022, 10:07 PM

    https://i.imgur.com/58FZn9o.pngโ–พ

  • u

    user

    03/26/2022, 10:07 PM
    Seems like I'm one version behind.
  • s

    SeriousBug

    03/26/2022, 10:08 PM
    Could you try with the latest? It could be a bug that was fixed. Otherwise please go ahead and send a bug report and we'll take a look: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=
  • u

    user

    03/26/2022, 10:08 PM
    Will do in just a second. :)
  • u

    user

    03/26/2022, 10:15 PM
    @User Just to confirm:
    failed to update next NextJS template working copy (Error: fatal: not a git repository (or any of the parent directories): .git
    . I don't HAVE to use a git repo right?
  • u

    user

    03/26/2022, 10:15 PM
    I can just compile it to HTML locally
  • u

    user

    03/26/2022, 10:18 PM
    Seems to have been the issue on hand. Tysm!
  • k

    kevins8

    03/26/2022, 10:56 PM
    the way the nextjs-template is initialized, we clone https://github.com/dendronhq/nextjs-template underneath your workspace. updating it is performing a
    git pull
    in the repo
  • k

    kevins8

    03/26/2022, 10:57 PM
    if you delete the
    .next
    folder and run
    dendron publish init
    , it will do a fresh clone with the latest version
  • v

    vinniefm

    03/26/2022, 11:53 PM
    Dendron just stopped loading in vs code for me. The runtime status tab on the extensions page shows a startup time but none of the dendron commands are working. Haven't done anything obvious to files or edits to yml to cause a problem and there's no error. i see that the extension is installed, tried disabling/enabling, restarting vs code, etc. Help?
  • k

    kevins8

    03/27/2022, 12:07 AM
    are you able to run diagnosing report?
  • v

    vinniefm

    03/27/2022, 12:11 AM
    I'm not sure what that is/how to do it?
  • k

    kevins8

    03/27/2022, 12:14 AM
    if you type diagnostic report in the vscode command prompt, it should show up as an option
  • v

    vinniefm

    03/27/2022, 12:17 AM
    i don't see that as an option. i enter
    diag
    and get 'no matching commands'
  • t

    tculpepp

    03/27/2022, 1:12 AM
    Need help. Dendron prompted me to update my config today so I allowed it and now am receiving the following error on startup and my tree view is blank and lookup doesn't work and I can't get enough info from the error or the logs to discern the culprit {"ctx":"ReloadIndex.execute","error":{"name":"DendronError","status":"unknown","severity":"fatal","payload":"{}"},"msg":"unable to initialize engine"}
    k
    s
    h
    • 4
    • 46
  • v

    vinniefm

    03/27/2022, 1:23 AM
    Interesting. After several vs code restarts, dendron is active again and i have a dendron diagnostics command available. worth sharing or just good since it's running again?
  • s

    SeriousBug

    03/27/2022, 1:49 AM
    Could you share your config file? Also Dendron creates a back up copy before updating your config. Please check the workspace folder and you should find the backup copy.
  • k

    kevins8

    03/27/2022, 2:27 AM
    hmm, glad that its working now. please ping again if this happens again and we can do a deep dive
  • k

    kevins8

    03/27/2022, 2:59 AM
    config-issue
  • m

    micha.a.schmidt

    03/27/2022, 5:24 AM
    Hi, I started exploring dendron and am interested to have zotero select links in order to link back to my Zotero library. Normal http links work with the usual markdown syntax []() in the note preview. Is there any way to get to work zotero select links [](zotero://select/items/....) in the note preview?
  • t

    Tika

    03/27/2022, 8:01 AM
    you can upvote this issuehttps://github.com/dendronhq/dendron/issues/2373
1...580581582...757Latest