ejyothi / MantisBT-MarkDownEditor

A MantisBT plugin to enable MarkDown Editor for text fields
5 stars 1 forks source link

Can the edit boxes be scrollable? Or the toolbar relative? #3

Open ajtruckle opened 7 years ago

ajtruckle commented 7 years ago

If I have a lengthy issue I am working on the toolbar is all the way at the top of the post and I have to scroll back up there to click things. Ideally we should either have a scrolling edit box so the toolbar is always visible, or use a moving toolbar. Whichever is best from your side of things.

libregeek commented 7 years ago

@ajtruckle The new editor library, bootstrap-markdown, has in-built feature to handle lengthy content. Please test and let me know your thoughts.

ajtruckle commented 7 years ago

How do I use this bootstrap-markdown with MantisBT? Is it just a plugin?

ajtruckle commented 7 years ago

I like it. :)

libregeek commented 7 years ago

You can just update the plugin to use bootstrap-markdown

ajtruckle commented 7 years ago

The only thing I have noticed so far is that when yo use an image ...

![text1](url “text2”)

Now, in the PREVIEW it is fine. But when you click OK you do not see the image. You have to just have:

text1

Then that still previews and also shows correctly in MantisBT.

That is the only thing I have seen so far.

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: Manilalmailto:notifications@github.com Sent: 03 July 2017 17:53 To: ejyothi/MantisBT-MarkDownEditormailto:MantisBT-MarkDownEditor@noreply.github.com Cc: ajtrucklemailto:truckleaj-software@hotmail.co.uk; Mentionmailto:mention@noreply.github.com Subject: Re: [ejyothi/MantisBT-MarkDownEditor] Can the edit boxes be scrollable? Or the toolbar relative? (#3)

You can just update the plugin to use bootstrap-markdown

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ejyothi/MantisBT-MarkDownEditor/issues/3#issuecomment-312693187, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHnYs_MR-MfBPj6dAL2uuo98TCosydZjks5sKRx6gaJpZM4MNksU.

libregeek commented 7 years ago

@ajtruckle I think you should report the above bug in upstream: https://github.com/toopay/bootstrap-markdown

ajtruckle commented 7 years ago

See: https://github.com/toopay/bootstrap-markdown/issues/285