Adds an advanced Markdown toolbar to text fields on Greasy Fork, allowing for easy insertion of formatting, lists, links, images, tables, videos, colors, and other elements with just one click.
I just updated it to run on the entire Greasy Fork website.
I just updated it to run on the entire Greasy Fork website.
sure, the script runs on all pages -- but modifying text doesn't work on all pages -- e.g. 'youtube Audio Mode' on https://greatest.deepsurf.us/users/11263-azazello, trying to bold & italicize the script-set description.
So for script-set pages, it should be turned off. Unless you know how to make it work.
Now I understand what you meant. Indeed, there are pages on Greasy Fork that don’t support Markdown, but the Markdown Tool is still running on them (I just realized this). One example is the New script set
page.
The truth is, I designed the Markdown Tool mainly for comments and descriptions, to speed up the text formatting process on the site. I hadn’t yet mapped all the different areas of Greasy Fork.
I also know that Markdown is supported on Edit account
.
In short: whenever a text box comes with the Preview tab, it means Markdown is supported:
What I can do is add // @exclude
rules for the pages that don’t support Markdown. I’ll implement this in the next update to make sure the tool only runs where it should.
If you notice the Markdown Tool showing up in other inappropriate places, please leave a comment here so I can fix it. I’ll already include the exclusion for the New script set
section.
What I can do is add // @exclude rules for the pages that don’t support Markdown. I’ll implement this in the next update to make sure the tool only runs where it should.
If you notice the Markdown Tool showing up in other inappropriate places, please leave a comment here so I can fix it. I’ll already include the exclusion for the New script set section.
// @exclude *://greatest.deepsurf.us/*/*/*/sets*
Don't see it in v1.2; I assume it'll show up in v1.3. No rush!
Otherwise your script is working nicely and is much-needed update to the older GF markdown scripts. Upgraded to 'GOOD' rating.
Not working on
https://greatest.deepsurf.us/en/users/<user's id>/sets/<script-set id>/edit
-- the script-sets editor page -- but it shouldn't anyway, right?