ItEm55
Forum Replies Created
-
Hi,
Installing it from the admin. panel worked, thanks!
I checked and all the core files are there. What’s odd is that all the files were there on the .zip file I downloaded from the repository. I uploaded them using FileZilla, perhaps some files were skipped during the upload process due to a bug?
In any case, this has been sorted.
Thank you so much, again!
Forum: Plugins
In reply to: [Markup Markdown] Disable rendering on the frontendHi,
So I installed Stylish (Firefox) as per your recommendation and, after tweaking around the snippet you shared, I think I got what I wanted.
The edited snippet looks like this:
.CodeMirror-line span {
color: inherit !important;
font-family: "Lucida Console", "Courier New", monospace;
font-size: 14px !important;
font-weight: inherit !important;
font-style: inherit !important;
line-height: inherit !important;
background: transparent !important;
}And the end result looks like this:

I tried to add a dark background but it didn’t work. I think this works for me, for now.
I will mark this as resolved but, please, if you have further feedback or if you want me to test something else, let me know.
Thanks!
- This reply was modified 1 year, 7 months ago by ItEm55.
Forum: Plugins
In reply to: [Markup Markdown] Disable rendering on the frontendHi,
Thank you for taking the time to give me such a detailed explanation.
I’m afraid I didn’t explain myself clearly. What I meant to say is that I would like the option to disable rendering on the edit window.
For example: if you enter
# This is a heading, it automatically renders with the#included, you know what I mean? I wonder if we can have the option to disable that and just have the raw markdown code in the window and still be able to view the preview using one of the buttons as usual.I hope I explained myself better this time.
Thanks again!