Skip to content

Conversation

@hogmoff
Copy link
Contributor

@hogmoff hogmoff commented Dec 16, 2025

If you are submitting a new bazaar package for the first time, please confirm the following information.

  • The repository is public
  • Include the appropriate open source license file LICENSE
  • Does not involve infringing content, such as non-commercial font files

@github-actions
Copy link

Pull Request Check Report

Add 0 Icon Repo

Add 1 Plugin Repo

hogmoff/siyuan-plugin-ocr-api


Add 0 Template Repo

Add 0 Theme Repo

Add 0 Widget Repo

@TCOTC TCOTC self-requested a review December 17, 2025 02:36
@TCOTC TCOTC changed the title Add 'hogmoff/siyuan-plugin-ocr-api' to the plugins list Add hogmoff/siyuan-plugin-ocr-api Dec 17, 2025
@TCOTC
Copy link
Collaborator

TCOTC commented Dec 18, 2025

  • The icon.png is too large and needs to be compressed to under 20KB.

  • Links in the README must use complete GitHub links:

    PixPin_2025-12-18_10-31-11
    PixPin_2025-12-18_10-31-21
    PixPin_2025-12-18_10-31-29

  • Need to modify plugin.json:

       "backends": [ // If all backends are supported, only keep ["all"]
         "windows",
         "linux",
         "darwin",
         "ios",
         "android",
         "harmony",
         "docker",
         "all"
       ],
       "frontends": [ // If all frontends are supported, only keep ["all"]
         "desktop",
         "mobile",
         "browser-desktop",
         "browser-mobile",
         "desktop-window",
         "all"
       ],
       "disabledInPublish": false, // Publishing the service may leak API keys; it is recommended to change to true
  • It is recommended to modify index.ts:

    Execute removeData(STORAGE_NAME) in the uninstall() method to delete locally saved files when uninstalling the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants