MyGit

novel@0.2.11

steven-tey/novel

版本发布时间: 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

//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

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-03-08发行的版本