Releases: okineadev/vitepress-plugin-llms
v1.12.2
🚀 Enhancements
- llms-full.txt: Sort all pages according to VitePress sidebar - by @okineadev (6a58f)
Previously, pages in
llms-full.txtwere sorted alphabetically, but now they are sorted sequentially as intended, relative to the sidebar as it is done inllms.txt
💖 Contributors
View changes on GitHub
v1.12.1
🩹 Fixes
- types: Ship
.d.tstypes forvitepress-componentsmodule too - by @okineadev (c1577)
Fixed error
TS7016when usingCopyOrDownloadAsMarkdownButtons.vueand running type checking withvue-tsc --build
💖 Contributors
View changes on GitHub
v1.12.0
🚀 Enhancements
- Add
ignoreFilesPerOutputoption for separate file filtering forllms.txt,llms-full.txtand individual pages - by @okineadev (a48c7)
🩹 Fixes
- Fix
index.mdresolving - by @okineadev (f46fc)
💖 Contributors
View changes on GitHub
v1.11.1
🩹 Fixes
- Resolve build failure when
generateLLMFriendlyDocsForEachPageisfalse(#121) - by @brick-pixel (73499)
💖 Contributors
View changes on GitHub
v1.11.0
🩹 Fixes
- Fix
rewritespath resolution on Windows - by @okineadev (12791)
💖 Contributors
View changes on GitHub
v1.10.0
🚀 Enhancements
- vitepress-components: Redesign buttons for copying a page in Markdown format and add buttons for opening a chat about a specific page - by @okineadev (c8e24)
Now you can also open a chat in ChatGPT or Claude and chat about any page using the new buttons 🙌
Here's how they look:
![]()
🩹 Fixes
- vitepress-rewrites: Use relative paths for rewrites and align
path-to-regexpversion withvitepress(#108) - by hcdo (911f2)
Fixed an error where due to the different versions of
path-to-regexpin theplugin (
^8.3.0) and invitepress(^6.3.0), wildcard ends up changing from:<name>*and:<name>+to:*<name>
- Pack
patchesfolder into the npm package - by @okineadev (ad427)
The patch folder was not included in the package, which is why users did not have their dependencies patched
💖 Contributors
- @okineadev
- hcdo
View changes on GitHub
v1.9.3
v1.9.2
🩹 Fixes
- Use
Codenode for code snippets instead ofHtmland fix stripping frontmatter from files in<!--@include ./...-->- by @okineadev (488f0)
Fixed missing Code Snippets in files for LLMs when using
stripHtml: trueoption (which is enabled by default)Also found and fixed a bug where when using
<!--@include ./...-->the frontmatter of the file was also inserted, which should not be there
💖 Contributors
View changes on GitHub
v1.9.1
🩹 Fixes
- vitepress-components: Fix copy button color on hover (#100) - by @corydeppen (1be79)
The hover color wasn't using a color from the default theme variables and was causing the buttons to effectively disappear when in light mode.
Screen.Recording.2025-11-09.at.12.01.31.PM.mov
💖 Contributors
View changes on GitHub
v1.9.0
🚀 Enhancements
- Add support for dynamic routes (#97) - by @hcdo7, and @okineadev (38095)
The long-awaited feature that everyone has been waiting for has finally arrived! Thanks to @hcdo7.
More about Dynamic Routes - https://vitepress.dev/guide/routing#dynamic-routes
