Python Forum
Inline code tag - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: Inline code tag (/thread-993.html)

Pages: 1 2 3 4 5


RE: Dear Santa - metulburr - Dec-02-2016

lol i must be color blind. I hardly see the blue tint with the white background of the forum. But the border makes it noticeable. I could care less though of the style, because i just use bold


RE: Dear Santa - nilamo - Dec-02-2016

It could just be your monitor. To my eyes, the blue tint is extremely noticeable.


RE: Dear Santa - Ofnuts - Dec-05-2016

Dear Santa, thanks for the presents. For what I see I know have two to []play[] with...

Please forward my congratulations to Smop.


RE: Inline code tag - Kebap - Dec-09-2016

Here is an example, where the inline code formatting starts at the end of the line and continues on to the next one. I would have expected all to start on the new line only. The display will change depending on size of browser window. Compare screenshot:

[Image: 5A3MjNU.png]
What is the URL for this to view and test?


RE: Inline code tag - stranac - Dec-09-2016

There's a few bugs in the way inline code tags work, as well as a few others in other custom tags.
I wrote a plugin which should fix that, and I'm about to add it to the forum.


RE: Inline code tag - Kebap - Dec-09-2016

OK that is great stranac!

metulbur, did you accidentally edit my post? Here is the link to that other post I showed for your comparison: http://python-forum.io/Thread-how-do-i-add-new-items-to-a-dictionary?pid=5983#pid5983


RE: Inline code tag - stranac - Dec-09-2016

That should be it...
The only things that work right now for inline code are [icode]code[/icode] and `code`, I have disabled the rest.

If anyone notices any bugs,let me know.


RE: Inline code tag - snippsat - Dec-13-2016

Can you look at why all code tag automatic convert to lower case.

input:
class Foo():
   var = 'HELLO'
   pass

class Foo():
   var = 'HELLO'
   pass
Output:
class Foo():    var = 'HELLO'    pass



RE: Inline code tag - stranac - Dec-13-2016

Just about to head for work, but I'll take a look at that as soon as I'm back.


RE: Inline code tag - Kebap - Dec-13-2016

(Dec-09-2016, 01:04 PM)Kebap Wrote: Here is an example, where the inline code formatting starts at the end of the line and continues on to the next one. I would have expected all to start on the new line only. The display will change depending on size of browser window. Compare screenshot:

[Image: 5A3MjNU.png]

Here is the link to that post I showed for your comparison: http://python-forum.io/Thread-how-do-i-add-new-items-to-a-dictionary?pid=5983#pid5983

This issue is still happening.

There was another thread about the same functionality (now as a mybb plugin) which I have now closed and link here for your reference:
http://python-forum.io/Thread-Created-a-plugin-for-our-code-tags

FYI, in that other thread, some problems with the WYSIWYG display have been pondered but not fixed, as they were already here prior to pluginisation.