showdownJS, highlightJS, and Tailwind Typography walk into a barā¦
demo page (there is a link to the editor on that page.)
Markdown Pro is a plugin that produces beautifully styled documents based on your markdown documents.
Iāve been looking for a blogging platform for Bubble for a long time. Iāve tried the most horrible solutions. This is the lightest and easiest one ever.
FAQ
Can this plugin use my appās styles?
Unfortunately not. Bubble doesnāt offer any way for a plugin to u your app styles inside of the plugin.
How can I contribute?
Thanks for asking, thatās very kind of you . This project is built on top of an open-source stack
Find a way to support the maintainers of these projects ( star on Github, donate, write a kind letter ā¦):
Both were make with CleanshotX. Fantastic app: without it, it feels like my computer is broken.
<ad time voice=āInternet Historianā>
Ad time! You can get it with a SetApp subscription and a bunch of other incredible little utility apps: like Paste, Xnapper, Sip, Bartender, Captoā¦ and many more. If you want to throw me a coin, use my link.
<\ad>
@rico.trevisan it seems github md emoji support such as is disabled. I tried to fork the plugin but got Message from GitHub: Not Found
Can you enable emoji support or share the plugin source to fork it?
You just need to add:
converter.setOption(āemojiā, ātrueā);
Thanks
Iāll check the settings to see why itās not letting you fork it.
Also, Iāll add a lot of the switches to the converter plugin. Right now everything is hardcoded.
Code highlighting was moved to an independent action because it would not work in large documents (because of my shoddy implementation). As an action you can control when it runs so you can do your own shoddy implementation.
@rico.trevisan is there a way to save the html output in the database?
I tried the plugin and itās displaying my text properly (for example it converted ā# Titleā into ā
Title
ā), but I couldnāt find a way to save this html in my database. The HTML A element above is sitting in a repeating group cell, so the content is gonna be different for each cell.
you should create input, set 1x1 pixel, copy all code on html and paste into this input. If you set on repeating group, the input 1x1 and html element should on the same group, then, u can set workflow copy/save database button and choose inputās value
Hi guys- Need some help with Numbered list + Bullet list response from chatgpt
Chatgpt returns in markdown, which this plugin works amazing for table,
but for numbered header and bullet list combination , its shows all as " 1 " instead.
Anyone has managed to Slove this? any solution I can use with markdown pro ?
Iām guessing itās seeing the line break and restarting the count. Iām not 100% sure how to fix itā¦ Iāll take a look at the showdownJS page to see if thereās some option for that.
Could you share here the actual markdown that is not working? I want to make sure I test with the same data as you.
Sometimes Chatgpt returns results in a Number + Bullet List Combination something like the one below. Somehow on markdown in detects all the numbers as " 1 "
( Bullet List alone, or number list alone works fine )
## Cats ##
1. Maine Coon:
- Large-sized domestic cat breed.
- Known for their long and shaggy fur.
- Gentle and friendly demeanor.
- Excellent hunters.
- Often have tufted ears and bushy tails.
2. Siamese:
- Medium-sized breed with a sleek body.
- Distinctive color points on their ears, face, paws, and tail.
- An intelligent and vocal breed, known for their communication.
- Active and playful.
- Affectionate and social with their human companions.
3. Persian:
- Known for their long and luxurious coat.
- Flat face with round, expressive eyes.
- Calm and laid-back temperament.
- Require frequent grooming to maintain their coat.
- Enjoy a relaxed and quiet indoor lifestyle.
4. Bengal:
- Medium to large-sized breed with a wild appearance.
- Striking coat patterns resembling that of a leopard.
- Highly energetic and playful.
- Intelligent and curious, requiring mental stimulation.
- Known for their athletic build and love for water.
Iāve been seeing an issue with mobile for a while. It seems like the styling doesnāt come through correctly. Just checked the console today in Safari and Iām seeing this warning message:
Not sure if that has anything to do with it, but would really love to figure out why mobile (iOS) styling doesnāt come through the same as desktop. Updated to the latest version and issues are still present. Blatantly obvious missed styling is:
Hi @rico.trevisan - Amazing 5 star deployment. The nested list works perfectly ! Thanks for the high quality plugin ! Appreciate jumping in and making it work!