Python Forum
Tebe - rst and sphinx writer - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Tebe - rst and sphinx writer (/thread-8408.html)



Tebe - rst and sphinx writer - lucke - Feb-19-2018

Please find Tebe project I have just released.

https://bitbucket.org/lukaszlaba/tebe
https://tebe.readthedocs.io

Tebe is a simple but powerful editor for Markdown and reStructuredText markup languages with Sphinx and Rst2Pdf power included. It can be used as a text editor for creating articles or even books. You can also use it to work with any sphinx docs you have for yours project. The mission of the project is to provide a simple and practical tool that will interest non-programer people to use markup syntax and sphinx for any text document writing.


RE: Tebe - rst and sphinx writer - buran - Feb-19-2018

Looks great, thanks for sharing
If I may ask, why python 2 for a project "just released"? Any plans for python3 port?


RE: Tebe - rst and sphinx writer - lucke - Feb-19-2018

The reason is that I already have other applications I made before with Python2 so general Python2 is the one I still use in my daily work. Making Tebe compatibility with python3 and pyqt5 is one of future idea.

I had similar problem with my SeePy project and then new independent Loge project was crated for python3.
https://python-forum.io/Thread-SeePy-and-Loge-easy-and-fast-dynamic-report-generation-with-Python?pid=33546
I still wonder what is better idea - crate one version compatible with both python version or two independent projects.


RE: Tebe - rst and sphinx writer - buran - Feb-19-2018

(Feb-19-2018, 09:59 AM)lucke Wrote: I still wonder what is better idea - crate one version compatible with both python version or two independent projects.
or port to python3 and stop support/development for python2 branch.


RE: Tebe - rst and sphinx writer - Larz60+ - Feb-19-2018

official python 2 support stops in less than 2 years.
But nice job