France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)
-
Just checked the part about self-hosting. While it's probably possible to handle things with a less heavy approach, their only "easy to use" example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That's a bit much.
Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. It’s excellent for local dev. Even good for production in some niche scenarios
-
And an editor that does a decent job is not google docs.
It is embarassing that MS has dominated this for more than 30 years and Google, despite its infinite wealth, hasn't made a decent office app.
I wholeheartedly agree with this opinion. Google Docs has done very little to innovate. The fact that you're still limited to like 6 built-in styles & lack of integrated syntax highlighting is ridiculous.
-
Thanks for this; I may use it to build out my NextCloud server. I’ve already used it to replace shared calendars and contacts.
If you're using Nextcloud All In One then it's easy to enable it in the AIO settings.
If you're not, I suggest looking into it. It's the new officially recommended way of installing and it's been great.
Nextcloud has an export/import data function but at the time I did it I only had a few GB of data so not sure how well it scales.
-
The web browser is the future, especially for a crappy document editor and spread sheet.
-
This post did not contain any content.
I love the docs ability to create databases from my docs. That would be super useful for work and research activities.
-
I wholeheartedly agree with this opinion. Google Docs has done very little to innovate. The fact that you're still limited to like 6 built-in styles & lack of integrated syntax highlighting is ridiculous.
Google Docs has done very little to innovate.
The place where I see Google Docs being far superior to any other product I've run into is collaborative work. Having multiple people writing in the same doc at the simultaneously is a train wreck in most products Office365 included. In other products there's a good chance you'll have a version conflict and someone's changes will be lost. Google docs handles that with ease.
-
I love the docs ability to create databases from my docs. That would be super useful for work and research activities.
Oh, you mean a spreadsheet?
-
This post did not contain any content.
Pretty good project, but is it the future to have mainly web apps?
-
Oh, you mean a spreadsheet?
No, because with the above you can have rich objects in databases (for example, a dynamically updated list of medical events, each with all the attributes I want, attachments etc.), and almost arbitrarily deep nesting of databases.
The idea to have databases with pages is one of the key features that made notion successful. It allows to structure knowledge without duplication, in addition to provide some other no-code features.Spreadsheets are not even close.
-
I got a kick out of Google Docs alternative since it is trying to be AnyType, AFFiNE, AppFlowy, etc and none of those editors are stupid enough to claim to be Google Docs alternatives nor are they a bloated mess. Proof is in the pudding though... Try putting 1 inch margins on a page & add tab stops with this & printing it out where you get the same results.. oh wait, you can't... Cause it isn't a Google Docs alternative.
None of those tools are editors, right? They all try to be a notion alternative, which is also not an editor. There is basically 0 focus on typesetting.
-
Surprised they didn't go with cryptpad - aren't they already French?
Cryptpad is French, but they are using OnlyOffice, which is Russian.
-
Just checked the part about self-hosting. While it's probably possible to handle things with a less heavy approach, their only "easy to use" example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That's a bit much.
In the README there's also instructions for Docker Compose, although it's quite the compose file, with SIXTEEN containers defined. Not something I'd want to self-host.
-
Cryptpad is French, but they are using OnlyOffice, which is Russian.
Fuck
Didn't know that... I got convinced by the company being supposedly Latvian.
-
This post did not contain any content.
Yeah, it is called Word. Works on all computers, is free to use the web based version, and is the world standard.
-
The web browser is the future, especially for a crappy document editor and spread sheet.
Then just use Word online.
-
Google Docs has done very little to innovate.
The place where I see Google Docs being far superior to any other product I've run into is collaborative work. Having multiple people writing in the same doc at the simultaneously is a train wreck in most products Office365 included. In other products there's a good chance you'll have a version conflict and someone's changes will be lost. Google docs handles that with ease.
I have been using collaboration with Microsoft products for decades with little issue. I first started in college in 2006 with Onenote and it worked well even then. googol is garbage.
-
Yeah, it is called Word. Works on all computers, is free to use the web based version, and is the world standard.
Proprietary bullshit
-
Pretty good project, but is it the future to have mainly web apps?
-
Just checked the part about self-hosting. While it's probably possible to handle things with a less heavy approach, their only "easy to use" example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That's a bit much.
Please develop this self hosted version using sandstorm
It makes hosting a breeze with one click installation
-
Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. It’s excellent for local dev. Even good for production in some niche scenarios
Seconding k3d (and, by extension, k3s). If you're in a market for sth suitable for more upstream-compliant clustering solution (k3s uses SQLite instead of etcd, iirc), RKE2 is also a great choice