All Projects → siyuan-note → bazaar

siyuan-note / bazaar

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to bazaar

Cms.js Themes
Themes and Templates for CMS.js
Stars: ✭ 29 (+61.11%)
Mutual labels:  templates, themes
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (+461.11%)
Mutual labels:  icons, themes
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+2794.44%)
Mutual labels:  templates, themes
Awesome Stock Resources
🌇 A collection of links for free stock photography, video and Illustration websites
Stars: ✭ 10,162 (+56355.56%)
Mutual labels:  icons, templates
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (+994.44%)
Mutual labels:  widget, icons
perfect-ubuntu
js dev setup, just for fun
Stars: ✭ 14 (-22.22%)
Mutual labels:  icons, themes
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (+144.44%)
Mutual labels:  templates, themes
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (+405.56%)
Mutual labels:  widget, icons
Touch Bar Istats
Show CPU/GPU/MEM temperature on Touch Bar with BetterTouchTool!
Stars: ✭ 141 (+683.33%)
Mutual labels:  widget, icons
semantic-ui-forest
[Archived] Source code for official semantic-ui-forest website.
Stars: ✭ 49 (+172.22%)
Mutual labels:  templates, themes
summernote-themes
Addon Themes for Summernote Lite WYSIWYG Editor
Stars: ✭ 42 (+133.33%)
Mutual labels:  icons, themes
ant-design-icons
⚠️ 已停止维护,请使用:https://github.com/ant-design/ant-design-icons
Stars: ✭ 55 (+205.56%)
Mutual labels:  icons
uploadcare-rails
Rails wrapper for Uploadcare
Stars: ✭ 48 (+166.67%)
Mutual labels:  widget
justgo
Skeleton for jump-starting a Go-powered microservice project with Docker and Go best-practices + easy code hot-reloading (for dev environments)!
Stars: ✭ 29 (+61.11%)
Mutual labels:  templates
Icon-Requests
A Gtk application to report missing icons to your theme repository
Stars: ✭ 19 (+5.56%)
Mutual labels:  icons
rc-year-calendar
Official React wrapper for the year-calendar widget
Stars: ✭ 27 (+50%)
Mutual labels:  widget
weather-styled-icon
⛅️☀️🌧🌨in ⚛️
Stars: ✭ 23 (+27.78%)
Mutual labels:  icons
noun-project-api
A Ruby API wrapper for The Noun Project API's
Stars: ✭ 22 (+22.22%)
Mutual labels:  icons
pixel-widget
Scriptable Widget inspired by Pixel's "At a Glance" widget.
Stars: ✭ 96 (+433.33%)
Mutual labels:  widget
es-theme-Super-Retroboy
Super Retroboy Theme for the RetroFlag GPi Case and Small Screens 4:3 Aspect
Stars: ✭ 45 (+150%)
Mutual labels:  themes

思源笔记社区集市

English

思源笔记社区集市分为四个部分:

  • 主题集市
  • 模板集市
  • 图标集市
  • 挂件集市

请分别参考下面的方式进行上架。

上架主题集市

上架前请确认你的主题仓库根路径下至少包含以下文件(仓库示例):

  • theme.css
  • theme.json(请确保 JSON 格式正确)
  • preview.png(请压缩图片大小在 512 KB 以内)
  • README.md(请注意大小写)

确认无误以后请通过对社区集市仓库发起 pull request,修改 themes.json 文件。该文件是所有社区主题仓库的索引,格式为:

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

其中 commithash 请填写你的主题仓库上最近一次发布版本的 Git 提交哈希值,请使用完整哈希值,不要使用 7 位短值。

如果你开发的主题更新了版本,请记得:

  • 更新你的主题配置 theme.json 中的 version 字段
  • 再次对社区集市发起 Pull Request

上架模板集市

上架前请确认你的模板仓库根路径下至少包含以下文件(仓库示例):

  • template.json(请确保 JSON 格式正确)
  • preview.png(请压缩图片大小在 512 KB 以内)
  • README.md(请注意大小写)

确认无误以后请通过对社区集市仓库发起 pull request,修改 templates.json 文件。该文件是所有社区模板仓库的索引,格式为:

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

其中 commithash 请填写你的模板仓库上最近一次发布版本的 Git 提交哈希值,请使用完整哈希值,不要使用 7 位短值。

如果你开发的模板更新了版本,请记得:

  • 更新你的模板配置 template.json 中的 version 字段
  • 再次对社区集市发起 Pull Request

上架图标集市

上架前请确认你的图标仓库根路径下至少包含以下文件:

  • icon.json(请确保 JSON 格式正确)
  • icon.js
  • preview.png(请压缩图片大小在 512 KB 以内)
  • README.md(请注意大小写)

确认无误以后请通过对社区集市仓库发起 pull request,修改 icons.json 文件。该文件是所有社区图标仓库的索引,格式为:

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

其中 commithash 请填写你的图标仓库上最近一次发布版本的 Git 提交哈希值,请使用完整哈希值,不要使用 7 位短值。

如果你开发的图标更新了版本,请记得:

  • 更新你的图标配置 icon.json 中的 version 字段
  • 再次对社区集市发起 Pull Request

上架挂件集市

上架前请确认你的模板仓库根路径下至少包含以下文件(仓库示例):

  • widget.json(请确保 JSON 格式正确)
  • index.html
  • preview.png(请压缩图片大小在 512 KB 以内)
  • README.md(请注意大小写)

确认无误以后请通过对社区集市仓库发起 pull request,修改 widgets.json 文件。该文件是所有社区模板仓库的索引,格式为:

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

其中 commithash 请填写你的模板仓库上最近一次发布版本的 Git 提交哈希值,请使用完整哈希值,不要使用 7 位短值。

如果你开发的挂件更新了版本,请记得:

  • 更新你的挂件配置 widget.json 中的 version 字段
  • 再次对社区集市发起 Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].