From d061a1730022fd5678310da678d44a18db7b4490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=B5=AA=E7=86=8A=E7=8C=AB=E5=84=BF?= Date: Sat, 1 Oct 2022 20:26:32 +0800 Subject: [PATCH] [no ci] update README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 027583f..117ae9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,26 @@ # GNU TeXmacs plugins implemented in Python ++ `pyminimal`: minimal demo plugin ++ `pycomplete`: demo plugin for completion ++ `pymarkup`: demo plugin for GNU TeXmacs markup ++ `pyprompt`: demo plugin for changing the session prompt + +## Cheatsheat +``` bash +./pants run cli:install -- pyminimal + +bin/lint + +bin/format + +# For other GNU TeXmacs distributions like Mogan Editor +TEXMACS_HOME_PATH=~/.Xmacs ./pants run cli:install -- pymarkup +``` ## Contributing Please report bugs to the GNU TeXmacs [forum](http://forum.texmacs.cn/c/devel/pluginsinpython) for this project. -Issues are managed inside this repo (eg. [docs/issues.tm], [docs/001.tm], [docs/002.tm]). Please create pull requests to create issues! +Issues are managed inside this repo (eg. [docs/issues.tm](docs/issues.tm), [docs/001.tm](docs/001.tm), [docs/002.tm](docs/002.tm)). Please create pull requests to create issues! +Pull requests can be made against: ++ [Github](https://github.com/texmacs/plugins-in-python/pulls) ++ [Gitee](https://gitee.com/texmacs/plugins-in-python/pulls) ++ More to come ... -- Gitee