← All posts

Content Creation Tools

justinjanson projects web swarm docker

Fresh Site, Fresh Problems to Solve 😀

I need to make posting content as easy as possible. More time spent writing and uploading files means less time deploying more docker services. Markdown has a way to embed images, but this pipeline of make simple image on complicated phone app -> move image from phone to server -> remember path for markdown -> edit blog post is way too long. I added a light svg drawing app in html 5 called svg draw.

svg draw

The save button automatically saves it to my site image folder and can optionally download to device (although I have that disabled for the version that lives with this website). It even crops the vector down for me:

Now we're at

make simple image on directly on server from anywhere -> remember path for markdown -> edit blog post

Good, but Not Good Enough

In order to condense that more, I think I need an upload script and a web based markdown editor. I want to be able edit posts and be able to browse for pictures to insert right on the site.

[j@justinjanson.com ~]$

← All posts