micro-editor / micro-editor/micro
Shortcuts to type unicode
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
In some programming languages and some lines of work, I am used to typing a lot of unicode characters. In the Julia REPL, the workflow is:
\mu<TAB> => µ
\sigma<TAB> => σ
etc...
This might slow down an editor too much to constantly watch for signals, but would this be reasonable as a plugin?
For reference, an equivalent in Atom is developed here: https://github.com/JunoLab/atom-latex-completions
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No micro file, test, or entry point is named. Start by reviewing the Julia REPL examples and the linked Atom latex-completions implementation, then determine how a micro plugin could provide similar Unicode expansion; done means a defined plugin workflow and working shortcut completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100