if (!window.Mercury) window.Mercury = {preloadedViews: {}}; // -- LIGHTVIEWS -- Mercury.preloadedViews['/mercury/lightviews/about.html'] = "

Mercury Editor is an open source HTML5 WYSIWYG editor written in Coffeescript using jQuery. The project has been released under the MIT license.

Documentation and other useful information can be found on the project pages.

"; // -- MODALS -- Mercury.preloadedViews['/mercury/modals/character.html'] = "
"
&
<
>
ˆ
˜
 
¡
¢
£
¤
¥
¦
§
¨
©
ª
º
«
¬
®
¯
°
±
¹
²
³
´
µ
·
¸
»
¼
½
¾
¿
×
÷
À
à
Á
á
Â
â
Ã
ã
Ä
ä
Å
å
È
è
É
é
Ê
ê
Ë
ë
Ì
ì
Í
í
Î
î
Ï
ï
Ò
ò
Ó
ó
Ô
ô
Õ
õ
Ö
ö
Ø
ø
Ù
ù
Ú
ú
Û
û
Ü
ü
Ý
ý
Ÿ
ÿ
Æ
æ
Œ
œ
Š
š
Ç
ç
Ð
ð
Ñ
ñ
Þ
þ
ß
ƒ
Α
Β
Γ
Δ
Ε
Ζ
Η
Θ
Ι
Κ
Λ
Μ
Ν
Ξ
Ο
Π
Ρ
Σ
Τ
Υ
Φ
Χ
Ψ
Ω
α
β
γ
δ
ε
ζ
η
θ
ι
κ
λ
μ
ν
ξ
ο
π
ρ
ς
σ
τ
υ
φ
χ
ψ
ω
ϑ
ϒ
ϖ
"; Mercury.preloadedViews['/mercury/modals/htmleditor.html'] = "
"; Mercury.preloadedViews['/mercury/modals/link.html'] = "
Standard Links
Index / Bookmark Links
Options
"; Mercury.preloadedViews['/mercury/modals/media.html'] = "
Images
Videos
Options
"; Mercury.preloadedViews['/mercury/modals/table.html'] = "
     
     

Options
"; // -- PALETTES -- Mercury.preloadedViews['/mercury/palettes/backcolor.html'] = "
Last Color Picked
"; Mercury.preloadedViews['/mercury/palettes/forecolor.html'] = "
Last Color Picked
"; // -- PANELS -- Mercury.preloadedViews['/mercury/panels/history.html'] = "

The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.

"; Mercury.preloadedViews['/mercury/panels/notes.html'] = "

The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.

"; Mercury.preloadedViews['/mercury/panels/snippets.html'] = "
"; // -- SELECTS -- Mercury.preloadedViews['/mercury/selects/formatblock.html'] = "

Heading 1 <h1>

Heading 2 <h2>

Heading 3 <h3>

Heading 4 <h4>

Heading 5 <h5>
Heading 6 <h6>
Paragraph <p>
Blockquote <blockquote>
Formatted <pre>
"; Mercury.preloadedViews['/mercury/selects/style.html'] = "
Red text
Large bold text
Blue background
";