Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode generator #55

Open
distributive opened this issue Dec 2, 2021 · 0 comments
Open

Unicode generator #55

distributive opened this issue Dec 2, 2021 · 0 comments
Labels
good first issue Good for newcomers plugin For new plugins

Comments

@distributive
Copy link
Collaborator

distributive commented Dec 2, 2021

A command, or perhaps better implemented as a family of commands, that allows users to generate unicode characters that might otherwise be difficult or tedious to find.

Potential examples

Accents

$umlaut e -> ë
$acute e -> é
$grave E -> È
$dipthong ae -> æ
$cedilla c -> ç

Mathematical symbols

$sigma/$Sigma -> σ/Σ
$pi/$Pi -> π/Π
$ne -> ≠
(Note: having each greek symbol might be too much hassle, could do $greek sigma Sigma pi Pi instead)

Misc.

$currency euro -> €


This isn't supposed to be an exhaustive list, and there's no need to add arbitrary symbols if they won't see use. However, this could be a good beginner issue to implement/extend.

@distributive distributive added enhancement New feature or request good first issue Good for newcomers plugin For new plugins and removed enhancement New feature or request labels Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers plugin For new plugins
Projects
None yet
Development

No branches or pull requests

1 participant