-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Why is there no web app for joplin? #852
Comments
Hi, Laurent will explain the reason why he doesn't provide one himself. |
Duplicate of #228 |
@laurent22 how is this a duplicate of #228 ? It talks about Nextcloud integration. Please correct me and point me to the right comment where it gets discussed about (not supporting) a standalone web client (and its reasons). From the comments all I can see is talks about supporting markdown and Nextcloud integration. |
The linked issue is about accessing the notes on the internet in general, whether by editing the files on Nextcloud, or via a web client, none of these possibilities exist at the moment. It's not a question about supporting such solution or not - before supporting it, someone has to spend a few months developing it. |
Hmm. That's a little weird. You have a desktop Electron app (written in Javascript) which fetches notes from the server (over internet) and displays them. Is this understanding wrong from my part? If the above is the case, then why would having the same functionality (using Javascript) be different on the browser fundamentally? I'm sorry if I'm missing something obvious, but I cannot understand why they would be different. In fact, the whole point of Electron is so that you can have a desktop and a web app with the same code base. Agreed it wouldn't be that 100% of code from the desktop app will work on the web, there would be some modifications required, but I can't fathom why would be "few months" of development time. Sorry if I'm spamming you @laurent22 , but this sounds very strange, hence the brain-dump. Sorry again. |
The app uses an SQLite database for storage and browsers don't have SQLite databases for example, so there would be a lot of work to convert this. It also caches the resource files to the file system and browser would have to load them from a server, so lots of changes there as well, etc. |
it's pretty much useful for Joplin web as a roaming solution to Chromebook users, especially in this period when Linux is quite much not mature on Chromebook, with no support to AppImage. Millions of users could be affected. |
There's an in-browser sqlite database: https://github.com/kripken/sql.js/ |
It seems a little strange that there exists mobile and desktop app but no web app for joplin.
Especially, as the dekstop app is in Electron?
Any plans for having a web app? What are the reasons for not having a web app?
I'm not too keen on running a desktop Electron app, I'd much prefer running a web app.
PS: This is just a question to understand the standpoint.
The text was updated successfully, but these errors were encountered: