No description
Find a file
2025-06-07 15:37:58 +03:00
.cursor start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.editorconfig start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.eslintignore start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.eslintrc start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.gitattributes start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.gitignore start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.npmrc start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
.windsurfrules start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
esbuild.config.mjs start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
lcontent-farm.code-workspace start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
main.ts start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
manifest.json start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
package-lock.json start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
package.json start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
README.md start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
styles.css start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
tsconfig.json start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
version-bump.mjs start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00
versions.json start(project): initial setup from example Obsidian plugin with our developer preferences 2025-06-07 15:37:58 +03:00

Content Farm Obsidian Plugin

This is an attempt to unify a lot of content generating scripts into one plugin.


Features

  • Generate images via API from an image prompt
    • Automate downloading and uploading to remote image storage and delivery service.
  • Tap your local Perplexica instance to generate citation-driven text.
  • Format citations in Obsidian's citation format, with a hex code for unique citation markers across all content.

See it in action in our content repository:

https://github.com/lossless-group/lossless-content


Below is from the original sample plugin README

It has helpful information for plugin authors


Adding to thge plugin community

Improve code quality with eslint (optional)

  • ESLint is a tool that analyzes your code to quickly find problems. You can run ESLint against your plugin to find common bugs and ways to improve your code.
  • To use eslint with this project, make sure to install eslint from terminal:
    • npm install -g eslint
  • To use eslint to analyze this project use this command:
    • eslint main.ts
    • eslint will then create a report with suggestions for code improvement by file and line number.
  • If your source code is in a folder, such as src, you can use eslint with this command to analyze all files in that folder:
    • eslint .\src\

Funding URL

{
    "fundingUrl": "https://buymeacoffee.com"
}

If you have multiple URLs, you can also do:

{
    "fundingUrl": {
        "Buy Me a Coffee": "https://buymeacoffee.com",
        "GitHub Sponsor": "https://github.com/sponsors",
        "Patreon": "https://www.patreon.com/"
    }
}

API Documentation

See https://github.com/obsidianmd/obsidian-api