nhaouari / obsidian-textgenerator-plugin

Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
https://text-gen.com/
MIT License
1.45k stars 127 forks source link

This plugin caused the Obsidian 1.7.2 to stuck in loading plugin #324

Open xinbenlv opened 5 days ago

xinbenlv commented 5 days ago
{
    "id": "obsidian-textgenerator-plugin",
    "name": "Text Generator",
    "version": "0.7.28",
    "minAppVersion": "1.6.0",
    "description": "Text generation using AI",
    "author": "Noureddine Haouari",
    "authorUrl": "https://text-gen.com",
    "isDesktopOnly": false,
    "fundingUrl": "https://www.buymeacoffee.com/haouarine"
}
# core plugins
{
  "file-explorer": true,
  "global-search": true,
  "switcher": true,
  "graph": true,
  "backlink": true,
  "outgoing-link": true,
  "tag-pane": true,
  "page-preview": true,
  "daily-notes": true,
  "templates": true,
  "note-composer": true,
  "command-palette": true,
  "slash-command": true,
  "editor-status": true,
  "starred": true,
  "markdown-importer": true,
  "zk-prefixer": false,
  "random-note": false,
  "outline": true,
  "word-count": true,
  "slides": false,
  "audio-recorder": true,
  "workspaces": false,
  "file-recovery": true,
  "publish": false,
  "sync": false,
  "canvas": true,
  "bookmarks": true,
  "properties": true
}
# community plugins
[
  "obsidian-timestamper",
  "quick-latex",
  "heatmap-calendar",
  "calendar",
  "markdown-table-editor",
  "juggl",
  "persistent-graph",
  "sync-graph-settings",
  "note-refactor-obsidian",
  "url-display",
  "dataview",
  "obsidian-mindmap-nextgen",
  "obsidian-regex-replace",
  "obsidian-textgenerator-plugin"
]

image

To reproduce: When removed "obsidian-textgenerator-plugin", it can start When included "obsidian-textgenerator-plugin", it stuck in loading

nhaouari commented 4 days ago

Update the plugin to the latest version will fix the issue.