Vicky Agravat
Forum Replies Created
-
Forum: Plugins
In reply to: [CodeMirror Blocks] Block heightHello @webliberty
I have intentionally changed the
height
property toauto
on original.CodeMirror
class. Because, if some one want’s to display just one line of code.Here is Example:
Theme Used: Twenty Nineteen
Imagine if you want display just single line of code and that block is rendered with 300px height!!! how it looks?
Now, back to your problem.
I think, there are two possibility of extra height.
1. it get height from your theme or other plugin css.
2. or there are extra blank space in your code block.What you should do?
————————-
1. Please try to check it with default WordPress themes?
2. Please let me know when you add Code Block first time from Block Inserter what is initial height of block, without pasted any code?
3. Or what is height after removing all the code from any Code Block.- This reply was modified 5 years, 7 months ago by Vicky Agravat.
- This reply was modified 5 years, 7 months ago by James Huff.
Forum: Plugins
In reply to: [CodeMirror Blocks] Loading CodeMirror files on pages only when neededForum: Plugins
In reply to: [CodeMirror Blocks] How to fold the code block?Hello @fanyangmeng
I will try to add code folding functionality… within next few feature updates…
Forum: Reviews
In reply to: [CodeMirror Blocks] Definitely the most perfect syntax highlighting plug-in!Hello @fanyangmeng
Thank you very much for your review and rating.
Forum: Reviews
In reply to: [CodeMirror Blocks] Minimal and usefulForum: Plugins
In reply to: [CodeMirror Blocks] Shortcode for Classic Editor?Forum: Plugins
In reply to: [CodeMirror Blocks] Default code themeHello @thaikolja
Settings page is currently under development…
it will be available in next plugin update.
where you can set all default options…Thank you..
Hello @danstano
Very good suggestion.
Yes, it is possible to run HTML, JS, CSS type code run directly on browser.
But, Other Languages programs such as C, C++, JAVA, Python, etc. needs compiler to execute their code. So, we need additional compiler API to execute code.
It is not big deal to add button to execute code.
Actually i thought about it. but some code executes and some not (just because it needs compiler), people think it is a buggy plugin.So, i have not implemented it.
But, i definitely looking forward to add this functionality, with help of third party API compiler.
But, if you want to run just html, js and css i will provide solution very soon.
Thank you.
Forum: Reviews
In reply to: [CodeMirror Blocks] Very Useful PluginThank you very much for your review and rating.
Forum: Plugins
In reply to: [CodeMirror Blocks] Block Style Variations, Editor stylesThank you very much for appreciate my work.
I will definitely solve your issue.
but, can you give me your front end link? so i will understand what you say!
Forum: Reviews
In reply to: [CodeMirror Blocks] Works great excepting…Ok, I will find the solution…
Forum: Reviews
In reply to: [CodeMirror Blocks] Works great excepting…Can you give more info, when it breaks? and what plugins you use for minification. or any other info?
so i can fix those problem!Thank you very much, for great star rating…
Forum: Reviews
In reply to: [CodeMirror Blocks] Just works!Thank you very much for your good rating.
It will encourage me, to write more open-source plugins.Forum: Plugins
In reply to: [CodeMirror Blocks] Enqueuing Admin ScriptsHello Steven,
I have updated the plugin with your suggested change.
Now, update the plugin to 1.0.7
If you like the plugin…
Please, provide your valuable review with enough star ratting.Forum: Plugins
In reply to: [CodeMirror Blocks] Enqueuing Admin ScriptsHello Steven,
Thank you very much for your suggestion.
I will update the code in next update.