Yes this is not production ready, and to be clear that's essentially the mobile app deployed as a web app. So the mobile/desktop apps are definitely not going away, but it means that any new mobile version we create, we can deploy it for the web too (provided this PoC works out well and it looks like it does). This is convenient for people who cannot install apps, for example on lock down devices, or simply for those who don't want to install any app. Then it runs with only the permissions of the browser.
Yes it's somehow very difficult to import from OneNote since Microsoft uses a weird binary format for it. There's no JavaScript lib but Pedro has been doing a great work converting a Rust one to WASM, which we can then use from the desktop app.
The changelog is actually there now: https://joplinapp.org/help/about/changelog/android
But also it seems our script to update it is not working so 2.13.7 doesn't show up.
And looks like F-Droid started pulling the pre-releases too which means they are ahead of the official releases. This is mostly fine though since the pre-releases are usually quite stable.
This is actually working but you need to swipe veeery slowly for it to work. We'd like to fix this and make it work with regular or fast swipes too.
Indeed, a lot of it is tied to AWS infrastructure to receive emails, queue them, save them to S3, etc. so it's not something we could release any other way. But as Graphito mentioned that plugin can be an alternative. If you use Thunderbird, there's also a pretty good plugin that can convert the current email to a note - https://addons.thunderbird.net/en-US/thunderbird/addon/joplin-export/?src=search
Just in case, did you try this? https://github.com/laurent22/joplin/issues/8719#issuecomment-1691906765
Unfortunately I don't know much about Linux desktop in general, so I wouldn't know what to advise in terms of fonts, but hopefully someone else can chip in. You might want to ask in Linux-specific forums since it's probably not specific to Joplin
Are those icons emojis or image files? (both are supported) If they are emoji it means FlatPack or your operating system is missing a font that would include these emojis. We are not picking a particular font, just default, and that works in other operating systems.
For the white menus there's not much to do either as this is handled by the system. If you chose a dark theme at the system level it should show this in dark.
Thanks for the feedback everyone! I'm compiling the info from here and elsewhere and will take it into account when creating the plugin API
As far as I know, yes, it's reliable and a lot of people are using it. Often they use the open source alternative MinIO which is compatible.
Only issue I would say is in terms of maintenance because unlike other sync targets, which I can usually fix, this one I have no clue about and any fix needs to come from other contributors who may or may not be around.
I've added a task for it here: https://github.com/laurent22/joplin/issues/8490 Not sure why we've never implemented this since it should be relatively easy
I'm actually amazed how well it works and how many plugins are compatible. Henry did a great job on this feature!