Add Nebot plugin with Ollama chat integration
Introduces the Nebot plugin, providing a floating chat panel that communicates with a local or remote Ollama server and persists chat sessions. Adds dependencies for markdown rendering and code highlighting (dompurify, highlight.js, marked). Removes the sample-hello plugin. Updates site-history.json with recent browsing history.
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"dompurify": "^3.1.6",
|
||||
"highlight.js": "^11.9.0",
|
||||
"marked": "^12.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^37.3.1",
|
||||
"electron-builder": "^23.0.0",
|
||||
|
||||
Reference in New Issue
Block a user