orf/simple

Cannot save post body

Opened this issue · 2 comments

I've tried both the version installed from pypi and the github master branch but I get the same problem in both.

No post body is being saved. I can type the body into the "form" on the web page but there is no submit button and if I just hit return a few times, click outside on the page and then preview I cannot see any body.

I peeked inside the sqlite db and no body is being saved. Am I missing something? How do I make this blog save the actual blog post?

I eventually found the JS code defining ctrl+s as the saveData function. That should really be documented in the README.

Now I just have to figure out how you're using the tags, my guess is not at all.

orf commented

Heya,
Yeah I forgot to document that, oops! I will add that somewhere. I'm planning on adding some indication if the post has unsaved changes in the future.

The tags is there for the future, I want to add some kind of "You may also like" feature at the bottom of posts and searching, but that's work for another day.