mirror of
https://github.com/lossless-group/perplexed-plugin.git
synced 2026-07-22 17:00:32 +00:00
On branch development Changes to be committed: modified: README.md modified: esbuild.config.mjs modified: main.ts modified: manifest.json new file: src/modals/CitationModal.ts new file: src/services/citationService.ts new file: src/styles/citations.css new file: src/types/obsidian.d.ts new file: src/utils/logger.ts
11 lines
334 B
JSON
11 lines
334 B
JSON
{
|
|
"id": "cite-wide",
|
|
"name": "Cite Wide Obsidian Plugin",
|
|
"version": "0.0.0.1",
|
|
"minAppVersion": "0.0.0.1",
|
|
"description": "A plugin for Obsidian that allows you to generate content using AI.",
|
|
"author": "Lossless Group",
|
|
"authorUrl": "https://lossless.group",
|
|
"fundingUrl": "https://lossless.group",
|
|
"isDesktopOnly": true
|
|
}
|