https://www.dendron.so/ logo
Join Discord
Powered by
# dev
  • h

    hikchoi

    07/01/2021, 2:25 AM
    interesting.
    _.values()
    does work here πŸ˜„
  • h

    hikchoi

    07/01/2021, 2:28 AM
    I'm not sure what I did wrong with what I was originally doing but definitely seems like I was doing something fishy haha. I'll keep working on it for now since it seems to be working correctly.
  • k

    kevins8

    07/01/2021, 2:48 AM
    yeah, that's weird. the one thing i can think of is if the code wasn't being compiled
  • k

    kevins8

    07/01/2021, 2:49 AM
    glad its working now πŸ™‚
  • h

    hikchoi

    07/01/2021, 2:51 AM
    I was being lazy and just doing some ad-hoc testing but it did compile. thanks for the help.
  • l

    Leite

    07/07/2021, 9:54 PM
    @User minor thing here, but at the end of the second paragraph in Hierarchies Add Too Much Friction (https://wiki.dendron.so/notes/683740e3-70ce-4a47-a1f4-1f140e80b558.html#hierarchies-add-too-much-friction), I think it should be "of numbers" instead of "ofnumbers" No idea if I should be writing this here, but I did not find a way to make a pull request or a 'minor corrections' channel
  • s

    SeriousBug

    07/07/2021, 10:04 PM
    There's actually a "edit this page on GitHub" button at the bottom. You can then make the change and choose to submit it as a pull request.
  • l

    Leite

    07/07/2021, 10:07 PM
    Done! Thanks for answering. I searched directly into github and did not find it.
  • k

    kevins8

    07/07/2021, 10:49 PM
    merged! thanks for the correction and congrats on becoming a
    taxonomist
    πŸ™‚
  • s

    SeriousBug

    07/12/2021, 10:20 PM
    Hey folks, I'm working on adding highlighting for wikilinks in the editor. I would appreciate any feedback on how you think they should be highlighted. I have images of what I came up with here: https://github.com/dendronhq/dendron/pull/960
  • k

    kevins8

    07/12/2021, 11:31 PM
    left some comments
  • a

    aurerua

    07/14/2021, 5:28 PM
    Hi everyone, is there a way to "discover" assets in the same way as notes? I am thinking of typing
    [[
    , then write a few letters and press
    TAB
    to cycle through matching note names. Is it not working for files in the assets folder yet? I would like to make sure it is not because of my config that it does not work.
  • k

    kevins8

    07/14/2021, 5:31 PM
    not at the current point. we're thinking of makinig note references also include assets
    ![[...]]
    but that hasn't been implemented yet
  • a

    aurerua

    07/14/2021, 5:33 PM
    Thank you! That would be great.
  • s

    SeriousBug

    07/24/2021, 5:13 AM
    Is there any way to debug the engine in
    test-workspace
    other than configuring it to not use the command line server?
  • k

    kevins8

    07/24/2021, 5:18 AM
    there’s a launch task: start debug server
  • s

    SeriousBug

    07/24/2021, 5:18 AM
    Let me try that, thanks.
  • s

    SeriousBug

    07/24/2021, 5:23 AM
    I don't see that task, I merged master and did cleanup, bootstrap & build.
  • s

    SeriousBug

    07/24/2021, 5:24 AM
    I also tried disabling the port/url in the configuration so the plugin launches the server, but that's also not hitting any breakpoints (is that because of the separate process change?)
  • s

    SeriousBug

    07/24/2021, 5:25 AM
    I'll work on something else for now and come back to this on Monday, no rush to diagnose it right now.
  • k

    kevins8

    07/24/2021, 3:50 PM
    For the api server, we are launching in a separate process but I have a PR [here](https://github.com/dendronhq/dendron/pull/1025) that switches it back to a single process when developing. You can rebase from this branch to get the changes (should be merged on monday). I updated the debug docs for Dendron in the dendron-site dev branch -> [[dendron.dev.debug]] Also added a visual for the launch task for the server in https://wiki.dendron.so/notes/9yF0IDLdWksfkmas.html#launch
  • s

    SeriousBug

    07/24/2021, 3:58 PM
    Thank you, that helps!
  • u

    user

    08/15/2021, 7:38 AM
    @User I took a stab at the linux/wayland paste-image support - but I don't quite know how to dev/test VS Code extensions so it's a slightly blind PR in that respect, but otherwise I think it should be ok - https://github.com/dendronhq/dendron-paste-image/pull/1
  • k

    kevins8

    08/16/2021, 6:58 PM
    @User @User @User @User @User @User @User @User @User @User @User Excited to announce that Dendron's new publishing experience using NextJS and React is now available in developer preview. You can get a feel for the new web client at https://wiki-next.dendron.so. Some features of note: - even though this is now a React app, all pages are still statically generated which means you still get full SEO benefits - after the first load, all links are pre-fetched and loaded client side which which results in instant page transitions πŸš€ - the lookup for the web client uses the same lookup that exists in the desktop application - the web client is a vanilla nextjs app with some dendron defaults - this means you will be able to customize it like you would a regular nextjs/react app - the frontend for the web client re-uses the same code that we use internally for the web ui which means published pages will look near identical online and inside your workspace You can find setup instructions [here](https://wiki.dendron.so/notes/PgwAXFfotfgpFVqHQRlBl.html) Details and rationale behind this change is [here](https://wiki.dendron.so/notes/nB75cmdPhL7CTOATG6wpT.html) We've created a github discussion thread for comments about the new web client [here](https://github.com/dendronhq/dendron/discussions/1145) If you'd like to help us work on this, you can find an (incomplete) list of mvp milestone items [here](https://wiki.dendron.so/notes/eQ5w4eqHrf4m1peq.html#mvp-milestones). Ping me if you do and I'll make sure to create a corresponding github issue as well as provide more context.
    i
    s
    +2
    • 5
    • 22
  • s

    SeriousBug

    08/16/2021, 7:09 PM
    I love the bar on top where it shows and lets you select notes by the file name!
  • k

    kevins8

    08/16/2021, 10:58 PM
    @User I build a version of paste image with your fix. can you confirm that it works on your machine?
  • s

    SeriousBug

    08/16/2021, 11:15 PM
    I can confirm this works for me (KDE Plasma, tried both with Wayland and X11)
  • u

    user

    08/17/2021, 12:24 AM
    Awesome, thanks for that! I will test it as well.
  • u

    user

    08/17/2021, 12:27 AM
    It worked over here as well!
  • u

    user

    08/17/2021, 12:27 AM
    once it's in i'll see about backporting it to the original non-dendron paste image plugin as well
1...737475...108Latest