word-map

Convert word acc. word map

bacadra

1,223

1

1.0.4

MIT

GitHub

word-map

Latest OpenIssues Language Licence

AutoConvert

SelectionConvert

Fast way to convert fixed length word to another one.

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 bacadra/pulsar-word-map to install a package directly from the Github repository.

Features

Methods

The below methods can be used:

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 🍺

If you have any ideas on how to improve the package, spot any bugs, or would like to support the development of new features, please feel free to share them via GitHub.