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

    Lars Solberg (xeor)

    04/04/2021, 7:22 PM
    So it's not really needed at all? Looks like they fixed this in the issue, but they pulled it back
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:22 PM
    not sure how long it's going to stay broken
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:23 PM
    Is there a build of dendron without minimized source?
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:24 PM
    @User give me a sec and I'll write this up as an issue
  • k

    kevins8

    04/04/2021, 7:24 PM
    there isn't but we use webpack to build so it would just be building dendron minus minimization
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:25 PM
    I got a strange feeling this issue is just one of a couple getting it to run on theia :p
  • k

    kevins8

    04/04/2021, 7:29 PM
    yeah, i suspect you're right πŸ˜…
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:29 PM
    https://github.com/dendronhq/dendron/issues/606
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:38 PM
    I think this Theia-thingy got potential for dendron. Is this a good direction to work towards when things starts to work? * Create a dendronhq/app (or something) repo with theia, both electron and web version lives there * Automatic trigger builds when dendronhq/dendron gets releases, using github workflows * Have theia releases as binaries available from dendron.so, with an simple explaination of what the difference is between running it in native vscode, and why it might even be a better alternative than using vscode
  • k

    kevins8

    04/04/2021, 7:42 PM
    what are your thoughts about theia vs vscodium? vscodium has the advantage of being completely API compatible with vscode
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:44 PM
    As I understand it, vscodium is just vscode without the microsoft metrics, and a different branding.. Theia have used the same extension API as vscode, so extensions should be compatible. However, Theia is a framework that lets you build and brand the IDE as you want, and build in the extensions you want. Making an "Dendron"-app
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:44 PM
    Theia is also much more powerfull it seams when it comes to how to structure the UI
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:45 PM
    You can have multiple sidebars example.. Take away things that clutter up the UI
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:46 PM
    Other that that, it feels just like vscode..
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:46 PM
    And... It also got a web-version, so you can have Dendron running as a web-app. The whole editor in the browser. Works great
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:49 PM
    Would be awesome to have dendron as it's own app with it's own life and icon..
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:49 PM
    the extension can be developed just like now as well, nothing needs to be changed there.. Theia will just be consuming it
  • k

    kevins8

    04/04/2021, 7:51 PM
    yeah, the modular UI and easy web integration are definitely things I've heard about in Theia. i think this is something that will become apparent over time most immediately, i want to make sure dendron can run on theia. we can then work through the logistics of a standalone version afterwards
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:53 PM
    yea, starts with getting the basis work.. There are a lot of things here. But it got big potensials.. I'll work some more on it to make sure it's a fit
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:54 PM
    Maybe you can create a private repo for it under dendronhq on github so the research can live there if others are interested as well?
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:55 PM
    or do you want me to give it some more time?
  • k

    kevins8

    04/04/2021, 7:56 PM
    if you want to start working on it, feel free to create a fork and making the initial changes there. ideally, what we have on https://github.com/dendronhq/dendron should just work with theia
  • k

    kevins8

    04/04/2021, 7:56 PM
    the builds would just be custom github actions that would execute when we do a major release
  • l

    Lars Solberg (xeor)

    04/04/2021, 7:57 PM
    sure.. I'll make a fork and let it live in it's own directory πŸ™‚
  • l

    Lars Solberg (xeor)

    04/04/2021, 8:19 PM
    Is there a common place where dendron assets live? Like icon-files. Or is this the WIP of
    packages/dendron-design-system
    ?
  • k

    kevins8

    04/04/2021, 8:19 PM
    the latter. meanwhile if there are specifc assets you need, let me know
  • l

    Lars Solberg (xeor)

    04/04/2021, 8:22 PM
    I'll just use some cats in the meantime πŸ™‚
  • u

    8brandon

    04/04/2021, 8:26 PM
    in case you need an svg πŸ™‚ https://discord.com/channels/717965437182410783/748936364283920495/827911531970560000
  • t

    tfer

    04/04/2021, 11:54 PM
    given all the different containerize servers with bundled extra's that are available through docker is there anything that will be needed or helpful to serve dendron via a
    localhost:<port#>
    ? My (naΓ―ve) intuition is that the serving container only needs to handle http/https requests?
  • k

    kevins8

    04/05/2021, 12:07 AM
    you shouldn't need anything special. your talking about running an instance of vscode inside a container?
1...585960...108Latest