Path to this page:
./
editors/retext,
Simple but powerful editor for various markup formats
Branch: CURRENT,
Version: 8.1.0nb2,
Package name: retext-8.1.0nb2,
Maintainer: gutteridgeReText is a text editor for various markup languages (such as Markdown,
reStructuredText, Textile, and Asciidoc). 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-03-08) Updated to version: retext-8.1.0nb2
- (2025-01-28) Updated to version: retext-8.1.0nb1
- (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
CVS history: (Expand)
2025-03-08 13:44:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
retext: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
|
2025-01-28 03:31:38 by David H. Gutteridge | Files touched by this commit (4) |
Log message:
retext: enable asciidoc support
While here, apply upstream's version of a fix to install a desktop file
when packaging via a wheel.
|
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.
|