novel@0.2.11
版本发布时间: 2024-03-08 20:22:26
steven-tey/novel最新发布版本:novel@0.5.0(2024-07-26 06:16:06)
Full Changelog: https://github.com/steven-tey/novel/compare/novel@0.2.10...novel@0.2.11
What's Changed
- feat: add ai features example by @andrewdoro in https://github.com/steven-tey/novel/pull/297
- Novel now exports a couple of utilities for dealing with AI cases:
//this extension is used for highlighting text for the AI
import { AIHighlight } from "novel/extensions";
//call this function when entering in AI mode to highlight current selection
import { addAIHighlight } from "novel/extensions";
//call this function when AI mode is no longer used
import { removeAIHighlight } from "novel/extensions";
//this function returns the current selection in Markdown
import { getPrevText } from "novel/extensions";
Implementation
You can see an example implementation https://github.com/steven-tey/novel/tree/main/apps/web/components/tailwind/generative
Full Changelog: https://github.com/steven-tey/novel/compare/novel@0.2.10...novel@0.2.11