Live data from Hacker News

Is libreoffice online a viable alternative to gdocs?

news.ycombinator.com

31–40 of 53 posts

Re: Is libreoffice online a viable alternative to gdocs?

#31
post #28
post #27

For Google Docs-like tasks I prefer a combination of Org and git. Org is a powerful-but-easy-to-learn document structuring language. You ca write it in any editor, but in an Org-aware editor your document really comes alive. The oldest, most feature-complete implementation is in Emacs. Org documents can be exported to virtually any final format. I don't specifically recommend git so much as any distributed VCS, to sh…

Your comment implies that there are other editors, besides Emacs, supporting Org mode... Could you please elaborate on this?

I intended that implication, but I don't think I have a whole lot more to say about it, unfortunately.

- On my Android phone, I use Orgzly to capture notes, tick off finished tasks, and see various filtered views of my agenda.

- I see there are implementations in Vim, namely Vim-OrgMode and VimOrganizer.

- If you want to embed something on the web, org-js is supposed to be good. There is also the GitHub editor, of course.

- Further out of my comfort zone, there is something for IntelliJ IDEA called org4idea, and I saw you should be able to get orgmode support in Sublime Text. I also found Organized for Atom, but that appears to be a sort of Markdown-Org mashup, so not necessarily the right thing.

- Then, as unwelcome as this last point may seem to some, it's worth pointing out that Emacs is not an editor in singular. If you don't like the default editor that ships with Emacs, there are other editors to choose from which all run in Emacs. This includes the seriously fantastic Vim port called Evil. From what I can tell, the AutOrg project is even specifically packaging Emacs+Org in a way to make it more approachable to beginners.

Note that many of the options have not successfully replicated the full Org feature set yet. However, in the context of this discussion I have limited myself to the features that are also supported by Google Docs, which are... not many.

Re: Is libreoffice online a viable alternative to gdocs?

#32
post #28
post #27

For Google Docs-like tasks I prefer a combination of Org and git. Org is a powerful-but-easy-to-learn document structuring language. You ca write it in any editor, but in an Org-aware editor your document really comes alive. The oldest, most feature-complete implementation is in Emacs. Org documents can be exported to virtually any final format. I don't specifically recommend git so much as any distributed VCS, to sh…

Your comment implies that there are other editors, besides Emacs, supporting Org mode... Could you please elaborate on this?

https://github.com/jceb/vim-orgmode

https://atom.io/packages/org-mode

https://github.com/ajtoo/vscode-org-mode

https://github.com/danielmagnussons/orgmode

For more, search "[name of editor] org mode" in the search engine of your trust.

Re: Is libreoffice online a viable alternative to gdocs?

#33
post #27

For Google Docs-like tasks I prefer a combination of Org and git. Org is a powerful-but-easy-to-learn document structuring language. You ca write it in any editor, but in an Org-aware editor your document really comes alive. The oldest, most feature-complete implementation is in Emacs. Org documents can be exported to virtually any final format. I don't specifically recommend git so much as any distributed VCS, to sh…

This is assuming that the people you're collaborating with know how to use git ... That's a big assumption to make

Re: Is libreoffice online a viable alternative to gdocs?

#34
post #27

For Google Docs-like tasks I prefer a combination of Org and git. Org is a powerful-but-easy-to-learn document structuring language. You ca write it in any editor, but in an Org-aware editor your document really comes alive. The oldest, most feature-complete implementation is in Emacs. Org documents can be exported to virtually any final format. I don't specifically recommend git so much as any distributed VCS, to sh…

This is assuming that the people you're collaborating with know how to use git ... That's a big assumption to make

Barely any git knowledge is required to cowboy commit onto the default branch on GitHub using their web editor. The result is no different than what it would be using Google Docs.

(Though, every person on the team who wants to learn git is a strict incremental improvement – both over Google Docs and cowboy committing on GitHub.)

Re: Is libreoffice online a viable alternative to gdocs?

#38
post #37

Why does the title not contain a link as normal hn posts? The link below is not clickable, must be copied and pasted manually... no fun on mobile...

This is intentional:

How do I make a link in a question?

You can't. This is to prevent people from submitting a link with their comments in a privileged position at the top of the page. If you want to submit a link with comments, just submit it, then add a regular comment.

Re: Is libreoffice online a viable alternative to gdocs?

#40
post #34

Earlier quoted context omitted.

This is assuming that the people you're collaborating with know how to use git ... That's a big assumption to make

Barely any git knowledge is required to cowboy commit onto the default branch on GitHub using their web editor. The result is no different than what it would be using Google Docs. (Though, every person on the team who wants to learn git is a strict incremental improvement – both over Google Docs and cowboy committing on GitHub.)

Having gone down a similar path with a team "Barely any git" is still a stretch for non-programmer types.
Post reply on HN