One question, I could not understand if a mail provider is needed or it handles on its own?
Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
11–20 of 47 posts
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#12Interesting! Will try this soon, I have very similar gripes with nextcloud et al that you mentioned. The lock in to postmark I don't love, I think I would rather have it be a SMTP+IMAP "proxy" so I can use my existing email service within the suite of apps seamlessly.
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#13PocketBase is awesome and this thing looks awesome. One question, I could not understand if a mail provider is needed or it handles on its own?
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#14This looks awesome, thank you. Kudos for supporting dark mode out of the box. Looking forward to seeing calendar and drive catching up to full dark mode.
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#15PocketBase is awesome and this thing looks awesome. One question, I could not understand if a mail provider is needed or it handles on its own?
currently only supports postmark but based on the conversions here i’m thinking expanding that will probably be the next thing i implement
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#16Interesting. I've tried owncloud, nextcloud, and other similar "all-in-one" solutions in the past. None ever stuck with me, for various reasons I cannot remember. I just might try this out on a weekend when I have some free time.
excellent, I've also tried all the products you mention but they all felt either too heavy or limited to me. I'd love any feedback you can offer, GitHub issues are open if you hit bugs.
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#17Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#18How is the Microsoft Office compatibility managed by these tools? There is a popular SDK providing the compatibility? I can't imagine everyone reimplementing the full compatibility layer
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#19This looks really cool and more modern than Nextcloud. From the homepage, I was a little wary of the idea of hosting my own email server -- doesn't that require a ton of effort due to spam? Or can I use it with an external provider and use this as webmail?
Re: Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS
#20I have seen lately a number of new productivity suite. How is the Microsoft Office compatibility managed by these tools? There is a popular SDK providing the compatibility? I can't imagine everyone reimplementing the full compatibility layer
Text uses https://github.com/ZeroHawkeye/wordZero to read/write the docx, parse it into a y-prosemirror and served with yjs to clients using https://github.com/skyterra/y-crdt
And Calc uses https://github.com/xuri/excelize using the same techniques but uses plain Yjs Y.Map/Y.Array using a sparsely populated table