Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willuhmjs/smileydown

A compiled markdown language that uses emoticons.
https://github.com/willuhmjs/smileydown

markdown

Last synced: 3 days ago
JSON representation

A compiled markdown language that uses emoticons.

Awesome Lists containing this project

README

        

# SmileyDown

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

[https://willuhm-js.github.io/SmileyDown](https://willuhm-js.github.io/SmileyDown)

A compiled markdown language that uses emoticons.

## Installation & Usage

Download the [latest image](https://github.com/willuhm-js/SmileyDown/releases/tag/latest) for your machine from the Releases section.

### From Source
```
git clone https://www.github.com/willuhm-js/SmileyDown/
deno run --allow-read --allow-write SmileyDown/src/index.ts [-i input]
```

## Example File
```
📣Never gonna give you up!

🔊Artist
🦍Never Gonna Give You Up🦍 is ⛔not⛔ sung by Rick Astley.

🔊YouTube Video
🔗https://www.youtube.com/watch?v=dQw4w9WgXcQ🔗
```

## Formatting Table



Emoji
Description
Input
Output




📣
Heading 1
📣Heading 1
# Heading 1


🔊
Heading 2
🔊Heading 2
## Heading 2


🔉
Heading 3
🔉Heading 3
### Heading 3


🔈
Heading 4
🔈Heading 4
#### Heading 4


🔗
Link
🔗https://www.example.com🔗
[https://www.example.com](https://www.example.com)


🖼
Image
🖼./example.jpg🖼
![./example.jpg](./example.jpg)


💻
Code
💻Hello, world!💻
`Hello, world!`


🖥
Code Block
🖥Hello, world!🖥
```Hello, world!```



Strikethrough
⛔Lorem ispum⛔
~~Lorem ispum~~


🦍
Bold
🦍Lorem ispum🦍
**Lorem ispum**


🎩
Italics
🎩Lorem ispum🎩
*Lorem ispum*


📜
Block Quote
📜There once was a man from Nantucket...
> There once was a man from Nantucket...


📋
Unordered List

📋Item 1

📋Item 2

📋Item 3


- Item 1

- Item 2

- Item 3


## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Tristan

💻 ⚠️

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!