Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
31–40 of 110 posts
Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#32"Org-mode is a document editing, formatting, and organizing mode, designed for notes, planning, and authoring within the free software text editor Emacs." In case anyone else wasn't sure what this was, and isn't an Emacs user.
Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#33Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#34i'm a heavy emacs user but ive never been able to really grok org mode. what makes it special?
-Arbitrary code which can be executed and which can update/operate on the contents of the document
-calendars
-hyperlinks
-images and other media
-tables which can also act as spreadsheets a la Excel
It also lets you export to just about any format including HTML and pdf via TeX, and it has broad integration across emacs so you can easily invoke portions of org-mode from your other buffers/modes.
In other words it's a really flexible medium for representing and working just about anything in a plain text file. I use it as a bug tracker for personal projects, I use it for self-documenting code ("literate programming", as they say), and I use it for writing prose that I intend to export to PDF such as reports and other things because frankly org is a much saner way to write latex/xetex/whatever.
Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#35i'm a heavy emacs user but ive never been able to really grok org mode. what makes it special?
e.g. for anyone who hasn't glanced at the Org-Mode table of contents: https://orgmode.org/manual/index.html#SEC_Contents
For managing tasks: org files can be richly structured. So you can organise a task in some nested hierarchy; or with a tag; or with some key-value property. You can also make use of the way you organise notes to quickly search for tasks. Org also provides some useful ways you can view your organised tasks.
Besides task management, it's kindof "2nd best at everything", but all within one file format.
For GTD: Org supports a workflow where you can quickly 'capture' some information; then later organise it.
Org Babel: supports running snippets of code in an org-file, outputting the results. It's more primitive than something like Jupyter, though. (But you can also re-arrange the code snippets into files, supporting a literate programming style). -- I've found this a useful tool for keeping code and notes together.
Org has some support for tables/spreadsheets. I don't use this very much. But, again, useful to be able to embed (and update) within notes.
You wouldn't start using org-mode to get all these benefits. You start using a small part of it. And then you notice some other feature of org you'd benefit from, and figure that part out.
Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#36How does Org-Mode compare to modern note taking apps like Keep? How does Org-Mode handle media files?
Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#37Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#38Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#39How does Org-Mode compare to modern note taking apps like Keep? How does Org-Mode handle media files?
If you use emacs, org mode is really turing complete as it basically is an extension of elisp. But if you use this post's web-based editor, it probably implements only a tiny subset of org-mode (haven't checked out in detail). Still great if you just want to jot down a notes in a file you normally edit in emacs but have just a web browser.
I would vastly prefer a way to use emacs on my computer but sync the file to google drive so I can share files between computers. That works well on the mac, but not at all on a chromebook. Maybe with Crostini it's getting better but I don't believe so. I really wish ChromeOS would allow syncing a local directory to Google drive.
Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive
#40Hey all, I’m the author of org-web. It was pretty cool to wake up this morning and see this on the front page (thanks moioci!). If you’re interested in taking org-web for a spin you can try it here: https://org-web.org/ There’s a sample file you can play around with there if you’re not ready to link to a sync backend yet. Happy to answer any questions!
Next up, org-web-agenda?
Edit: Already a feature. I love it.