alphapapa / alphapapa/org-rifle

Pluggable abbreviations

オープン
#38 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Emacs Lisp
スター
515
フォーク
30
PR マージ指標
30日以内にマージされた PR はありません

説明

Org rifle is great, I use it often and it gave me an enhancement idea.

For example, I search my notes for javascript stuff. I find it quickly, but it's annoying to type javascript or even javas often. Why can't I type js instead?

So I'd like to see a pluggable abbreviation feature where I could specify an alist for custom abbreviations.

E.g.

`(setq org-rifle-abbrevs '(("js" . "javascript") ("ga" . "google analytics") ...))`

With this set I could search for "js timer" and it would return "javascript timer" entries too. (And also the original "js" matches in case one wants to search for the original input, not the expanded abbreviation.)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。