Path to this page:
./
editors/retext,
Simple but powerful editor for Markdown and reStructuredText
Branch: CURRENT,
Version: 8.1.0,
Package name: retext-8.1.0,
Maintainer: gutteridgeReText is a text editor for various markup languages (such as Markdown
and reStructuredText). It gives you the power to control all output
formatting. The files it works with are plain text files, however it
can export to PDF, HTML and other formats, and can display content in
WYSIWYG form.
Required to run:[
graphics/hicolor-icon-theme] [
devel/py-setuptools] [
converters/py-chardet] [
textproc/py-enchant] [
x11/py-qt5] [
lang/python37] [
textproc/py-markups]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 556.34 KB
Version history: (Expand)
- (2025-01-17) Updated to version: retext-8.1.0
- (2024-03-20) Updated to version: retext-8.0.2
- (2023-08-14) Updated to version: retext-8.0.1nb2
- (2023-08-12) Updated to version: retext-8.0.1nb1
- (2023-08-10) Updated to version: retext-8.0.1
- (2023-08-01) Updated to version: retext-7.2.3nb2
CVS history: (Expand)
2025-01-17 00:17:40 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
retext: update to 8.1.0
## ReText 8.1.0 (2025-01-09)
* Dependency changes:
- Python 3.9 or later is now required.
- Markups 4.0 or later is now required.
* Improvements and bugs fixed:
- Issue #622 — added support for Ctrl+Tab and Ctrl+Shift+Tab for switching
tabs.
- PR #634 — WebEngine previewer now shows link on hover (contributed by
red-kite).
- Issue #623, PR #640 — changed mouse cursor to pointing hand on link
hover (contributed by Donjan Rodic).
- Added F9 shortcut for showing/hiding directory tree dynamically.
- In the directory tree, for files with long names the full name is shown
in a tooltip.
- Issue #383 — splitter state and WebEngine preview zoom factor are now
cached between runs.
- Preferences dialog now has links to open the selected stylesheet file
and working directories externally.
- It is now possible to pass a directory on the command line, it will be
shown in the tree.
- Issue #649 — pasted image URLs are now converted to image markup.
- Issue #650 — pressing Up key on the first line moves the cursor to the
beginning of the document, and pressing Down key on the last line moves
it to the end of the document.
- When the system theme is dark, Qt WebEngine now uses dark mode too.
- Issue #617 — added `markdownHeaders` setting for the highlighter.
- Issue #489 — added initial AsciiDoc support (beta).
- Issue #519 — added Ctrl+H shortcut for viewing HTML code.
* Internal changes:
- PR #592 — auto-generated config options were moved to a separate file,
`cache.conf` (contributed by Okko Makkonen).
- Build system was ported to `pyproject.toml`.
- Adopted `ruff` for code quality checks.
* Translation updates:
- Danish (contributed by Morten Juhl-Johansen).
- Dutch (contributed by Heimen Stoffels).
- Irish (new, contributed by Aindriú Mac Giolla Eoin).
- Italian (contributed by albanobattistella).
- Ukrainian (contributed by dmytro22).
|
2025-01-13 23:29:51 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
retext: reflect current state of py-markups Python support
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-03-20 14:56:10 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
retext: update to 8.0.2
## ReText 8.0.2 (2024-03-16)
* Improvements and bugs fixed:
- Fixed synchronized scrolling for zoom factors other than 1 (contributed
by Maurice van der Pot).
- Stopped passing `.desktop` suffix to setDesktopFileName() (contributed
by Chris Mayo in #633).
- Issue #98 — Made `mdx_posmap` not break indented code blocks which use
`pymdownx.superfences` extension.
- Issue #637 — Fixed crash when clicking on line information area.
* Translations updated:
- Basque (contributed by Aitor Salaberria).
- German (contributed by cosmic_snow).
- Korean (contributed by Minpa Lee).
- Ukrainian (contributed by Oleksandr Tsvirkun).
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-08-12 00:01:44 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
retext: add a workaround for libEGL woes on NetBSD
Borrowed from www/firefox, with some tweaks.
|
2023-08-10 16:10:41 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
retext: update to 8.0.1
Note that the upstream project deliberately changed their licensing
attribution file from GPL v3 to v2 in this release series.
## ReText 8.0.1 (2023-05-28)
* Bugs fixed:
- Issue #594 — Fix opening files in existing window by relative path.
- Issue #597 — Fix unreachable text at the bottom of the file.
- Issue #599 — Fix truncating file when new text cannot be encoded with
the selected encoding.
- Issue #604 — Allow WebEngine renderer to load iframes such as YouTube
embeds.
- Issue #609 — Fix incorrect font size with WebEngine renderer.
- Issue #620 — LICENSE_GPL file now has text of GPL v2.
* Translations updated:
- Dutch (contributed by Heimen Stoffels).
- French (contributed by uGwA0XP3cm2w).
- Italian (contributed by Alessandro Melillo).
- Norwegian (Bokmål) (new, contributed by Sverre Våbenø).
- Persian (contributed by Hadi F and Arya Younesi).
- Portuguese (Brazil) (contributed by Rodrigo Zimmermann).
- Spanish (contributed by Antonio Villamarin).
- Turkish (contributed by Serkan ÖNDER).
## ReText 8.0.0 (2022-07-24)
* Dependency changes:
- ReText is now using Qt 6 and PyQt6.
- PyQt6-WebEngine is required for JavaScript support.
- WebKit is no longer supported.
* Improvements and bugs fixed:
- PR #543 — Added Apply button to Preferences dialog (contributed by Amos
Kong).
- Issue #384 — Save button is now enabled in auto-save mode.
- Issue #536 — Support spell checking for multiple languages.
- Issue #555 — Support setting bold font for editor.
- Issue #581 — Added backtick key to surround keys.
- Run-time resources are now installed into package directory.
- `setup.py` now allows building wheels.
* Translations updated:
- Polish (contributed by Maciej Haudek).
- Spanish (contributed by Pedro Torcatt).
- Turkish (contributed by Serkan ÖNDER in #556).
|
2023-08-01 00:01:21 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
retext: reflect new state of py-markups Python support
|