novelyst_editor

novelyst multi-scene editor plugin

View the Project on GitHub

Project homepage > Instructions for use


A simple novelyst multi-scene editor plugin based on the tkinter.scrolledtext widget.


Installation

If novelyst is installed, the setup script auto-installs the novelyst_editor plugin in the novelyst plugin directory.

The plugin adds an Edit entry to the novelyst Scene menu, and an Editor plugin Online help entry to the Help menu.


Operation


Launch the scene editor


Select text


Copy/Paste text


Format text

The operations described above do not take effect on markup outsides the selection. Be sure not to nest markup by accident.

A note about formatting text

It is assumed that very few types of text markup are needed for a novel text:

When exporting to ODT format, novelyst replaces these formattings as follows:


Undo/Redo


Split a scene

Via File > Split at cursor position or Ctrl-Alt-S you can split the scene at the cursor position.


Create a scene

Via File > Create scene or Ctrl-Alt-N you can create a scene.


Word count

Please note

Live updating the word count is resource intensive and may slow down the program when editing big scenes. This is why it’s disabled by default.


Apply changes


Exit


License

This is Open Source software, and the novelyst_editor plugin is licensed under GPLv3. See the GNU General Public License website for more details, or consult the LICENSE file.