Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDoebertin committed Apr 21, 2015
2 parents c2d067a + 656d25a commit 747d6f0
Show file tree
Hide file tree
Showing 23 changed files with 11,745 additions and 485 deletions.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
filter:
excluded_paths:
- assets/js/codemirror-* # All CodeMirror dependencies
- assets/js/screenfull-* # All Screenfull dependencies
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Changelog

## Version 1.2.0

**Features:**

* Enhanced syntax styling
* Align headline formatting outside the content
* Added hanging quotes
* Added styles for task lists
* Added inline HTML support
* Added "Help" toolbar section with relevant links
* Added tooltips to toolbar icons
* Added translation support
* Included language files:
* English
* German
* French (Thanks to @malvese)

**Changes:**

* Changed header button icons
* Header buttons toggle formatting instead of applying it multiple times
* Drop MirrorMark dependency
* Drop lodash.js dependency

**Bugfixes:**

* Don't treat underscores in words as formatting (#11)
* Make toolbar buttons work with multiple selections
* Enable panel "Save" hotkey
* Hide fullscreen icon in Safari
* A lot more little fixes

## Version 1.1.0

**New Features:**

* Headline toolbar icons & actions
* Option to specify the headline levels
* Option to hide the toolbar

**Changes:**

* Updated to MirrorMark 1.0.1

**Bugfixes:**

* Show correct fullscreen mode editor for pages with multiple editor fields
* Allow scrolling in fullscreen mode

## Version 1.0.1

**New Features:**

* Reimplement fullscreen mode logic
* Show toolbar in fullscreen mode

**Bugfixes:**

* Limited fullscreen mode content width
* Minor additional style fixes for fullscreen mode

## Version 1.0.0

* Initial Release
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
[![PayPal](https://img.shields.io/badge/donate-paypal-009cde.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A5K53LA5YBNW4)
[![Gratipay](https://img.shields.io/gratipay/DieserJonas.svg)](https://gratipay.com/DieserJonas)

**Based on [MirrorMark](https://github.com/themusicbed/MirrorMark) and [CodeMirror](https://github.com/codemirror/CodeMirror).**
**Based on [CodeMirror](https://github.com/codemirror/CodeMirror). Inspired by [MirrorMark](https://github.com/musicbed/MirrorMark).**

This Panel field plugin for [Kirby 2](http://getkirby.com) enables you to use an intuitive and visual markdown editor without any hazzle. Just drop in the plugin and you're good to go!

![Screenshot](https://raw.githubusercontent.com/JonasDoebertin/kirby-visual-markdown/master/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/JonasDoebertin/kirby-visual-markdown/master/screenshot.gif)

## Important Note (Please Read)

This extension is free to use on both personal and commercial Kirby powered sites. You don't *have* to pay for it. However, please always keep in mind that developing this extension took place in my spare time (and maybe a little bit of the time I should have spend on other work related things). Up until now, quite some hours have been spent on it.

If you want to support further development of this and future Kirby extensions, please consider [donating a small amount](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A5K53LA5YBNW4) or [buying something from my wishlist](http://www.amazon.de/registry/wishlist/1PDC5ASLLSD67). **This is especially appreciated whenever you use this extension in a project that you get payed for.**

It is awesome to see how the Kirby community connects and helps out each other.
And while I want to be a valuable part of this connection, I can't afford not asking you for a little bit of support.

Cheers, Jonas

## Installation

Expand Down
Loading

0 comments on commit 747d6f0

Please sign in to comment.