move images, add examples images, add to .npmignore
@ -1,3 +1,4 @@
|
||||
docs
|
||||
examples
|
||||
lib
|
||||
support
|
||||
test
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
<p align="center"><a href="#"><img src="./docs/banner.png" /></a></p>
|
||||
<p align="center"><a href="#"><img src="./docs/images/banner.png" /></a></p>
|
||||
|
||||
<p align="center">A <em>completely</em> customizable framework <br/>for building rich text editors in the browser.</p>
|
||||
<br/>
|
||||
|
BIN
docs/images/auto-markdown-example.png
Normal file
After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
docs/images/code-highlighting-example.png
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
docs/images/hovering-menu-example.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
docs/images/images-example.png
Normal file
After Width: | Height: | Size: 245 KiB |
BIN
docs/images/links-example.png
Normal file
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
docs/images/paste-html-example.png
Normal file
After Width: | Height: | Size: 177 KiB |
BIN
docs/images/plain-text-example.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
docs/images/rich-text-example.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
docs/images/tables-example.png
Normal file
After Width: | Height: | Size: 110 KiB |
8
examples/auto-markdown/Readme.md
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
# Auto-markdown Example
|
||||
|
||||
![](../../docs/images/auto-markdown-example.png)
|
||||
|
||||
This example shows you add a few key command handlers to get Markdown-like shortcuts in the editor. Such that once you press `> ` at the start of a line it turns it into a block quote!
|
||||
|
||||
Check out the [Examples readme](..) to see how to run it!
|