nrsimha / jingo-markdown

Jingo (Jinja2) extension and filter for parse markdown text markup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this repository still maintained?

autoferrit opened this issue · comments

I was wondering if this repository was still maintained. If not, I was wondering if you were willing to let someone take ownership of it, as well as the pypi package.

There are no known issues so code was not changed for some time. And seems that Jingo itself is deprecated in favor of django-jinja.

There is django-jinja-markdown which is fork of jingo-markdown and it works with django-jinja.

Do you have some specific needs or bugs which needs to be fixed?

I am actually not using it with django. I wanted to use it with aiohttp (https://github.com/aio-libs/aiohttp-jinja2)

If you only want to keep focus on django support that is fine. I was just curious. It was more about trying to make sure it worked outside of django with frameworks like aiohttp (or even flask). I am also interested in using restructured text with jinja as well. But im not sure if you even want to work with that.

Mostly, i was curious about the status. If it is still maintained that is fine.

I am actually not using it with django. I wanted to use it with aiohttp (https://github.com/aio-libs/aiohttp-jinja2)

Well, as name jingo-markdown tells it ads markdown support for Jingo. As Jingo is/was Django app which helped to integrate with Jinja2 it doesn't seem logical to use it outside of Django.

If you only want to keep focus on django support that is fine. I was just curious. It was more about trying to make sure it worked outside of django with frameworks like aiohttp (or even flask). I am also interested in using restructured text with jinja as well. But im not sure if you even want to work with that.

I didn't tested, but seems for your needs will be good to use jinja2_markdown: https://pypi.python.org/pypi/jinja2_markdown/0.0.1

Mostly, i was curious about the status. If it is still maintained that is fine.

There is not going to be added any new functions as Jingo itself got deprecated.