Live data from Hacker News

Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive

github.com

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.

this is good info, because when I searched it was talking about Lotus so felt like I had to be in the wrong area.

Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive

#34
post #30

i'm a heavy emacs user but ive never been able to really grok org mode. what makes it special?

It's just a really solid markup for large plaintext documents with automa(g/t)ic formatting and the ability to embed:

-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

#35
post #30

i'm a heavy emacs user but ive never been able to really grok org mode. what makes it special?

Its versatility, all within one file format.

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

#36

How does Org-Mode compare to modern note taking apps like Keep? How does Org-Mode handle media files?

Org mode files are just plain text, but it has syntax for linking to external files like images, and Emacs can display those images inline.

Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive

#37
Wow, what i timing. Just found out org-mode thanks to bumping into Orgzly [1] and proffering it more then Joplin [2] due to local directory storage (synced with syncthing [3]). As a Vim user i am now trying vim-orgmode [4] and hope to have complete self hosting synced note taking solution... i will see if org-web fit's into this somehow...

[1] http://www.orgzly.com/

[2] https://joplinapp.org/

[3] https://syncthing.net/

[4] https://github.com/jceb/vim-orgmode

Re: Org-mode on web, built with React, for mobile, synced with Dropbox, Google Drive

#39

How does Org-Mode compare to modern note taking apps like Keep? How does Org-Mode handle media files?

If you invest some time in it, it's way more awesome. Keep hardly scales for serious use. Handling of media files is probably editor specific.

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

#40

Hey 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!

This is so great, thank you Daniel. This changes everything.

Next up, org-web-agenda?

Edit: Already a feature. I love it.

Post reply on HN