might work, basic writing page with linking. no saving.
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
export interface HomelabApp {
|
||||
id: string; // uuid
|
||||
name: string;
|
||||
description: string | null;
|
||||
address: string;
|
||||
ssh_address: string | null;
|
||||
}
|
||||
|
||||
// Defines the custom attributes Tiptap will store in the DOM/JSON schema
|
||||
export interface AppMentionAttributes {
|
||||
id: string;
|
||||
label: string;
|
||||
}
|
||||
Reference in New Issue
Block a user