-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (14 loc) · 1.1 KB
/
README
File metadata and controls
29 lines (14 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Integration of Imgur API with Markdown Editor
This project aims at the integration of Imgur API with the Markdown Editor js files for the purpose of uploading and hosting images online.
Things to remember:
1. This provides Imgur anonymous API integration with online editor.
2. Get your Anonymous key from imgur.com to put at the appropriate place in Mardown.Editor.js.
3. This also provides form generation modified to incorporate the image upload feature.
Example:
Like demonstration can be seen at the http://www.mycareerstack.com/forum/new
==========================
Regarding Markdown Editor
This is a very basic client-side Markdown editor that makes use of the excellent PageDown library from StackOverflow:
http://code.google.com/p/pagedown/
The editor consists of three panes; a visual preview of the document, a textarea editor with buttons bound for common Markdown syntax, and a smaller textarea that shows the generated HTML (which is useful if you want to cut and paste).
You can find editor here:https://github.com/nefarioustim/markdown-editor/blob/master/README.md