jeanwinters
Forum Replies Created
-
The plugin requires to attach by writing php-code after extracted? I think I could use php, if there are how-to tuts.
How to install this version to wordpress?
How to use v4 for wordpress? Is it possible?
I tried first workaround. The horizontal scrolling appeared but area offset background is not rendered.
https://i.ibb.co/BLsz2Z0/img-152.jpg
The second workaround, as I caught, not for wordpress plugin.
- This reply was modified 5 years, 4 months ago by jeanwinters.
Hello! I’ve just paid domain, it was to be prolonged. Now it should be available.
It seems there is some issue found. On enlighterjs.org written:
“Just add the data-enlighter-language attribute to specify the programming language.
<pre data-enlighter-language="js">
”But it needs to be add class=”EnlighterJSRAW” necessarily. The code only works with this attribute.
Another question, how to make horizontal scrolling for lines?
- This reply was modified 5 years, 4 months ago by jeanwinters.
I posted the link of test web page above, look there please. It’s very strange you haven’t caught sight of it.
Hello! And so on? Plugin doesn’t work properly with pre tags and imperfect works with markdown features (simply highlight lines). Therefore declare that it is only for wysiwyg use, but not for txt/html mode (as it does not support, as figuring out, even minor features in that html/txt mode).
I wrote pre and all the rest (just the forum cleared some chars for some reason):
I wrote in txt/html editor mode:
<pre> $('#loading-example-btn').click(function () { var btn = $(this) btn.button('loading') $.ajax(...).always(function () { btn.button('reset') }); }); </pre>
but nothing happens (just plain text).
https://i.ibb.co/fGspMCH/img-150.jpg- This reply was modified 5 years, 4 months ago by jeanwinters.
- This reply was modified 5 years, 4 months ago by jeanwinters.
Where can I read about it, are there examples how to use raw EnlighterJS html tags, please?
Maybe there are some other methods? Special html tags use instead markdown in html/text editor mode (not wysiswyg)?
I mean how to emphasise 3th line (speciallines) in text code of 10 lines using markdown feature.
Could you tell please how to highlight specific lines in text code using markdown feature?
- This reply was modified 5 years, 4 months ago by jeanwinters.
I have tried to add new post (with js-code) in console for my site in txt/html editor mode (not WISIWYG mode), and used markdown codeblocks
`js, the code indentation are cleared again. And I have used plain text/html mode at once, I have not switched between text/html mode and WYSIWYG mode at all. When press save button all js-code indentation is cleared.