Alexey Zapparov

Results 309 comments of Alexey Zapparov

:)) I have these changes made for myself as well long ago: https://github.com/ixti/toto If you will send me an URL - I will review your code, no problem :))

What is the problem to keep articles in Dropbox folder?

Well, that was what I was basically asking about. Within toto config of dorothy, you can set any path to your articles - it can be absolute one, so you...

Hmm... Interesting idea, but to e honest git-based storage seems more interesting for me :))

I'm going to implement categories for toto (I have already implemented tags and now want to have categories as well) here's my ideas about how it will work (comments are...

@seanlin, I have implemented tags before, see pull request #90. So you can mark your post with several tags, but category is always one or nothing :)) I believe that...

@cloudhead, I believe this issue can be safely closed - drmohundro gave excelent solution.

The problem is because markdown parser is called on "summary", not on whole article text, so when summary was cropped there are no bottom links definitions of course. The easiest...