dante-editor 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +2 -0
  5. data/ROADMAP.md +1 -1
  6. data/TODO.md +1 -0
  7. data/app/assets/javascripts/dante/dante.js.coffee.erb +1 -0
  8. data/app/assets/javascripts/dante/editor.js.coffee +50 -57
  9. data/app/assets/javascripts/dante/menu.js.coffee +11 -11
  10. data/app/assets/javascripts/dante/popover.js.coffee +76 -0
  11. data/app/assets/javascripts/dante.js +1 -0
  12. data/app/assets/stylesheets/dante/_caption.scss +52 -0
  13. data/app/assets/stylesheets/dante/_graf.scss +101 -29
  14. data/app/assets/stylesheets/dante/_media.scss +39 -0
  15. data/app/assets/stylesheets/dante/_needsorder.scss +92 -90
  16. data/app/assets/stylesheets/dante/_popover.scss +134 -0
  17. data/app/assets/stylesheets/dante/_post.scss +43 -2
  18. data/app/assets/stylesheets/dante/_scaffold.scss +1 -0
  19. data/app/assets/stylesheets/dante/_variables.scss +3 -1
  20. data/app/assets/stylesheets/dante.css.scss +3 -0
  21. data/lib/dante-editor/version.rb +1 -1
  22. data/source/assets/images/dante-editor-logo.png +0 -0
  23. data/source/assets/stylesheets/_scaffold.scss +1 -5
  24. data/source/assets/stylesheets/_tooltips.scss +2 -2
  25. data/source/assets/stylesheets/all.css.scss +39 -36
  26. data/source/index.html.erb +7 -8
  27. data/source/layouts/layout.erb +6 -5
  28. metadata +7 -8
  29. data/app/assets/stylesheets/temp/fonts.css.scss +0 -80
  30. data/app/assets/stylesheets/temp/medium.css +0 -12404
  31. data/app/assets/stylesheets/temp/review.scss +0 -21
  32. data/app/assets/stylesheets/temp/structure.haml +0 -22
  33. data/source/assets/images/dante-logo.png +0 -0
  34. data/source/assets/images/icon-logo.png +0 -0
@@ -1,21 +0,0 @@
1
- .pen-input{position:absolute;
2
- width:100%;left:0;
3
- top:0;height:36px;
4
- line-height:20px;
5
- background:#333;
6
- color:#fff;
7
- border:none;
8
- text-align:center;
9
- display:none;
10
- font-family:arial, sans-serif;
11
- }
12
- .pen-input:focus{
13
- outline:none;
14
- }
15
-
16
- html = "<input class='dante-menu-input' placeholder='http://'>"
17
- html += "<ul class='dante-menu-buttons'>"
18
- _.each @config.buttons, (item)->
19
- html += "<li class='dante-menu-button'><i class=\"dante-icon icon-#{item}\" data-action=\"#{item}\"></i></li>"
20
- html += "</ul>"
21
- html
@@ -1,22 +0,0 @@
1
- %article.postArticle
2
-
3
- .notesPositionContainer
4
-
5
- %section.postWrapper
6
- .postWrapper-inner
7
-
8
- .postContent
9
- .postContent-inner
10
-
11
- .notesSource
12
- .postField
13
-
14
- %section
15
- .section-divider
16
- .section-content
17
-
18
- .inlineTooltip2
19
-
20
- %footer
21
-
22
- .highlightMenu
Binary file
Binary file