Org Capture
A helper for capturing things via org-protocol in emacs: First, set up: http://orgmode.org/worg/org-contrib/org-protocol.html
Co je Org Capture?
Org Capture je rozšíření Chrome vyvinuté https://slumpy.org, a jeho hlavní funkcí je „A helper for capturing things via org-protocol in emacs: First, set up: http://orgmode.org/worg/org-contrib/org-protocol.html“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Org Capture
Stáhněte si soubory rozšíření Org Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Changelog:
Added a keyboard shortcut: Ctrl+Shift+L
-------------
Detailed (emacs/system) setup instructions at: http://orgmode.org/worg/org-contrib/org-protocol.html
Selected text is sent to:
"org-protocol://capture:/p///selection>"
and if nothing is selected, the link is sent to:
"org-protocol://capture:/L//"
Currently the addresses are not customizable, but you are welcome to submit pull requests to https://github.com/sprig/org-capture-extension
Please also submit bugs: especially if the selection doesn't work for you. Základní Informace o Rozšíření
| Název | |
| ID | kkkjlfejijcjgjllecmnejhogpbcigdc |
| Oficiální URL | https://chromewebstore.google.com/detail/org-capture/kkkjlfejijcjgjllecmnejhogpbcigdc |
| Popis | A helper for capturing things via org-protocol in emacs: First, set up: http://orgmode.org/worg/org-contrib/org-protocol.html |
| Velikost souboru | 25.01 KB |
| Počet instalací | 1,463 |
| Aktuální Verze | 0.2.1 |
| Poslední Aktualizace | 2018-10-29 |
| Datum Vydání | 2018-10-28 |
| Hodnocení | 4.31/5 Celkem 13 Hodnocení |
| Vývojář | https://slumpy.org |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/sprig/org-capture-extension |
| URL Stránky Nápovědy | https://github.com/sprig/org-capture-extension/issues |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Org Capture",
"version": "0.2.1",
"description": "A helper for capturing things via org-protocol in emacs: First, set up: http:\/\/orgmode.org\/worg\/org-contrib\/org-protocol.html",
"homepage_url": "https:\/\/github.com\/sprig\/org-capture-extension",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage"
],
"options_ui": {
"page": "options.html"
},
"browser_action": {
"default_icon": "org-mode-unicorn.png"
},
"commands": {
"_execute_browser_action": {
"description": "Capture current page with org-capture",
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
}
} | |