Appendix A: Named Actions
The following action sets are currently implemented.
Please note that the actions are realized using regular expressions. I decided not to show them in the following for a better readability and show the visible changes only.
| Action Name | From Opening String | From Closing String | To Opening String | To Closing String |
|---|---|---|---|---|
| quotes.english | ' | ' | ‘ | ’ |
| " | " | “ | ” | |
| quotes.french | < | > | ‹ | › |
| << | >> | « | » | |
| quotes.german | ' | ' | ‚ | ’ |
| " | " | „ | ” | |
| to_quotes | ' | ' | <q> | </q> |
| " | " | <q> | </q> | |
| << | >> | <q> | </q> | |
| < | > | <q> | </q> | |
| commercial | (c) | © | ||
| (r) | ® | |||
| (tm) | ™ | |||
| dashes | - | — | ||
| <NO.>-<NO.> | <NO.>–<NO.> | |||
| bullets | * | • | ||
| ellipsis | ... | … | ||
| apostrophe | ' | ' | ||
| math | +/- | ± | ||
| 1/2 | ½ | |||
| 1/4 | ¼ | |||
| 3/4 | ¾ | |||
| ~ | ≈ | |||
| != | ≠ | |||
| <= | ≤ | |||
| >= | ≥ | |||
| <NO.>*<NO.> | <NO.>×<NO.> | |||
| <NO.>x<NO.> | <NO.>×<NO.> | |||
| <NO.>/<NO.> | <NO.>÷<NO.> | |||
| dagger | ** | ‡ | ||
| * | † |