/bazaar

思源笔记社区集市。SiYuan community bazaar.

Primary LanguageGoOtherNOASSERTION

SiYuan community bazaar

中文

Overview

The SiYuan community bazaar is divided into four parts:

  • Theme bazaar
  • Template bazaar
  • Icon bazaar
  • Widget bazaar

Please refer to the following methods for listing.

Push to theme bazaar

Please make sure that the root path of your theme repository contains at least the following files before listing (repo example):

  • theme.css
  • theme.json (please make sure the JSON format is correct)
  • preview.png (please compress the image size within 512 KB)
  • README.md (please note the case)
  • Create a release on GitHub

After confirmation, please create a pull request to the Community Bazaar repository and modify the themes.json file in it. This file is the index of all community theme repositories, the format is:

{
   "repos": [
     "username/reponame"
   ]
}

If the theme you developed has an updated version, please remember:

  • Update the version field in your theme.json
  • Create a new release on GitHub

Push to template bazaar

Please make sure that the root path of your template repository contains at least the following files before listing (repo example):

  • template.json (please make sure the JSON format is correct)
  • preview.png (please compress the image size within 512 KB)
  • README.md (please note the case)
  • Create a release on GitHub

After confirmation, please create a pull request to the Community Bazaar repository and modify the themes.json file in it. This file is the index file of all community template repositories, the format is:

{
   "repos": [
     "username/reponame"
   ]
}

If the template you developed has an updated version, please remember:

  • Update the version field in your template.json
  • Create a new release on GitHub

Push to icon bazaar

Please make sure that the root path of your icon repository contains at least the following files before listing:

  • icon.js
  • icon.json (please make sure the JSON format is correct)
  • preview.png (please compress the image size within 512 KB)
  • README.md (please note the case)
  • Create a release on GitHub

After confirmation, please create a pull request to the Community Bazaar repository and modify the consi.json file in it. This file is the index of all community icon repositories, the format is:

{
   "repos": [
     "username/reponame"
   ]
}

If the icon you developed has an updated version, please remember:

  • Update the version field in your icon.json
  • Create a new release on GitHub

Push to widget bazaar

Please make sure that the root path of your widget repository contains at least the following files before listing:

  • index.html
  • widget.json (please make sure the JSON format is correct)
  • preview.png (please compress the image size within 512 KB)
  • README.md (please note the case)
  • Create a release on GitHub

After confirmation, please create a pull request to the Community Bazaar repository and modify the consi.json file in it. This file is the index of all community icon repositories, the format is:

{
   "repos": [
     "username/reponame"
   ]
}

If the widget you developed has an updated version, please remember:

  • Update the version field in your widget.json
  • Create a new release on GitHub