ronisbr
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Add support to plain text filesJust the output of a script. Just something without colors at all, using the base theme. Shell will not be good because random words will be highlighted. I will try you code today and I will let you know if this works!
Thanks!
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Add support for Julia LanguageHi @maximebj,
With your advice I managed to make something very nice and usable now! I added the following code to
editor-style.css:.CodeMirror pre { line-height: 24px; margin: 0; padding: 0 0 0 5px; border: none; }Then I got: https://imgur.com/6vNA2tk which is just wonderful! The best code block / plugin I have ever used! Clean, simple, elegant! Congratulations!
P.S.: The photo is the editor, not the one in the website!
- This reply was modified 7 years, 4 months ago by ronisbr.
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Add support for Julia LanguageBy the way, I am using the twenty fourteen theme with only one style configuration:
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { max-width: 800px; }Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Add support for Julia LanguageIt changed the format, but I could not find a single value that makes things work, unfortunately.
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Add support for Julia LanguageYes it works fine! However, the editor in Gutenberg has an bug related to the cursor position: https://imgur.com/a/dD26z4n
Take a look where I am writing and the cursor position.
- This reply was modified 7 years, 4 months ago by ronisbr.