You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if there is any way that I can extract the toolbar out, and make into HTML again? So it would be easier for otheres to see the HTML, or customize it.
Note: I'm not sure whether .jsx would be a good choice, I just put it here to make an example.
The text was updated successfully, but these errors were encountered:
Hi @cqcn1991, thanks for the great suggestion. A cursory look makes me think it might be challenging to bind the click events correctly, but we’ll see.
I probably won’t be able to work on it for a couple of weeks, so happy if you want to take a stab at it before then.
It's just a small idea, not sure if that is useful so I post it in this issue.
I think this is a very useful gem, Why it seems like it didn't receive too much attention? I did a little bit of search, didn't find other good gem for markdown editor.
Using pagedown-bootstrap is quite easy. However, if I want to customize the toolbar, it becomes problematic, since the entire HTML are written in js (https://github.com/hughevans/pagedown-bootstrap-rails/blob/master/vendor/assets/javascripts/markdown.editor.js.erb#L1381)
I'm wondering if there is any way that I can extract the toolbar out, and make into HTML again? So it would be easier for otheres to see the HTML, or customize it.
Note: I'm not sure whether
.jsx
would be a good choice, I just put it here to make an example.The text was updated successfully, but these errors were encountered: