org-board
org-board copied to clipboard
Org mode's web archiver.
I'm attempting to open archived web pages with [Hypothesis](https://hypothes.is) automatically enabled, which allows annotating web pages. One way to do it is to inject a script (same as their [bookmarklet](https://web.hypothes.is/start/))....
When use `org-attache` it will auto append attached file link to `org-stored-links`. I wish `org-board` can support this behaviour too.
Hi Scallywag, if you rename README to README.org github will still render it in the main page as it does with the README. thanks for org-board!
Hi! I've created Memacs which is a Python-based framework that provides functionality to get all kind of Org/Emacs-external data sources into Org-mode file format: https://github.com/novoid/Memacs Your handy tool here seems...
Hey, i really like the idea behind org-board. I want to use it as kind of bookmarking-system. Is it possible to browse and search (within) emacs through the website's content?...
Hey, I tried the example in the readme: > ** TODO Linkers (20-part series) > :PROPERTIES: > :URL: http://a3f.at/lists/linkers > :WGET_OPTIONS: --recursive -l 1 > :END: However, I am presented...
With Emacs 25.1 and its xwidget webkit, it could be awesome if org-board could at the same time: - archive websites rendered in emacs with this new xwidget - reopen...
Fix #27 by ensuring the point is placed at the relevant bookmark entry when org-mode functions are called, using save-window-excursion and save-mark-and-excursion to keep this from affecting user experience. Major...