Theodore Keloglou

Results 76 comments of Theodore Keloglou

> i think you can currently do this as: > > ``` > tilt up & > ``` Does this work for people? Doesn't seem to work me.

Hi @donswelt! Thanks for opening this issue! Of course, that's a good idea! We'll probably do that but not sure when. I'm not the greatest fan of pagination as one...

Hi @sparky005 ! Thank you for your suggestion! I think tags are too complicated of a feature for the simpleton mataroa wants to be but there was some work on...

I would guess not very difficult, but this is just a guess! Timeline is unclear.

Hey! Hmm, interesting feature! I guess this is something that other blog engines maybe do. It could be a good one, the only worry remains to not give too many...

Hey @ctkcoding! I'm not using Docker and I don't have an account at Docker Hub, so I will postpone exploring this further for the time being as I'm not sure...

Hey @ghost! Thanks for the suggestion! Yeah, maybe that would be a nice touch!

Hi @jessepav! Thanks for opening this issue! I think that's a good idea. The only thing on my mind is that the goal of mataroa is to have a simple...

Hi @xplosionmind! Thanks for suggesting this! I'm still unsure of what terms and keywords I should be using, which is the reason I have not responded to this PR by...

Hey @pratul, The markdown library we use ([Python-Markdown](https://github.com/Python-Markdown/markdown/)) supports [John Gruber’s markdown spec](http://daringfireball.net/projects/markdown/syntax), which does not define strikethrough text. We also [use some extensions](https://github.com/mataroa-blog/mataroa/blob/15d234c40d7c7193137a97daea26a66dd94ec3a1/main/util.py#L148-L153) (fenced_code, tables, footnotes, toc) that are...