Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ea95946c4e | ||
|
4de84481a9 | ||
|
2290b246c8 | ||
|
516285e223 |
@ -15,7 +15,9 @@
|
||||
|
||||
Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions.
|
||||
|
||||
See live demo: [inke-web](https://inke.app)
|
||||
- Live demo: [inke-web](https://inke.app)
|
||||
- Document: [How to use Inke](https://inke.app/publish/0e1be533-ae66-4ffa-9725-bd6b84899e78)
|
||||
|
||||
|
||||
<img alt="Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions." src="https://inke.app/desktop.png">
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
"eventsource-parser": "^0.1.0",
|
||||
"lucide-react": "^0.244.0",
|
||||
"next": "13.4.8-canary.14",
|
||||
"inke": "workspace:^",
|
||||
"inkejs": "workspace:^",
|
||||
"openai": "^4.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import { Editor as InkeEditor } from "inke";
|
||||
import { Editor as InkeEditor } from "inkejs";
|
||||
|
||||
export default function Editor() {
|
||||
const [saveStatus, setSaveStatus] = useState("Saved");
|
||||
|
Loading…
Reference in New Issue
Block a user