1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-06 15:26:34 +02:00

update auto-replace in the readme

This commit is contained in:
Ian Storm Taylor
2017-02-28 11:43:55 -08:00
parent d8f3e706f5
commit 92ef585d38

View File

@@ -100,7 +100,7 @@ If you have an idea for an example that shows a common use case, pull request it
Slate encourages you to write small, reusable modules. Check out the public ones you can use in your project! Slate encourages you to write small, reusable modules. Check out the public ones you can use in your project!
- [`slate-auto-replace-text`](https://github.com/ianstormtaylor/slate-auto-replace-text) auto-replaces a string of text when typed. Useful for "smart" typography! - [`slate-auto-replace`](https://github.com/ianstormtaylor/slate-auto-replace) auto-replaces text as the user types. Useful for "smart" typography!
- [`slate-collapse-on-escape`](https://github.com/ianstormtaylor/slate-collapse-on-escape) simply collapses the selection when `escape` is pressed. - [`slate-collapse-on-escape`](https://github.com/ianstormtaylor/slate-collapse-on-escape) simply collapses the selection when `escape` is pressed.
- [`slate-edit-code`](https://github.com/SamyPesse/slate-edit-code) adds code editing behavior like tab-to-indent, and enter-to-soft-break. - [`slate-edit-code`](https://github.com/SamyPesse/slate-edit-code) adds code editing behavior like tab-to-indent, and enter-to-soft-break.
- [`slate-paste-linkify`](https://github.com/ianstormtaylor/slate-paste-linkify) wraps the selected text in a link when a URL is pasted from the clipboard. - [`slate-paste-linkify`](https://github.com/ianstormtaylor/slate-paste-linkify) wraps the selected text in a link when a URL is pasted from the clipboard.