Skip to content
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

Need compatibility with CKEditor text formatting, please #1

Open
msneet opened this issue Feb 8, 2017 · 1 comment
Open

Need compatibility with CKEditor text formatting, please #1

msneet opened this issue Feb 8, 2017 · 1 comment

Comments

@msneet
Copy link

msneet commented Feb 8, 2017

First of all, thank you for the plugin! It looks like very useful for our organization.
I think plugin work only with default textile, it finds only headers like "h2. ":
page.content.text.scan(/h\d+\. (.*)?\r\n\r\n/).each.with_index(1) do |matched, i|

Default textile is very inconvinient, we use CKEditor: http://www.redmine.org/plugins/ckeditor - it's very powerfull.

Can you adapt your code to check Redmine's text formatter settings (textile, markdown or ckeditor) and consider it when searching for sections? Please!

@taikii
Copy link
Owner

taikii commented Feb 8, 2017

I will support markdown, soon, But it is difficult to support CKEditor plugin.
My code is only calling Formatter#get_section method, But CKEditor plugin don't have get_section method...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants