Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lahwaacz/awace
Ajax.org Cloud9 Editor brought to the Arch wiki
https://github.com/lahwaacz/awace
Last synced: 4 days ago
JSON representation
Ajax.org Cloud9 Editor brought to the Arch wiki
- Host: GitHub
- URL: https://github.com/lahwaacz/awace
- Owner: lahwaacz
- License: gpl-3.0
- Created: 2014-06-27T18:10:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T22:22:08.000Z (over 10 years ago)
- Last Synced: 2024-10-31T17:08:52.553Z (about 2 months ago)
- Language: JavaScript
- Size: 418 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## awace
[Ajax.org Cloud9 Editor](http://ace.c9.io/) brought to the Arch wiki
### About
_awace_ is a [Greasemonkey](https://en.wikipedia.org/wiki/Greasemonkey) userscript that replaces the default, simple editor on [Arch wiki](https://wiki.archlinux.org/) with a more powerful editor.
__Warning:__ this project is currently just a __proof of concept__, please double-check after each wiki edit that the script did what you expected!
### Vim mode and pentadactyl
[Pentadactyl](http://5digits.org/pentadactyl/)'s handling of `` key conflicts with awace: when Vim mode is selected in awace and insert mode activated, both pentadactyl and awace are in insert mode. Pressing `` is passed to pentadactyl, to leave insert mode in awace you need to enter pass-through first (`` by default) and then `` is passed to awace.
A helpful trick is to add `` into `passkeys`:
set passkeys+=wiki.archlinux.org:
This will practically switch the behaviour as the first `` will be passed to awace and `` to pentadactyl.