# GNU TeXmacs plugins in Python **Repository Path**: texmacs/plugins-in-python ## Basic Information - **Project Name**: GNU TeXmacs plugins in Python - **Description**: Plugins in Python - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-01 - **Last Updated**: 2022-10-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GNU TeXmacs plugins implemented in Python Real world plugins: + [python](plugins/python) + [graphviz](plugins/graphviz) + [sympy](plugins/sympy) Demo plugins: + `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/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 ... ## LICENSE ![](http://www.gnu.org/graphics/lgplv3-147x51.png)