Dillinger is a cloud-enabled, mobile-ready, offline-storage compatible, AngularJS-powered HTML5 Markdown editor.
- Type some Markdown on the left
- See HTML in the right
- ✨Magic ✨
- Import a HTML file and watch it magically convert to Markdown
- Drag and drop images (requires your Dropbox account be linked)
- Import and save files from GitHub, Dropbox, Google Drive and One Drive
- Drag and drop markdown and HTML files into Dillinger
- Export documents as Markdown, HTML and PDF
Loren Ipsum need to insert something here
| Endpoint | Details | Example |
|---|---|---|
| /username | Displays the logged dates of the specified user | https://www.memorystack.tech/void |
| /username/datetime/logs | Displays the logs of a specified date and user | https://memorystack.tech/void/2021-11-18T07:44:39.970Z/logs |
| /signup | Your log in double quotes | https://memory-stack.herokuapp.com/signup |
Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As John Gruber writes on the Markdown site
The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
This text you see here is *actually- written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.
Memory Stack requires Node.js v10+ to run.
Visit Memory Stack signup page and create an account.
Install the mstak NPM package globally.
npm install -g mstakLogin into the mstak CLI application using the credentials created above.
mstak loginPush your first log.
mstak log "this is my very first log"Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below. Format : mstak
| Command | Input | Details | Demo |
|---|---|---|---|
| login | none | Login into the CLI. | mstak login |
| logout | none | Logs out the current user. | mstak logout |
| log | Your log in double quotes | Push log to the cloud. | mstak log "my first log" |
| logs | none | Lists all the logs you've pushed today. | mstak logs |
| setbio | Your desired bio | Changes your current bio to the desired bio. | mstak bio "A passionate developer from India, trying to make a difference!" |
Memory Stack uses a number of open source projects to work properly:
- ReactJS - HTML enhanced for web apps!
- node.js - evented I/O for the backend & CLI application.
- Express - fast node.js network app framework @tjholowaychuk
Want to contribute? Great!
Made with contrib.rocks.
Dillinger uses Gulp + Webpack for fast developing. Make a change in your file and instantaneously see your updates!
MIT
Free Software, Hell Yeah!