word-map

Fast way to convert fixed length text

asiloisad

1,223

1

1.0.5

MIT

GitHub

word-map

Fast way to convert fixed length text.

AutoConvert

SelectionConvert

Installation

To install word-map search for word-map in the Install pane of the Pulsar settings or run ppm install word-map. Alternatively, you can run ppm install asiloisad/pulsar-word-map to install a package directly from the Github repository.

Features

Commands

In atom-text-editor there are available commands:

Examples

The built-in mapping

`q    : θ`,      `θ  : q`,
`w    : ω`,      `ω  : w`,
`e    : ε`,      `ε  : e`,
`r    : ρ`,      `ρ  : r`,
`t    : τ`,      `τ  : t`,
`y    : ψ`,      `ψ  : y`,
`u    : υ`,      `υ  : u`,
`i    : ι`,      `ι  : i`,
`o    : ο`,      `ο  : o`,
`p    : π`,      `π  : p`,
`a    : α`,      `α  : a`,
`s    : σ`,      `σ  : s`,
`d    : δ`,      `δ  : d`,
`f    : φ`,      `φ  : f`,
`g    : γ`,      `γ  : g`,
`h    : η`,      `η  : h`,
`j    : ϕ`,      `ϕ  : j`,
`k    : κ`,      `κ  : k`,
`l    : λ`,      `λ  : l`,
`z    : ζ`,      `ζ  : z`,
`x    : ξ`,      `ξ  : x`,
`c    : χ`,      `χ  : c`,
`b    : β`,      `β  : b`,
`n    : ν`,      `ν  : n`,
`m    : μ`,      `μ  : m`,
`Q    : Θ`,      `Θ  : Q`,
`W    : Ω`,      `Ω  : W`,
`E    : Σ`,      `Σ  : E`,
`Y    : Ψ`,      `Ψ  : Y`,
`P    : Π`,      `Π  : P`,
`S    : Σ`,      `Σ  : S`,
`D    : Δ`,      `Δ  : D`,
`F    : ϑ`,      `ϑ  : F`,
`G    : Γ`,      `Γ  : G`,
`J    : Φ`,      `Φ  : J`,
`L    : Λ`,      `Λ  : L`,
`X    : Ξ`,      `Ξ  : X`,
`C    : Χ`,      `Χ  : C`,
`V    : ς`,      `ς  : V`,
`1    : °`,      `°  : 1`,
`2    : ʾ`,      `ʾ  : 2`,
`3    : ϵ`,      `ϵ  : 3`,
`5    : ‰`,      `‰  : 5`,
`sqrt : √`,      `√  : sqrt`,
`(C)  : ©`,      `©  : (C)`,
`(R)  : ®`,      `®  : (R)`,
`(TM) : ™`,      `™  : (TM)`,
`...  : …`,      `…  : ...`,
`'    : "`,      `"  : '`,

Contributing

Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!