Skip to content

Commit 3948174

Browse files
committed
chore: bump 0.3.0
1 parent b7529de commit 3948174

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,29 @@ Currently, this plugin works with [TickTick for Mac](https://ticktick.com/about/
3131

3232
</table>
3333

34+
## How to use
35+
36+
This plugin has not been released officially yet.
37+
38+
### BRAT
39+
40+
If you use BRAT (Beta Reviewers Auto-update Tester), you can try the plugin to specify `tkat0/obsidian-ticktick`.
41+
42+
See [TfTHacker/obsidian42-brat: BRAT - Beta Reviewer's Auto-update Tool for Obsidian. Part of the Obsidian42 family of plugins.](https://github.com/TfTHacker/obsidian42-brat) for details
43+
44+
### Copy manually
45+
46+
- Download `main.js`, `manifest.json` and `styles.css` from [Releases](https://github.com/tkat0/obsidian-ticktick/releases)
47+
- Copy them to your vault `VaultFolder/.obsidian/plugins/obsidian-ticktick`
48+
- Enable this plugin in the Obsidian configuration.
49+
50+
### Build manually
51+
52+
- Download this repository
53+
- Run `npm install && npm run build`
54+
- Copy over `./packages/plugin/{main.js, manifest.json, styles.css}` to your vault `VaultFolder/.obsidian/plugins/obsidian-ticktick`
55+
- Enable this plugin in the Obsidian configuration.
56+
3457
## Feature Possibility
3558

3659
- Support Windows

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-ticktick",
33
"name": "TickTick",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"minAppVersion": "0.15.9",
66
"description": "TickTick plugin for Obsidian",
77
"author": "tkat0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ticktick-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "TickTick plugin for Obsidian",
66
"main": "main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"0.1.0": "0.15.9",
33
"0.1.1": "0.15.9",
4-
"0.2.0": "0.15.9"
4+
"0.2.0": "0.15.9",
5+
"0.3.0": "0.15.9"
56
}

0 commit comments

Comments
 (0)