README.md in textbringer-1.2.0 vs README.md in textbringer-1.3.0
- old
+ new
@@ -3,13 +3,15 @@
[![Gem Version](https://badge.fury.io/rb/textbringer.svg)](https://badge.fury.io/rb/textbringer)
[![ubuntu](https://github.com/shugo/textbringer/workflows/ubuntu/badge.svg)](https://github.com/shugo/textbringer/actions?query=workflow%3Aubuntu)
[![windows](https://github.com/shugo/textbringer/workflows/windows/badge.svg)](https://github.com/shugo/textbringer/actions?query=workflow%3Awindows)
[![macos](https://github.com/shugo/textbringer/workflows/macos/badge.svg)](https://github.com/shugo/textbringer/actions?query=workflow%3Amacos)
-Textbringer is a member of a demon race that takes on the form of an Emacs-like
-text editor.
+* [日本語版](README.ja.md)
+Textbringer is an Emacs-like text editor written in Ruby.
+It is extensible by Ruby instead of Lisp.
+
## Screenshot
![Screenshot](screenshot.png)
## Demo
@@ -90,9 +92,16 @@
#### screen
Add the following line to ~/.screenrc.
cjkwidth on
+
+## Plugins
+
+* [Mournmamil](https://github.com/shugo/mournmail): a mail user agent
+* [MedicineShield](https://github.com/shugo/medicine_shield): a Mastodon client
+* [textbringer-presentation](https://github.com/shugo/textbringer-presentation): a presentation tool
+* [textbringer-ghost_text](https://github.com/shugo/textbringer-ghost_text): a [GhostText](https://github.com/fregante/GhostText) plugin
## Development
After checking out the repo, run `bundle install` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.