dante-editor 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  require "dante-editor/version"
2
2
 
3
3
  module DanteEditor
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
@@ -1,22 +1,27 @@
1
- #Dante Editor
1
+ ###Dante Editor
2
2
 
3
- ###Just another Medium editor clone.
3
+ ####Just another Medium editor clone.
4
4
 
5
- ###Motivation:
6
5
 
7
- ####So far I have tried all the Medium.com wysiwyg clones out there, these are really great, and each have their pros and cons. [But none of them has all the features that the real medium editor provides.](http://howtox.com/medium-editor-clones-in-js/)
8
- so I wonder, How complicated could be write my own Medium wysiwyg clone?
9
6
 
10
- ### This is a live demo:
7
+ **Motivation:**
8
+
9
+ > So far we have tried all the Medium.com wysiwyg clones out there, those are really great, and each have their pros and cons. [But none of them has all the features that the real medium editor provides.](http://howtox.com/medium-editor-clones-in-js/) So we wondered, How complicated could be write our own version of Medium's wysiwyg?
10
+
11
+ ### This is a live demo:
12
+ Please click the image or type everywere. Use it as you were using Medium. Have fun!
11
13
 
12
14
  <img src="http://i.imgur.com/0erQFLu.gif" alt="">
15
+ This Library will *work* fine on modern browsers, such as Chrome, Safari, FF and IE.
16
+ We don't have any intentions to target all browsers versions. Really... If you like this library and you need backward compatibility for an specific version, you can submit a patch to help with the development or just upgrade your shitty browser :D
17
+
18
+ Dante is being at active development, so the internal api could change a lot but is good to use.
13
19
 
14
- This Library will work fine on latest versions of Chrome/Safari/FF/IE.
15
- We don't have any intention to target all browsers versions, really... if you like this library and you need backward compatibility for an specific version you can submit a patch to help with the development or just upgrade your shitty browser :D
20
+ (This library is free and will stay free, but needs your support to sustain its development. There are lots of desirable new features and maintenance to do. If you work for a company using Dante or have the means to do so, please consider financial support)
16
21
 
17
- **BTW , this library is an official beta release, so there are known bugs that we are currently working on.**
22
+ [Donate at paypal.](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QVH5DXB326YQG)
18
23
 
19
- ### MAINTAINERS:
24
+ #### MAINTAINERS:
20
25
 
21
26
  + <a href="#" data-type="user" data-href="api/miguel.json" data-id="1" class="markup--user markup--p-user"> Miguel Michelson </a>
22
27
  + <a href="#" data-type="user" data-href="api/cristian.json" data-id="1" class="markup--user markup--p-user"> Cristian Ferrari </a>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dante-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Michelson
@@ -41,6 +41,7 @@ files:
41
41
  - app/assets/javascripts/dante/behavior.js.coffee
42
42
  - app/assets/javascripts/dante/behaviors/image.js.coffee
43
43
  - app/assets/javascripts/dante/behaviors/list.js.coffee
44
+ - app/assets/javascripts/dante/behaviors/paste.js.coffee
44
45
  - app/assets/javascripts/dante/behaviors/save.js.coffee
45
46
  - app/assets/javascripts/dante/behaviors/suggest.js.coffee
46
47
  - app/assets/javascripts/dante/dante.js.coffee.erb