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

    mshamilna

    12/21/2021, 3:57 PM
    Thanks for your response, I will look into it, Im loving this more and more every minute I use this, I have a suggestion, if you could implement pomodoro within this . You have calendar there any way. One more tab beneath calendar for pomodoro would be incredible. Pomodoro is a technique to help us focus on our tasks and take breaks. Pomofocus.io is my favourite.
  • k

    kevins8

    12/21/2021, 4:20 PM
    i think you can do this today using third party vscode extensions
  • j

    jsamr

    12/21/2021, 4:26 PM
    Thank you @User! Yes indeed, it seems like
    fuzzThreshold
    makes the difference, although it is not part of the YML validation schema in neither version 0.73.0 nor 0.73.1
  • j

    jsamr

    12/21/2021, 4:30 PM
    Can confirm, commenting on / off this attribute will disable / enable the tab-to-complete behavior
  • b

    benhsm | Jack of N trades

    12/21/2021, 4:31 PM
    thanks for asking about this, I was having the same issue
  • l

    l2dy

    12/21/2021, 5:09 PM
    Not sure if commenting on a closed PR will bring attention, should I open an issue instead? https://github.com/dendronhq/dendron-site/pull/310#pullrequestreview-835782093
  • k

    kevins8

    12/21/2021, 5:15 PM
    that would be better, thanks!
  • j

    jsamr

    12/22/2021, 2:17 PM
    The issue resurfaced with version 0.74.0 unfortunately! I did update the config file to add missing fields to match the embedded validator.
  • u

    user

    12/22/2021, 4:43 PM
    does anyone know what happened with wiki?
  • s

    ScriptAutomate

    12/22/2021, 4:44 PM
    This is being fixed right now, a problem with our build process
  • u

    user

    12/22/2021, 4:44 PM
    thanks
  • w

    widjaja_a

    12/23/2021, 1:44 AM
    Should someone start looking about how dendron is architected and drastically improve the performance? the latest version took almost 9s to load on my system. That's way higher than other extensions. You don't have to load everything at once. You can try to learn from vscode standard extension, e.g. Remote-WSL extension which took surprisingly only 54ms to load (or maybe others ie. eslint if you wouldn't consider Remote-WSL a good example). That's what I would call good DX. I am not saying that you should target 54ms, but 9s is way too much. Also, it is better to have lean extension that is robust and doing it's job well than a single extension doing many things poorly so users would hit many wall everytime doing something slightly off the script.
    t
    k
    • 3
    • 5
  • u

    user

    12/23/2021, 1:52 AM
    @widjaja_a sounds like an opportunity to roll up sleeves
  • t

    Tika

    12/23/2021, 3:28 AM
    Speed
  • g

    glucinater21

    12/23/2021, 5:04 AM
    Hey one thing I've noticed using the seeds feature with a netifly site set up is using it causes errors when building
  • k

    kevins8

    12/23/2021, 5:07 AM
    what sort of errors and what is your setup? if you paste the output of
    > Diagnostics Report
    , it'll be easier for us to debug
  • g

    glucinater21

    12/23/2021, 5:09 AM
    Where do I find that?
  • g

    glucinater21

    12/23/2021, 5:09 AM
    and this is the repo https://github.com/aglucky/Knowledge
  • g

    glucinater21

    12/23/2021, 5:15 AM
    is this what you mean?
    s
    k
    • 3
    • 7
  • k

    kevins8

    12/23/2021, 5:18 AM
    yep, that's the one. its bed time for me but will take a look at this tomorrow!
  • w

    widjaja_a

    12/23/2021, 5:43 AM
    Sorry it's too complex for me. I checked the code base and found it much more complex than other extensions. That's why I suggested if someone can do architecture review and make the code simpler but robust. Focus on the essential features and remove non essential piece of code. Adopt clean code and modular design framework, etc. Then maybe a user like me can help contribute code. Dendron is a good idea, it's too pity if the architecture doesn't support it.
  • b

    Bassmann

    12/23/2021, 8:48 AM
    Honestly I disagree with you for a number of reasons - Comparing Dendron to paste image seems unfair given the vast difference in functionality - load times occur once you start VSCode and how often does that happen? Maybe I'm influenced by previous Emacs habits but I rarely restart VSCode so I don't mind some time for it to load. - How would you judge what essential features are and which not? I think it's a strength to support a wide range of use cases for the different needs. E.g. for me publishing is completely non-essential but I know for a lot of others it is. Giiven all this I think the limited resources @kevins8 and team have should not be spent on something like that. As you wrote it's not an easy or quick task. However this is just my opinion on this matter. You can always create an issue the team is really good at keeping track of their backlog from what I can see. If enough people agree with you rather than me the upvotes will help prioritise it
  • k

    kevins8

    12/23/2021, 4:10 PM
    Hey @User Appreciate you bringing up your experience around startup times. It's something we're always focused on driving down. Your startup times do seem unusual since its a lot more than what most users experience. Can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title= Please also include the output of a
    > Diagnostics Report
    in the issue
  • s

    ScriptAutomate

    12/23/2021, 4:14 PM
    Troubleshooting Netlify Publishing
  • g

    glucinater21

    12/24/2021, 7:31 AM
    Hey one weird thing that I’ve started started seeing is that search on my site doesn’t work on mobile
  • g

    glucinater21

    12/24/2021, 7:32 AM
    This is on an iPhone 12 and on multiple browsers
  • g

    glucinater21

    12/24/2021, 8:32 AM
    Also having trouble with linking pdf as resume on About Me keeps showing as private
  • k

    kevins8

    12/24/2021, 5:47 PM
    ah, this was an issue that was fixed this week (you can check on wiki.dendron.so). can you upgrade your nextjs-template? you can do so by running the following
    Copy code
    rm .next && dendron publish init
  • k

    kevins8

    12/24/2021, 5:48 PM
    is your pdf in the
    assets
    folder of your vault?
  • g

    glucinater21

    12/24/2021, 9:20 PM
    I tried to do these commands and dendron stopped being recongnized as a cmdlet
    k
    • 2
    • 12
1...424344...78Latest