Markdown Migration

Ebalosus
Lunar Supporter - Helped forge New Lunar Republic's freedom in the face of the Solar Empire's oppressive tyrannical regime (April Fools 2023).
Silver Bit -
Sapphire -
Happy Derpy! -
Bronze Supporter -
The End wasn't The End - Found a new home after the great exodus of 2012

Build commie blocks!
NGL I’m not the biggest fan of Markdown. What I like about textile is the simplicity in combining syntax changes, like if I want a sentence where it’s all italicised with the emphasised parts bolded, or if I want a few letters of words bolded or italicised to emphasis.
 
I’m not against the change mind you, and fully understand why it’s being done; I’m just loathe to learn how to do some of the more complex stuff all over again.
Sollace
Lunar Champion - Led the charge of major battles for the New Lunar Republic, bringing swift and crushing defeat to the forces of the Solar Empire (April Fools 2023).
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
My Little Pony - 1992 Edition
Notoriously Divine Tagger - Consistently uploads images above and beyond the minimum tag requirements. And/or additionally, bringing over the original description from the source if the image has one. Does NOT apply to the uploader adding several to a dozen tags after originally uploading with minimum to bare tagging.
A Really Hyper Artist - 500+ images under their artist tag
Wallet After Summer Sale -
Friendship, Art, and Magic (2019) - Celebrated Derpibooru's seventh year anniversary with friends

I am the night!
@Princess Celestia  
Ooof Yeah. I had to fiddle with it to get the conversation not to mess with it.
 
After thinking about it a bit, I think I actually prefer textile over markdown. Textile’s syntax just makes more sense.
Background Pony #C54F
@LightningBolt  
I was wondering, because i was looking over the syntax, and i noticed this on the on-site images portion:  
>You should always use this for on-site uploads! (or risk being banned)
LightningBolt
Umbrella - For Patreon supporters
Lightning Dee - Derpi Supporter
Pixel Perfection - I still call her Lightning Bolt
Silly Pony - Celebrated the 13th anniversary of MLP:FIM, and 40 years of MLP!
Shimmering Smile - Celebrated the 10th anniversary of Equestria Girls!
Lunar Hero - Went above and beyond in the name of Lunar freedom, they will be remembered in legends and folklore as paragons of heroism for generations (April Fools 2023).
Flower Trio - Helped others get their OC into the 2023 Derpibooru Collab.
Roseluck - Had their OC in the 2023 Derpibooru Collab.
Chaotic Little Trees - 1000+ images under their artist tag
King Sombra - Celebrated the 10th anniversary of The Crystal Empire!

Senior Moderator
Undead inside
@Background Pony #C54F  
Because >> always respects filters and links back to the original image. It can also be multiple sizes. There is no reason to use direct links for onsite images unless you wanna purposely get past people’s filters, which is not nice. Direct image links can also break too if the site database changes, >> embeds will never break.
Background Pony #C54F
@LightningBolt  
And what if we want to use the external images syntax for derpicdn? Does it count as breaking the rules? (i’m curious, if that’s alright.)
Princess Celestia
The End wasn't The End - Found a new home after the great exodus of 2012

Administrator
Devops
@Sollace  
It breaks due to the way Rust implementation of camo client parses URIs.  
let url = Url::parse(&uri).ok()?;  
```  
This will simply abort the code and return an empty string if the URL cannot be parsed (since we catch this exception further in the code). It requires a valid URL. I could fix it to allow URIs as well, but I haven't really found a decent reason to, since even if you use a URL that begins with http://, it will get turned into https://, and this site is on a strict HSTS policy, so it will never be served over non-https. 
 
That said, I should probably fix this.
Background Pony #0E53
Can you make these tags suggestions from the tag editor work in the site search fields too? It would be very convenient, especially for searching for tags and artist names, the exact spelling of which you don’t know.
 
 
full
Background Pony #C54F
@LightningBolt  
Hey, i’m ok with it, i was just curious because previously we had to link images, including on-site images.  
If it doesn’t affect me, i’m fine.
 
Can’t wait to see the new look for the editor. :)
Princess Celestia
The End wasn't The End - Found a new home after the great exodus of 2012

Administrator
Devops
@Background Pony #0E53  
It was actually decided against after a discussion. I think the reasoning at the time was like, imagine you’re a 14-year old person on a default filter looking for something innocent, and suddenly get insane amount of porn tags as suggestions.
Princess Celestia
The End wasn't The End - Found a new home after the great exodus of 2012

Administrator
Devops
@Background Pony #C54F  
You can, but you should not.
 
@rautamiekka  
In the future you can either surround content you don’t want parsed in backticks (`stuff you don’t want parsed` = stuff you don't want parsed), or put it into a code block like so:
 
```  
content you don’t want parsed  
```
 
If you want only a certain tag to not be parsed, you can prefix it with a backslash like so \*this won't be italic\* (*this won’t be italic*)
Interested in advertising on Derpibooru? Click here for information!
Techy Cutie Pony Collection!

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide