jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
606 stars 63 forks source link

Feature request: enable processors on a per file basis #29

Open goooooouwa opened 3 years ago

goooooouwa commented 3 years ago

Hi @jeffreytse ,

I'm wondering if you have considered allowing enabling each processor on a per file basis.

In my use case, sometimes spaceship processed some files I don't want to be processed. For example, it transformed this image link[![w:1100](https://i.imgur.com/bc9HOJU.png)](https://www.youtube.com/watch?v=kCHGDRHZ4eU) into a normal text link (which isn't expected).

Another reason is this might save some build time in my case (currently takes 10+s for my 1k~ files). Since I only need certain processing on some files.

Thanks.

jeffreytse commented 3 years ago

Hi @goooooouwa

According to your example, it's a bug on processing normal link, and the problem has been addressed. As your request, I am considering this new feature and any updates I will reply here.

Thanks and regards.