
MarkMyWords
macOS / Productivité
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!
Quoi de neuf dans la dernière version ?
## New:
- select marker via Tab key, if the insertion point is in a line containing a marker, pressing the Tab key is now sufficient to select it
- new settings option for visual highlighting of double spaces at the end of a line (can be set under Settings > Editor > Highlighting)
- the import function can now also be used to insert plain text files into existing documents
## Improvements:
- import from clipboard refined, fewer unnecessary spaces
- Illusion Format / Syntax Highlighting Markdown, MarkdownExtra, MultiMarkdown improved recognition of formatted links
- added supporting error messages and signal images in the default settings for the file extensions for the respective Markup languages
- improvements when setting the background color of the text field
## Bug fixes:
- fixes a bug in the text editor that led to display errors under certain circumstances
- Illusion Format Smark: fixes a bug in the display of named links
## Other:
- many internal changes and adjustments to improve compatibility with newer macOS versions
- various internal optimizations
- various areas of the help updated and expanded
## Internal Markup Parser:
Markdown, MultiMarkdown, MarkdownExtra:
- improved handling of HTML comments
- improved handling of headings, spaces and tab characters following the closing # are now handled correctly
- improved timing when handling escaped chars, so that fewer incorrect conversions occur
- minor adjustments when creating the paragraph tag
MultiMarkdown, MarkdownExtra:
- improved recognition of tables at the end of a text, the obligatory empty line at the end of a table is no longer mandatory
- improved display of captions in tables, which now correspond to what the original MultiMarkdown generates
- captions with an additional label are now supported
MultiMarkdown:
- masked line breaks (escaped newline) are now supported, a \ at the end of a line generates a br tag
Smark:
- images with file extension jpeg are now recognized
- improvements for correct conversion of caption, tablehead and tablefoot markup
- Tablebody markup implemented
- HTML entities conversion removed