https://www.dendron.so/ logo
Join Discord
Powered by
# feedback
  • c

    Costa

    12/07/2020, 8:51 PM
    ![](/assets/images/2020-12-07-22-17-42.png)
  • k

    kevins8

    12/07/2020, 8:54 PM
    need to jump on a call right now but will take a look afterwards!
  • k

    kevins8

    12/07/2020, 9:25 PM
    @User hmm, image seems to load for me. can you check if the image has the
    .png
    suffix in the filename? dendron currently uses the extension to determine if a link is an image
  • c

    Costa

    12/07/2020, 9:26 PM
    It does, I used Paste image command
  • c

    Costa

    12/07/2020, 9:27 PM
    I am on MacOS big sur - maybe there are some VScode settings I should look into?
  • k

    kevins8

    12/07/2020, 9:35 PM
    actually, this is a bug on our part where we're not parsing the correct parts of the document for image links. i'm pushing out a patch release now to fix this!
  • k

    kevins8

    12/07/2020, 9:35 PM
    you just earned the bug catcher role 😅 🔨 🐛
  • c

    Costa

    12/07/2020, 9:36 PM
    👍
  • k

    kevins8

    12/07/2020, 9:56 PM
    should be fixed in 0.19.1 (just published - if you run
    reload window
    , vscode should install automatically)
  • c

    Costa

    12/07/2020, 10:37 PM
    Fantastic, @User , it works now! I appreciate your immediate attention. Thank you so much!
  • b

    Buxel

    12/10/2020, 1:37 PM
    i just refactored part of my project (merged it with a bigger one) and noticed that i have all of the stubs that dendron-doctor created left over. it would be neat, if it could also clean up empty stubs with no children.
  • k

    kevins8

    12/10/2020, 2:27 PM
    thanks for the feedback. the stubs should go away once you reload window/index . i'm also working on fixing the stubs so it can go away without a reload
  • b

    Buxel

    12/10/2020, 2:34 PM
    do you mean in dendron tree view? i was talking about the actuial stub files being left over
  • k

    kevins8

    12/10/2020, 2:35 PM
    yeah the tree view. can you give an example for stub files?
  • b

    Buxel

    12/10/2020, 2:36 PM
    e.g. a file called
    pro.projectA.journal.2020.11.md
    Copy code
    ---
    id: a1549f69-815b-4c95-ad24-76d39155b11b
    title: '11'
    desc: ''
    updated: 1605620447936
    created: 1605620447936
    stub: true
    ---
  • b

    Buxel

    12/10/2020, 2:37 PM
    all the content from projectA was moved to another project using the refactor hierarchy command
  • k

    kevins8

    12/10/2020, 2:41 PM
    got it. will take a look
  • k

    kevins8

    12/10/2020, 2:41 PM
    this is on 0.19?
  • b

    Buxel

    12/10/2020, 3:12 PM
    yep
  • u

    user

    12/10/2020, 5:49 PM
    just wanted to say this Dendron is great. My second day and I love it. Just finished set up on mobile with automatic push and pull to github and looks promising. Thanks for this 🙂
  • k

    kevins8

    12/10/2020, 5:54 PM
    thanks for that. makes me happy to hear :) let me know if you see areas that could be improvement, especially on mobile 😅
  • u

    user

    12/10/2020, 5:57 PM
    On mobile I am currently using Markor for markdown file editing. Not sure how this end up. I can see straight away I will have a more work to generate those GUIDs/UUIDs if I will be creating new notes. But mobile for me is more for reading then writing, so I should be fine. Is there any other better app for Android for reading dendron markdown files?
  • k

    kevins8

    12/10/2020, 6:03 PM
    some of our users like @User use https://gitjournal.io/ but it has the same limitations as markor. what you can do is run
    Dendron: Doctor
    on a desktop to add the frontmatter for all notes that are missing it
  • u

    user

    12/10/2020, 6:04 PM
    Ohh ok, thank you very much 🙂
  • k

    kevins8

    12/11/2020, 1:30 AM
    trying to reproduce it but wasn't able to. could you list what you used for the match and replace arguments?
  • b

    Buxel

    12/11/2020, 8:11 AM
    I reverted back and recreated the steps: https://github.com/dendronhq/dendron/issues/400
  • k

    kevins8

    12/18/2020, 8:21 PM
    this has been fixed in 0.20. let me know if you see any more issues
  • u

    user

    12/21/2020, 9:26 PM
    Just published -> build time went from 4 mins something to <10s ❤️ Well done Kevin!!!!
  • k

    kevins8

    01/04/2021, 7:24 PM
    @User the new 11ty publishing should fix the syntax highlighting issues you were showing. let me know if things are working with the latest release
  • u

    user

    01/06/2021, 6:26 PM
    BTW not sure if this was known, intended or useful for me to point out: I got an error since I didn't set up vaults, my vault was 'null' and I'd get random messages about it. Fixing it was just simply adding it the directory via command line to the base directory worked. I just had to do it myself, so I figured someone not willing to break everything may run into it when updating lol Edit: nvm still broke it :c > \"msg\":\"Cannot read property 'vault' of undefined\",\"stack\":\"TypeError: Cannot read property 'vault' of undefined\\n\\tat Function.getPathV4
1...678...78Latest