-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Housekeeping #1
Housekeeping #1
Conversation
I ran the test suite on my dev machine via tox - all green. I saw there was not much action in the last three years. Do you still use RML and this package? I consider to start using it, as I maintain an application which uses reportlabs RML, but accepts user input via HTML, and the current converter has its issues. |
ping @misli - as I saw you do not watch this repo. If you are not interested in contributions, please say so. Thanks! |
Hi Jürgen, |
Thanks for your quick answer! Sounds good. I need some more testing before I switch the old converter to |
@misli I have a very similar use case, where some colleagues can fill some custom text for a delivery note. Which WYSIWIG editor are you using? I have problems when my colleagues copy text from e.g. Word and the formatting gets pasted into the WYSIWIG editor. |
In my case it's a django-CMS based application. (That's why it also provides Django template filter for rendering.) Therefore I use ckeditor from djangocms-text-ckeditor. Example usage in Django model: Example usage in RML template: |
setup.py
and testsisort