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

    kevins8

    10/14/2020, 1:23 AM
    i’m putting a safety to catch the latter case for tomorrow’s release
  • k

    kevins8

    10/14/2020, 1:44 AM
    > > Thank you guys: > from here: https://code.visualstudio.com/docs/editor/userdefinedsnippets > I check the json file from command palette and i Notice that this should be enabled: > "editor.tabCompletion": "on" ; > Mine was set to "off" by default. > Unfortunately now, I had another issue while trying to set it to true: > 'Cannot edit in read-only editor' 😅 Still working on this one. @User sorry this has been such a hassle. if you want, we can do a live session to debug. just send you a calendly in case you want to do that
  • i

    imalightbulb

    10/14/2020, 2:53 AM
    Are there any shortcut keys to open a scratch note after I hit Ctrl + L?
  • k

    kevins8

    10/14/2020, 3:01 AM
    ctrl+sfhit+s
  • k

    kevins8

    10/14/2020, 3:01 AM
    https://dendron.so/notes/a7c3a810-28c8-4b47-96a6-8156b1524af3.html#creating-special-notes
  • i

    imalightbulb

    10/14/2020, 3:30 AM
    @User I opened a new vault and inserted a picture, but it didn't show in the static website (github page) 1. I tried changing
    /assets/foo.png
    to
    assets/foo.png
    but it didn't work in either way 2. I tried to add the
    assetsPrefix: repo-name
    in the
    dendron.yml
    , but it didn't worked as well
  • k

    kevins8

    10/14/2020, 3:39 AM
    hmm, do you hav an example repo that i can check?
  • i

    imalightbulb

    10/14/2020, 3:42 AM
    sure, wait a min
  • i

    imalightbulb

    10/14/2020, 3:43 AM
    https://github.com/JackQAQ-byte/dendron-notes
  • i

    imalightbulb

    10/14/2020, 3:44 AM
    An example repo with only one file,
    root.md
    and one picture, and with the line
    assetsPrefix: dendron-notes
    in
    dendron.yml
  • k

    kevins8

    10/14/2020, 4:03 AM
    looks like you found an old bug with publishing. if
    assetsPrefix
    is enabled, we stop copying over your assets 😅 the workaround right now is to remove assetPrefix -> build pod -> add assetPrefix again. will get this fixed in tomorrows release!
  • k

    kevins8

    10/14/2020, 4:03 AM
    in the meantime, i'll need to create a role for bug catchers and add you to it 😉
  • b

    Bassmann

    10/14/2020, 6:01 AM
    I tried to see the update of the updated frontmatter but it doesn't seem to work. Do I need to configure something for it or should simply saving a note suffice?
  • i

    imalightbulb

    10/14/2020, 7:21 AM
    Dendron Tree View is not working for me too... any solutions?
  • i

    imalightbulb

    10/14/2020, 7:28 AM
    Ok it is working now (after I reloaded it)
  • k

    kevins8

    10/14/2020, 12:57 PM
    > I tried to see the update of the updated frontmatter but it doesn’t seem to work. Do I need to configure something for it or should simply saving a note suffice? @Bassmann server mode needs to be enabled for this to work
  • b

    Bassmann

    10/14/2020, 1:35 PM
    I knew it was something simple stupid now it works
  • b

    Bassmann

    10/14/2020, 1:36 PM
    Maybe you could add this requirement to the changelog
  • k

    kevins8

    10/14/2020, 2:24 PM
    > I knew it was something simple stupid now it works @User you know, i had it in the published changelog but forgot in the discord. just updated!
  • k

    kevins8

    10/14/2020, 2:25 PM
    > Dendron Tree View is not working for me too... any solutions? @User let me know if this pops up again. this should be fixed as of 0.12.7
  • i

    imalightbulb

    10/14/2020, 2:37 PM
    How can I do different vaults (in server mode) ? Simply create a different folder inside the dendron directory?
  • k

    kevins8

    10/14/2020, 2:38 PM
    currently server mode only supports one vault. working on migrating the remaining functionality (eg. rename/refactor notes) to server mode this week. multi-vault support work will begin next week
  • i

    imalightbulb

    10/14/2020, 2:39 PM
    Thanks, looking forward to the update
  • r

    ric03uec

    10/14/2020, 2:53 PM
    after the latest upgrade, anytime i reload the window, i get this error
  • r

    ric03uec

    10/14/2020, 2:54 PM
    afaik this is not causing any issues in the app
  • k

    kevins8

    10/14/2020, 2:55 PM
    dendron will update keybindings/settings/etc to the latest defaults if not currently set on upgrade
  • k

    kevins8

    10/14/2020, 2:56 PM
    that error is saying that it had trouble reading one of said settings. it doesn't stop dendron from starting but it does mean that the latest settings aren't being applied
  • k

    kevins8

    10/14/2020, 2:57 PM
    we just started raising this error on bad settings upgrade (previously, we would fail silently) which is why you might have just started seeing this
  • k

    kevins8

    10/14/2020, 2:57 PM
    this is most likely a bad snippets file. could you go to
    >Configure User Snippets
    , open
    dendron.code-snippets
    and see if there's anything funky with the json on line 55?
  • r

    ric03uec

    10/14/2020, 3:32 PM
    it was a bad snippet causing this. thanks!
1...888990...757Latest