phrase

frequently used phrase registry

t9md

240

1

0.1.2

MIT

GitHub

Development phase

Alpha

Phrase

Frequently used phrase registry.

Why?

Phrase is workable code fragments or example code which you want to refer later. While you are try&error some code and reach some conclusion. You want to save that useful phrase to central place. This package helps you to save and refer those phrases quickly within Atom editor.

Features

Command

How to use

Save phrase

  1. Select buffer
  2. Invoke phrase:open command.
  3. Your selected code is pasted at top of phrase file(nomral TextEditor).
  4. You collect bunch of phrases this way.

Refer phrase

  1. Invoke phrase:open command without selection.

Share phrase

my phrase collection

[NOTE] Features and commands described in this Share phrase section is NOT yet implemented. But concepts are like bellow.

This package provide, mechanism to share your phrases to others. This need phrase registries on web. Phrase ragistries might be

Configure phrase repository

Keymap

No keymap by default.

e.g.

'atom-workspace:not([mini])':
  'ctrl-alt-p': 'phrase:open'

TODO