Dropbox Paper
21–30 of 214 posts
Re: Dropbox Paper
#22Of course, I am very hesistant to put my full trust into Dropbox. Their Mac app has been known to work around security measures in macOS[0].
[0]: https://news.ycombinator.com/item?id=12619722
An another note, does anyone here have a suggestion for a good Notes app with Markdown and/or Jekyll support? Preferably one with a mobile app as well.
Re: Dropbox Paper
#23We used for a few rounds of design frontend review. It's actually quite slick. Seems like it's 90% there for a google docs replacement.
Re: Dropbox Paper
#24Re: Dropbox Paper
#25After looking at landing page, it's completely unclear what it is. Powerpoint with comments? Pinterest for enterprise? Google Wave with Material design? "Create, review, organize" — but even Quake level editor is about creating, reviewing and organizing.
They took a ton of screen real estate just to show us pictures of people typing into non-descriptive text-editors and people use laptops.
Re: Dropbox Paper
#26Re: Dropbox Paper
#27Re: Dropbox Paper
#28The only real downside at the moment from my point of view is that it does not yet have an offline mode.
Re: Dropbox Paper
#29Re: Dropbox Paper
#30A quick google shows some results which look like pet projects of small business which have obviously failed (since I've never heard of them before)
All of these new document formats that are pushed by big companies (some are really great I actually love using Google Docs) try to tie the user as close to their eco-system as possible.
When ever I try to maintain documents for long term storage, markdown seems like the only good format. I've seen people talk about stuff like org-mode, etc, but they all lack the fluidity and the WYSIWYG nature of Google docs, docx etc. I'm talking about how markdown never actually stores pictures inside the document, but just links to them, and you'll have to use a specific application to view the rendered markdown, and a different one to edit or make new ones.
I'm interested to see that does everyone else use for documents? And please don't suggest docx+open/libre office. I'm still waiting for some of those applications to properly handle a big file and I don't want to wait so long for those applications to even open.
EDIT: Thanks for the replies. I think I should clarify something. I'm looking for a WYSISWYG tool, like google docs/docx. I don't really have time to spend doing the edit->render->see where you went wrong->edit cycle. This really hurts productivity when you're editing large documents and increases the barrier for new comers. I do use LaTeX but only when I need ultra sharp looking documents with specific needs. I really like it, but only pull it out when I need to write a paper and want the output in PDF. Other times, it's really not worth the effort.
So formats which require me to render to HTML etc, are a no go. I'm looking into ASCIIDOC but even that looks like it's very similar to markdown. And by WYSISWYG, I mean I want to type, and press Ctrl+B to write in bold, and Ctrl+I for italic and right click to insert hyperlink and so on. Not use asterisks everytime whenever I want to make something bold. Sure it transparently to that in the background, but I shouldn't have to worry about it.