FIxed BRAT download

This commit is contained in:
chris
2022-05-24 15:13:42 +08:00
parent 310cf3043c
commit 617bb370dc
4 changed files with 10 additions and 3 deletions

View File

@@ -61,6 +61,9 @@ https://www.notion.so/myworkspace/a8aec43384f447ed84390e8e42c2e089?v=...
# 感谢 # 感谢
[开发流程 | Obsidian 插件开发文档](https://luhaifeng666.github.io/obsidian-plugin-docs-zh/zh/getting-started/development-workflow.html) [开发流程 | Obsidian 插件开发文档](https://luhaifeng666.github.io/obsidian-plugin-docs-zh/zh/getting-started/development-workflow.html)
[GitHub - devbean/obsidian-wordpress: An obsidian plugin for publishing docs to WordPress.](https://github.com/devbean/obsidian-wordpress) [GitHub - devbean/obsidian-wordpress: An obsidian plugin for publishing docs to WordPress.](https://github.com/devbean/obsidian-wordpress)
[GitHub - obsidianmd/obsidian-api](https://github.com/obsidianmd/obsidian-api) [GitHub - obsidianmd/obsidian-api](https://github.com/obsidianmd/obsidian-api)
[GitHub - zhaohongxuan/obsidian-weread-plugin: Obsidian Weread Plugin is an plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.](https://github.com/zhaohongxuan/obsidian-weread-plugin) [GitHub - zhaohongxuan/obsidian-weread-plugin: Obsidian Weread Plugin is an plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.](https://github.com/zhaohongxuan/obsidian-weread-plugin)

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-to-notion", "id": "obsidian-to-notion",
"name": "Obsidian shared to Notion", "name": "Obsidian shared to Notion",
"version": "0.3.0", "version": "0.3.4",
"minAppVersion": "0.0.1", "minAppVersion": "0.0.1",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
"author": "Easychris", "author": "Easychris",

View File

@@ -1,6 +1,6 @@
{ {
"name": "obsidian-to-notion", "name": "obsidian-to-notion",
"version": "0.3.0", "version": "0.3.4",
"type": "module", "type": "module",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
"main": "main.js", "main": "main.js",

4
release.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
git tag -a $1 -m $1
git push origin $1