Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Separated credits.

Authordjarvis <email>
Date2016-10-18 19:04:57 GMT-0700
Commit1b19e46f30cf67b0c11fdc6d04d79a2b38eb25be
Parentdfa7e5f
Delta30 lines added, 22 lines removed, 8-line increase
CHANGES.md
-Markdown Writer FX Change Log
-=============================
+Change Log
+==========
+
+## 0.3
+
+- Changed name to Scrivendor
+- Changed logo to match
+- Started to implement service-oriented architecture
## 0.2
- RichTextFX (and dependencies) updated to versoin 0.6.10 (fixes bugs and memory leaks).
- pegdown Markdown parser updated to version 1.6.
- Added five new pegdown 1.6 extension flags to Markdown Options tab.
- Minor improvements.
## 0.1
+
- Initial release
+
CREDITS.md
+Credits
+=======
+
+ * Karl Tauber for [Markdown Writer FX]
+ * Tomas Mikula for [RichTextFX], [ReactFX], [WellBehavedFX], [Flowless] and [UndoFX]
+ * Mikael Grev for [MigLayout] and Tom Eugelink for MigPane
+ * sirthias for [pegdown] Markdown parser
+ * Jens Deters for [FontAwesomeFX]
+
README.md
==========
-An open source [Markdown] editor written in JavaFX 8.
+An open source [Markdown] editor for authors that separates content from presentation.
![Screenshot](images/screenshot.png)
For Markdown processing it uses [pegdown], which is nearly 100% compatible with the original [Markdown] specification and also supports parts of [Markdown Extra], [MultiMarkdown] and [Github-flavoured-Markdown].
Features
--------
* Syntax highlighting in editor
- * Keyboard shortcuts to insert Markdown (Bold, Italic, Code, Links, Images, Header, Lists, ...)
- * Auto-indent lists
- * HTML preview
+ * Keyboard shortcuts (bold, italic, hyperlinks, images, headers, lists)
+ * Real-time HTML preview
* HTML source preview
- * Markdown AST view
- * Multi-platform: Windows, Mac, Linux, ...
+ * Operating system independent (Windows, Mac, Linux)
Requirements
------------
-Java 8u40 or later is required.
+Java version 8u40 or later is required.
Installation
java -jar scrivendor.jar
```
-
-Changes
--------
-
-See [Change Log](CHANGES.md)
Credits
-------
- * Tomas Mikula for [RichTextFX], [ReactFX], [WellBehavedFX], [Flowless] and [UndoFX]
- * Mikael Grev for [MigLayout] and Tom Eugelink for MigPane
- * sirthias for [pegdown] Markdown parser
- * Jens Deters for [FontAwesomeFX]
+See [credits](CREDITS.md).
License
TODO.md
====
+ * pipeline services
+ - YAML integration
+ - R integration
* auto-complete
* search and replace
- * improved syntax highlighting (HTML, ...)
- * more options
+ * improved syntax highlighting
* directory tree view
- * spell checker
- * support [Kirby CMS](http://getkirby.com/) content files and tags
+ * spell check