Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.