Skip to content

Releases: okineadev/vitepress-plugin-llms

v1.12.2

03 May 08:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

    🚀 Enhancements

  • llms-full.txt: Sort all pages according to VitePress sidebar  -  by @okineadev (6a58f)

Previously, pages in llms-full.txt were sorted alphabetically, but now they are sorted sequentially as intended, relative to the sidebar as it is done in llms.txt

   💖 Contributors

     View changes on GitHub

v1.12.1

15 Apr 19:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

    🩹 Fixes

  • types: Ship .d.ts types for vitepress-components module too  -  by @okineadev (c1577)

Fixed error TS7016 when using CopyOrDownloadAsMarkdownButtons.vue and running type checking with vue-tsc --build

   💖 Contributors

     View changes on GitHub

v1.12.0

20 Mar 21:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

    🚀 Enhancements

  • Add ignoreFilesPerOutput option for separate file filtering for llms.txt, llms-full.txt and individual pages  -  by @okineadev (a48c7)

    🩹 Fixes

   💖 Contributors

     View changes on GitHub

v1.11.1

16 Mar 11:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

    🩹 Fixes

   💖 Contributors

     View changes on GitHub

v1.11.0

03 Feb 18:25
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

    🩹 Fixes

   💖 Contributors

     View changes on GitHub

v1.10.0

26 Dec 17:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

    🚀 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:

image

    🩹 Fixes

  • vitepress-rewrites: Use relative paths for rewrites and align path-to-regexp version with vitepress (#108)  -  by hcdo (911f2)

Fixed an error where due to the different versions of path-to-regexp in the

plugin (^8.3.0) and in vitepress (^6.3.0), wildcard ends up changing from :<name>* and :<name>+ to :*<name>

The patch folder was not included in the package, which is why users did not have their dependencies patched

   💖 Contributors

     View changes on GitHub

v1.9.3

17 Nov 18:44

Choose a tag to compare

    🩹 Fixes

Fixed a mistake in the builder configuration that prevented Vue components from being copied to the vitepress-components folder

   💖 Contributors

     View changes on GitHub

v1.9.2

16 Nov 14:13

Choose a tag to compare

    🩹 Fixes

  • Use Code node for code snippets instead of Html and fix stripping frontmatter from files in <!--@include ./...-->  -  by @okineadev (488f0)

Fixed missing Code Snippets in files for LLMs when using stripHtml: true option (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

09 Nov 18:52

Choose a tag to compare

    🩹 Fixes

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

05 Nov 15:50

Choose a tag to compare

    🚀 Enhancements

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

   💖 Contributors

     View changes on GitHub