From 78aa40bf6a81990e5f260204cd439b3bcdaf5407 Mon Sep 17 00:00:00 2001 From: kevinwong Date: Thu, 17 Apr 2025 21:23:00 +0800 Subject: [PATCH 1/2] add docsify-xpost item in plugins section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e590819..482a6ff 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ A curated list of awesome things related to [docsify](https://docsify.js.org) - [docsify-shiki](https://github.com/simochee/docsify-shiki) - Replace syntax highlighting with Shiki. - [docsify-image-slider](https://github.com/erectbranch/docsify-image-slider) - A docsify plugin to create a slider from images. - [docsify-dashboard](https://github.com/erectbranch/docsify-dashboard) - A docsify plugin to create a dashboard from a JSON file. - +- [docsify-xpost](https://github.com/kevinhuang001/docsify-xpost) - A docsify plugin for rendering content blocks that resemble X posts. ## Themes - [docsify-themeable](https://jhildenbiddle.github.io/docsify-themeable) - A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+) ([@jhildenbiddle][1]). From 1059f08d6e4b7ed53748d0a250fd036d1c5e675c Mon Sep 17 00:00:00 2001 From: Luffy <52o@qq52o.cn> Date: Fri, 18 Apr 2025 10:35:20 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 482a6ff..fe14dc4 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,8 @@ A curated list of awesome things related to [docsify](https://docsify.js.org) - [docsify-shiki](https://github.com/simochee/docsify-shiki) - Replace syntax highlighting with Shiki. - [docsify-image-slider](https://github.com/erectbranch/docsify-image-slider) - A docsify plugin to create a slider from images. - [docsify-dashboard](https://github.com/erectbranch/docsify-dashboard) - A docsify plugin to create a dashboard from a JSON file. -- [docsify-xpost](https://github.com/kevinhuang001/docsify-xpost) - A docsify plugin for rendering content blocks that resemble X posts. +- [docsify-xpost](https://github.com/kevinhuang001/docsify-xpost) - A docsify plugin for rendering content blocks that resemble X posts. + ## Themes - [docsify-themeable](https://jhildenbiddle.github.io/docsify-themeable) - A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+) ([@jhildenbiddle][1]).