Can I use some other text formating options than textile?
Added by Vijay Shanker over 14 years ago
Hi all,
As Can I use some other text formating options than textile? For example APT,
I come from the maven background and have been using apt format for generating my websites. Now can I use the same formating without going through another format.
Replies (4)
RE: Can I use some other text formating options than textile? - Added by Felix Schäfer over 14 years ago
The text formatting engine is pluggable, see RedmineSettings (and certainly other pages in the wiki explaining it better), I'm not aware of an APT adapter though.
RE: Can I use some other text formating options than textile? - Added by Vijay Shanker over 14 years ago
Hi Felix,
I did not find how this engine is pluggable. There are only two options in that settings : None or Textile. Can you point me to some specific link about this?
Do you have a list of supported or available formating engines?
RE: Can I use some other text formating options than textile? - Added by Felix Schäfer over 14 years ago
I didn't say it was easy ;-) See source:/trunk/lib/redmine/wiki_formatting.rb and the several formatting plugins available on the Plugin List.
RE: Can I use some other text formating options than textile? - Added by minkbear minkbear over 14 years ago
ckeditor for redmine.
Hope this help.