Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tumashu/org-capture-pop-frame
Pop a new frame, then run org-capture
https://github.com/tumashu/org-capture-pop-frame
Last synced: 15 days ago
JSON representation
Pop a new frame, then run org-capture
- Host: GitHub
- URL: https://github.com/tumashu/org-capture-pop-frame
- Owner: tumashu
- Created: 2016-05-06T02:11:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T02:36:25.000Z (over 1 year ago)
- Last Synced: 2024-11-09T20:37:41.272Z (2 months ago)
- Language: Emacs Lisp
- Size: 2.45 MB
- Stars: 31
- Watchers: 4
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [README](#readme)
- [Installation](#installation)
- [Configuration](#configuration)
- [Config org-capture and org-capture-pop-frame](#config-org-capture-and-org-capture-pop-frame)
- [Config firefox](#config-firefox)
- [Other userful tools](#other-userful-tools)org-capture-pop-frame is an extension of org-capture, when it is enabled,
org-capure will capture things in a new pop frame, after capture finish or abort.
the poped frame will be delete.NOTE:
1. This extension is suitable for capturing links and text in firefox.
2. You can click with mouse in emacs header-line to finish or abort capture.![img](./snapshots/org-capture-pop-frame.gif)
org-capture-pop-frame is now available from the famous emacs package repo
[melpa](http://melpa.milkbox.net/), so the recommended way is to install it
through emacs package management system.### Config org-capture and org-capture-pop-frame
(require 'org-capture)
(require 'org-capture-pop-frame)
(setq org-capture-templates
'(("f" "org-capture-from-web" entry (file+headline "~/note.org" "Notes-from-web")
"** %a%i
%?
"
:empty-lines 1)))You need install **one** of the following firefox extensions, then config it.
1. AppLauncher
1. Download links
1.
2.
2. Applauncher config1. Name: org-capture(f) (Edit it)
2. Path: /home/feng/emacs/bin/emacsclient (Edit it)
3. Args: org-protocol://capture://f/&eurl;/&etitle;/&etext; ("f" is org-capture's key)![img](./snapshots/applauncher.gif)
2. org-mode-capture1. Download links
1.
2.
3. (tumashu modify version)
2. Config it (Very simple, just change emacsclient path.)NOTE: The official org-mode-capture extension can not set some emacsclient options,
for example: "–socket-name", you can download and install tumashu's modify [org-mode-capture's xpi](https://github.com/tumashu/firefox-org-capture/blob/master/org-capture-0.3.0.xpi?raw=true)
instead.Firefox (version >= 41) may block this xpi for signature reason, user can set
"xpinstall.signatures.required" to "false" in about:config to deal with this problem.![img](./snapshots/firefox-org-capture.gif)
1. trayit (search in google)
2. [Minime](https://sourceforge.net/projects/minime-tool/)
3. [RBtray](http://moitah.net/)