MarkMyWords is a comprehensive writing environment for anyone who writes texts with markup formatting.
Supports: Markdown + Extra, MultiMarkdown, Textile, Wikitext, BBCode, HTML
# Overview of MarkMyWords' features:
## Markup
- Support for various markup languages and CriticMarkup
- Live preview of the formatted article or preview of the HTML code
- Simple insertion of markup via keyboard shortcuts and ribbon bar
- Selection of various CSS styles and option to use your own CSS styles for the preview
## Application
- A flexible “distraction-free mode”
- Export of documents RTFD, PDF, Textbundle, Textpack. Text Only: RTF, HTML, DOC, ODT
- Import of CSV tables as formatted table
- Quick saving of documents through predefined save folders
- Sidebar with helpful tools
- Customizable user interface
- Support for plugins written in Javascript to create your own functions to edit the text
# Open data format
MarkMyWords does NOT use databases or proprietary file formats to store documents. All documents created with MarkMyWords are saved as plain text files by default and can therefore be used independently of any program or platform. MarkMyWords also offers the option of saving documents using the open Textbundle format.
# Advanced text editor features
* automatic closing of brackets and quotation marks
* automatic list generation
* automatic table generation for MultiMarkdown and Markdown Extra
* Adjustment of font type, color and size
* adjustment of text field color
* adjustment of spacing (lines, margins)
* Optional color highlighting of markup code or formatted display (Illusion Format) of a limited number of markup types
* Extensive collection of keyboard shortcuts for executing text manipulations
* Textclips function for quick insertion of predefined text elements
# Live preview
The live preview shows the written text in its formatted state. One of the supplied CSS styles can be used for display or a custom CSS style can be used. It is also possible to display CriticMarkup formatting.
# Text clips
By using text clips, MarkMyWords offers a function for writing articles with repetitive text structures even faster.
You can create text clips yourself and insert them into a document at any time.
In addition, keywords can be defined for text clips which, together with the Tab key, can automatically insert the desired text clip.
# Sidebar
The sidebar offers extensive tools that can be helpful when creating texts:
* quick access to documents
* Access to the Textclip collection
* Overview of all headlines in the document
* Access to the document's attachments
* Extensive information about the document
# Distraction-free mode
Distraction-free mode hides all elements, allowing you to concentrate fully on the actual text. Alike the normal editor, various options for customization are also available within the distraction-free mode.
### Questions?
Further information about MarkMyWords is available at Xelaton.com. You can also use the contact form to send me a message if you have any problems or questions!
# Changes:
- Marker selection keyboard shortcuts changed
# Improvements:
- improved behavior of Illusion Format under certain circumstances when moving the cursor with the arrow keys
- import of documents, if images can be imported, they are added to the assets (the corresponding document must already be saved)
- improved import of documents and insertions from the clipboard regarding superfluous spaces
# Bug fixes:
- Fixes a bug with Textbundle files with the markup language MarkdownExtra
# Syntax highlighting:
- Smark: Link detection improved if the link is directly followed by a line break
- Smark: Comment highlight is now recognized correctly
# Internal markup parser:
- Markdown, MarkdownExtra, MultiMarkdown: improved recognition for correct bold and inverse in both variants
- Smark: improved link recognition
- Smark: various minor internal improvements