This is a great Product and my users will love it!
I do have two ideas I thought I'd pass on:
I see that the "Body text" area will take raw HTML. Is there any chance that you might incoproate Kupu to do WYSIWYG HTML editing? That would be GREAT for my users.
Also, any chance that you could add the "Print this page" function to the individual contact display page? (It might be easier enough for me to put in there but I thought it might be generally usefuls as well).
Thanks again!
Import/export works with text. Not html.
Posted bymaxmat
2006-03-13 10:33 AM
Because of importing/exporting to .vcf/.csv files, which doesn't support html but only plain text, I choose to use a text field.
If you don't need import and export, you can just go to schemas.py and edit the TextField('body',...) fields. There are two code blocks. One with RichWidget and one with TextAreaWidget. If you toggle the comments on those two block, it should work with the RichWidget, and so with Kupu.
But it will probably give you problems if you try to do exports. The correct approach would probably be to use html in the comment, and then strip it for import/export.
This is a great Product and my users will love it!
I do have two ideas I thought I'd pass on:
I see that the "Body text" area will take raw HTML. Is there any chance that you might incoproate Kupu to do WYSIWYG HTML editing? That would be GREAT for my users.
Also, any chance that you could add the "Print this page" function to the individual contact display page? (It might be easier enough for me to put in there but I thought it might be generally usefuls as well).
Thanks again!
If you don't need import and export, you can just go to schemas.py and edit the TextField('body',...) fields. There are two code blocks. One with RichWidget and one with TextAreaWidget. If you toggle the comments on those two block, it should work with the RichWidget, and so with Kupu.
But it will probably give you problems if you try to do exports. The correct approach would probably be to use html in the comment, and then strip it for import/export.
This is now on the todo.
Replies to this comment