- Implemented Commands plugin to handle command suggestions triggered by '@' character. - Created suggestion configuration to filter and render command items. - Added various command items including date, time, formatting, templates, and task management commands. - Introduced CSS styles for the Tiptap editor to enhance UI. - Configured TypeScript settings and Vite build for the project.
25 lines
370 B
JSON
25 lines
370 B
JSON
{
|
|
"metadata": {
|
|
"name": "kevisual",
|
|
"share": "public"
|
|
},
|
|
"registry": "https://kevisual.cn/root/ai/kevisual/frontend/simple-lit-vite",
|
|
"clone": {
|
|
".": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"syncd": [
|
|
{
|
|
"files": [
|
|
"**/*"
|
|
],
|
|
"registry": ""
|
|
}
|
|
],
|
|
"sync": {
|
|
".gitignore": {
|
|
"url": "/gitignore.txt"
|
|
}
|
|
}
|
|
} |