{"id":13483574,"url":"https://github.com/retext-project/retext","last_synced_at":"2025-05-13T20:08:01.629Z","repository":{"id":45985243,"uuid":"42403944","full_name":"retext-project/retext","owner":"retext-project","description":"ReText: Simple but powerful editor for Markdown and reStructuredText","archived":false,"fork":false,"pushed_at":"2025-05-10T12:12:09.000Z","size":3543,"stargazers_count":1953,"open_issues_count":68,"forks_count":201,"subscribers_count":58,"default_branch":"master","last_synced_at":"2025-05-10T13:23:57.549Z","etag":null,"topics":["editor","markdown","markdown-editor","markup-language","restructuredtext"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/retext-project.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE_GPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-13T16:43:24.000Z","updated_at":"2025-05-10T13:01:22.000Z","dependencies_parsed_at":"2024-01-09T13:10:26.312Z","dependency_job_id":"3c93446b-4f40-4731-bb61-2ea0324bd913","html_url":"https://github.com/retext-project/retext","commit_stats":{"total_commits":1335,"total_committers":46,"mean_commits":29.02173913043478,"dds":0.09812734082397001,"last_synced_commit":"c4107e53e1e0933bb409adfcf5d90071383ade65"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retext-project%2Fretext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retext-project%2Fretext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retext-project%2Fretext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retext-project%2Fretext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retext-project","download_url":"https://codeload.github.com/retext-project/retext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253421172,"owners_count":21905698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","markdown","markdown-editor","markup-language","restructuredtext"],"created_at":"2024-07-31T17:01:12.917Z","updated_at":"2025-05-13T20:08:01.590Z","avatar_url":"https://github.com/retext-project.png","language":"Python","readme":"Welcome to ReText!\n==================\n\n[![GitHub Actions status][GitHub Actions SVG]][GitHub Actions]\n\nReText is a simple but powerful editor for markup languages. It is based on\n[Markups] module which supports Markdown, reStructuredText, Textile and\nAsciiDoc. One can also add support for [custom markups] using Python modules.\n\n![ReText on Plasma 5 desktop][Screenshot]\n\nTo install ReText, make sure that you have [Python] (3.9 or later) installed,\nand run `pip3 install ReText`. To avoid system-wide installation, you can\ncreate a [virtual environment] and install from there. You can also manually\ndownload the tarball from [PyPI] or clone the repository, and then run\n`./retext.py`.\n\nReText requires [PyQt6] and [Markups] (4.0 or later) to run. When you run\n`pip3 install ReText`, pip will install them automatically, but you can also\ninstall manually and specify markups that you are going to use using extras\nsyntax, e.g.:\n\n    pip3 install Markups[markdown,restructuredtext,textile]\n\nWe also recommend having these packages installed:\n\n* [pyenchant](https://pypi.org/project/pyenchant/) — for spell checking support\n* [chardet](https://pypi.org/project/chardet/) — for encoding detection support\n* [PyQt6-WebEngine](https://pypi.org/project/PyQt6-WebEngine/) — a more\n  powerful preview engine with JavaScript support\n\nTranslation files are already compiled for release tarballs and will be\nautomatically loaded. For development snapshots, compile translations using\n`lrelease ReText/locale/*.ts` command (on Debian-based systems, use\n`/usr/lib/qt6/bin/lrelease` from `qt6-l10n-tools` package). Translation files\ncan also be loaded from `/usr/share/retext/` directory.\n\nYou can translate ReText into your language on [Transifex].\n\nReText is Copyright 2011–2025 [Dmitry Shachnev](https://mitya57.me),\n2011–2023 [Maurice van der Pot](mailto:griffon26@kfk4ever.com), and is\nlicensed under GNU GPL (v2+) license, the current version is available in\n`LICENSE_GPL` file.\n\nReText icon is based on `accessories-text-editor` icon from the Faenza theme.\n\nYou can read more about ReText in the [wiki].\n\n[Screenshot]: https://raw.githubusercontent.com/retext-project/retext/master/data/retext-kde6.png\n[wiki]: https://github.com/retext-project/retext/wiki\n[PyPI]: https://pypi.org/project/ReText/\n[Transifex]: https://www.transifex.com/mitya57/ReText/\n[GitHub Actions]: https://github.com/retext-project/retext/actions\n[GitHub Actions SVG]: https://github.com/retext-project/retext/workflows/tests/badge.svg\n[custom markups]: https://pymarkups.readthedocs.io/en/latest/custom_markups.html\n[Python]: https://www.python.org/\n[PyQt6]: https://pypi.org/project/PyQt6/\n[Markups]: https://pypi.org/project/Markups/\n[virtual environment]: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/\n","funding_links":[],"categories":["Note Taking","\u003ca id=\"tag-dev\" href=\"#tag-dev\"\u003eDev\u003c/a\u003e","Python","Applications","Python (1887)","Markdown Desktop Editors","Markdown Editors"],"sub_categories":["Editors","\u003ca id=\"tag-dev.editor\" href=\"#tag-dev.editor\"\u003eEditor\u003c/a\u003e","Office","Linux"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretext-project%2Fretext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretext-project%2Fretext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretext-project%2Fretext/lists"}