Remove editor, use welshman editor again

This commit is contained in:
Jon Staab
2025-02-04 20:29:12 -08:00
parent fd99866b1e
commit 565ccb399a
18 changed files with 44 additions and 1016 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import "@welshman/editor/index.css"
import {mount} from "svelte"
import type {Writable} from "svelte/store"
import {get} from "svelte/store"
@@ -5,7 +7,7 @@ import {Editor} from "@tiptap/core"
import {ctx} from "@welshman/lib"
import type {StampedEvent} from "@welshman/util"
import {signer, profileSearch} from "@welshman/app"
import {MentionSuggestion, WelshmanExtension} from "@lib/editor"
import {MentionSuggestion, WelshmanExtension} from "@welshman/editor"
import {getSetting, userSettingValues} from "@app/state"
import {MentionNodeView} from "./MentionNodeView"
import ProfileSuggestion from "./ProfileSuggestion.svelte"