MyGit

novel@0.4.1

steven-tey/novel

版本发布时间: 2024-05-17 17:04:00

steven-tey/novel最新发布版本:novel@0.5.0(2024-07-26 06:16:06)

Breaking Changes

- import { getPrevText } from "novel/extensions";
+ import { getPrevText } from "novel/utils";
+ import { GlobalDragHandle } from "novel/extensions";

const extensions = [..., GlobalDragHandle]

What's Changed


//returns document content until a give position in doc
import { getPrevText} from "novel/utils";

const pos = editor.state.selection.from;
const text = getPrevText(editor, pos);
        

//returns document content as markdown string
import { getAllContent} from "novel/utils";

New Contributors

Full Changelog: https://github.com/steven-tey/novel/compare/novel@0.3.1...novel@0.4.1

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

查看:2024-05-17发行的版本