https://www.dendron.so/ logo
Join DiscordCommunities
Powered by
# dev
  • p

    Preston

    07/21/2022, 2:08 AM
    Alright cool maybe that's the reason it keeps getting recommended to me mayhaps
  • p

    Preston

    07/21/2022, 2:08 AM
    but that also doesn't make any sense as to why it happened at work?
  • p

    Preston

    07/21/2022, 2:09 AM
    mmmmm
  • s

    ScriptAutomate

    07/21/2022, 2:10 AM
    Yeah, give a shot a modifying that extensions section. I know that a fresh Dendron install would only bundle in the paste image extension that Dendron also has, while leaving the rest as recommended as above.
  • s

    ScriptAutomate

    07/21/2022, 2:11 AM
    As for slow downs: The larger your Dendron vault gets, I noticed the longer the startup time, and I think this is because of generating the json cache's for the index that helps make the lookup, backlinks, etc. work as well as they do when it gets generated
  • p

    Preston

    07/21/2022, 2:12 AM
    it's going to be interesting to see how that scales
  • s

    ScriptAutomate

    07/21/2022, 2:13 AM
    Hmmmm Dendron should prob have
    dendron.dendron-markdown-preview-enhanced
    in the list of
    unwantedRecommendations
    now that I'm looking at it
  • p

    Preston

    07/21/2022, 2:15 AM
    It might be best just to remove it from the store completely, or private it if that's possible. It's a client facing issue
  • p

    Preston

    07/21/2022, 2:16 AM
    that doesn't serve any purpose I guess
  • p

    Preston

    07/21/2022, 2:16 AM
    also on the topic of scaling does Dendron use sqllite for indexing or is it all just json
  • h

    hikchoi

    07/21/2022, 2:21 AM
    just json right now but we are planning to use sqlite for the backend in the near future.
  • p

    Preston

    07/21/2022, 2:26 AM
    Awesome that's exciting. I've been wanting to use sqlite in some personal projects so it'll be nice to see how you guys implement it
  • p

    Preston

    07/21/2022, 2:33 AM
    I was actually sort of caught up on the idea I got from reading about old MUD and MMO architecture where in order to keep stuff in memory, they just dumped all the necessary information regarding items / objects in the instance into some incomprehensible, horrendous text file and I assume they just used regex afterwards to retrieve said data
  • p

    Preston

    07/21/2022, 2:34 AM
    i think i just described json
  • p

    Preston

    07/21/2022, 2:34 AM
    ight im outy thanks all
  • s

    ScriptAutomate

    07/21/2022, 2:39 AM
    In the meantime: https://github.com/dendronhq/dendron/pull/3281 😜
  • p

    Preston

    07/22/2022, 3:00 AM
    Where's the code specifically for the Dendron CLI
  • p

    Preston

    07/22/2022, 3:00 AM
    "path": "packages/dendron-cli"
  • p

    Preston

    07/22/2022, 3:00 AM
    https://github.com/dendronhq/dendron/tree/master/packages/dendron-cli
  • p

    Preston

    07/22/2022, 3:00 AM
    nm
  • p

    Preston

    07/22/2022, 3:03 AM
    probably an anti-pattern here but would a C version of the CLI be remotely useful to anyone outside of vim/emacs users
  • k

    kevins8

    07/22/2022, 3:28 AM
    anything specifically you're looking to add?
  • p

    Preston

    07/22/2022, 4:06 AM
    Well the CLI seems to be the best way to make Dendron ubiquitous in various different editors, just wanted to see what needed to be passed to it. Someone had made a batch file earlier to get it to work with vim, and it gave me an idea of how I could potentially use that CLI for automated task tracking
  • p

    Preston

    07/22/2022, 4:09 AM
    nothing in the scope of the application itself
  • d

    d1onys1us

    07/26/2022, 7:48 PM
    https://github.com/dendronhq/dendron/issues/3240#issuecomment-1195909906 <- did this get fixed? just curious if we can close the issue. thankx
  • f

    foureyedsoul

    07/26/2022, 9:40 PM
    I believe it is done? I tested a url to a heading anchor in a random note ( https://wiki.dendron.so/notes/f9b4fc21-7613-4c8a-9257-cec4c06b67f9/#onenote ) and loaded it into a private window on Firefox. I see the note's name with a green highlight on the left navigation pane, as well as a green circle indicating the heading on the right navigation pane. Would someone else read the issue and also test it, to make sure?
  • s

    ScriptAutomate

    07/27/2022, 10:23 PM
    Adding a basic bug template to `dendron-paste-image`: https://github.com/dendronhq/dendron-paste-image/pull/5
  • c

    cameron

    08/09/2022, 11:37 PM
    Not sure if we've ever heard about perf issues with the Lunr index used for fulltext search on published sites, but if it comes up, there's a new speedy fast client-side text search in town: https://lyrajs.io/
  • r

    rlh1994

    08/11/2022, 6:52 PM
    Fyi I think the following two can be closed https://github.com/dendronhq/dendron/issues/2300 https://github.com/dendronhq/dendron/issues/2467 (Failing to find a first issue I can do 😅)
  • k

    kevins8

    08/11/2022, 7:48 PM
    closing existing issues is half the battle. thanks for the reminder!
1...104105106107108Latest