https://github.com/orbitalquark/textadept-rest
reStructuredText module for Textadept
https://github.com/orbitalquark/textadept-rest
restructuredtext textadept textadept-module
Last synced: about 1 month ago
JSON representation
reStructuredText module for Textadept
- Host: GitHub
- URL: https://github.com/orbitalquark/textadept-rest
- Owner: orbitalquark
- License: mit
- Archived: true
- Created: 2020-10-07T17:27:53.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2022-12-05T20:00:05.000Z (over 2 years ago)
- Last Synced: 2025-02-28T22:11:51.112Z (3 months ago)
- Topics: restructuredtext, textadept, textadept-module
- Language: Lua
- Homepage:
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reST
The reST module for Textadept.
It provides utilities for editing reST and Sphinx documents.**WARNING:** this module is deprecated. It may not work in Textadept 12.0.
## Key Bindings
+ `Ctrl+Alt+J` (`^⌘J` | `M-S-J`)
Jump to the selected section.
+ `Shift+Enter` (`⇧↩` | `S-Enter`)
Open the image specified by the directive on the current line.## Fields defined by `_M.rest`
### `_M.rest.DOCUTILS_PATH` (string)The absolute path to the directory that contains the Python [Docutils][] library if it is
not in the environment's `PYTHONPATH`.
The default value is `nil`, which indicates Docutils is installed.[Docutils]: http://docutils.sourceforge.net/
## Functions defined by `_M.rest`
Prompts the user to select a section title to jump to.
Requires the entire document to be styled.Opens the image specified in an "image" or "figure" directive on the current line.
---