next-theme / hexo-generator-searchdb

🔍 Seach data generator plugin for Hexo.
https://www.npmjs.com/package/hexo-generator-searchdb
MIT License
63 stars 5 forks source link

feature: add striptagscode option #23

Closed gamelife1314 closed 2 years ago

gamelife1314 commented 2 years ago

22 add new option striptagscode to remove all html tag and codes of article

移除代码之前:

$ ll public/search.xml
-rw-r--r--  1 fudenglong  staff   1.1M  5 10 12:20 public/search.xml

移除代码和空格之后:

$ ll public/search.xml
-rw-r--r--  1 fudenglong  staff   708K  5 10 12:21 public/search.xml