Engrave is a blogging plaform using Steem blockchain. Essentialy it allows you to create blog posts published on Steem blockchain, but also provides a customizable frontend and a possibility to connect with your own domain. Setting it up took me maybe 5 minutes, or even less.
Let's test couple of features and how they look after publishing. For writing, Engrave uses Markdown. Results can be viewed here
Just as you would normally expect
Apperently you cannot simply upload an image using Engrave interface. That's a shame.
I'll probably want to inser some code snippets. Let's see how they look:
int foo(float bar) {
return 123 * bar;
}
Maybe inline will work like this?
That's a quote
You can test it all yourself at Engrave webiste
Sample table
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Text | Text | Text |
Those are some points that I came up after setting up this blog and trying to post an article. The list definetely could be expanded with more experience in using this platform.
Since the post is getting unexpected attention some additional thoughts:
Nice and clean if you like minimalistic style
It took some 5 minutes after clicking "Publish" before the post became visible on the blog itself. However it was added to Steem blockchain instantly.
I just noticed that Google Chrome spellcheck is not working in the editor :/ So sorry for any mistakes I may have made.