8choi / ipfs.ink

Publish and render markdown essays to and from ipfs

Home Page:https://ipfs.ink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipfs.ink travis

Publish and render markdown essays to and from ipfs.

Example

Assuming you wrote this essay:

# demo

this is my **example** text

this is a [link](/ohai).

```
this is some **code**.
```

And you want to share it with the world. With ipfs.ink, you can just write your essay, review the preview and then publish with a single click. Your essay is added to ipfs and you receive a unique link that you can send to other people.

They are then able to read a nicely rendered version of your markdown essay.

For example, the short text above can be viewed here:

https://ipfs.ink/e/QmULtKYfv5CSGeesjDiBQbfoB3S1F7QY33Dpu59HzRSATu

If you found this project, you might already know about ipfs. If you don't know why you would want to publish to ipfs, read it on ipfs.io.

Development

Run ./index.js in one terminal, run WEBPACK_DEV=1 cargo run in another.

Status

This project is in an early phase. There are some workarounds in the code and there is no guarantee of availability whatsoever. Please use this service for testing only. Everything you publish is publicly accessible.

License

GPLv3

About

Publish and render markdown essays to and from ipfs

https://ipfs.ink/

License:GNU General Public License v3.0


Languages

Language:JavaScript 38.2%Language:Rust 36.0%Language:HTML 18.9%Language:CSS 4.3%Language:Dockerfile 2.6%