Skip to content

Commit a994d4e

Browse files
committed
chore: update manifest and README to support database graph options
1 parent 9c06377 commit a994d4e

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Ensure that your plugin has a `publish.yml` file, so when you create a release f
3535
- `sponsors` - [optional] Sponsor external links. default: `[]`
3636
- `web` - [optional] Whether the web browser platform is supported. default: `false`
3737
- `effect` - [optional] Whether the sandbox is running under the same origin with host. default: `false`
38-
- `unsupportedGraphType` - [optional] Flag to indicate that which graph type does not to be supported. value: `file` | `db`
38+
- `supportsDB` - [optional] Whether the plugin supports database graph. default: `false`
39+
- `supportsDBOnly` - [optional] Whether the plugin only supports database graph. default: `false`
3940
> ⚠️ `effect`? - it's not recommended to turn on this option if you don't
4041
> need a specific feature (_the current built-in plugin API does not satisfy_),
4142
> which may affect the stability of the program. If it does need to be turned on,

packages/logseq-checklist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"author": "P. Kerim Friedman",
55
"repo": "kerim/logseq-checklist",
66
"icon": "icon.png",
7-
"unsupportedGraphType": "file"
7+
"supportsDBOnly": true
88
}

packages/logseq-youtube-summary/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repo": "rcontrerasv/logseq-youtube-summary",
66
"icon": "./icon.png",
77
"theme": false,
8-
"effect": false,
8+
"effect": true,
99
"sponsors": [
1010
"https://ko-fi.com/rodandresv"
1111
]

plugins.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"datetime": 1767504536044,
2+
"datetime": 1767678611358,
33
"packages": [
44
{
55
"title": "Block pin",
@@ -692,7 +692,7 @@
692692
"author": "P. Kerim Friedman",
693693
"repo": "kerim/logseq-checklist",
694694
"icon": "icon.png",
695-
"unsupportedGraphType": "file",
695+
"supportsDBOnly": true,
696696
"id": "logseq-checklist",
697697
"addedAt": 1765800511000
698698
},
@@ -4769,7 +4769,7 @@
47694769
"repo": "rcontrerasv/logseq-youtube-summary",
47704770
"icon": "./icon.png",
47714771
"theme": false,
4772-
"effect": false,
4772+
"effect": true,
47734773
"sponsors": [
47744774
"https://ko-fi.com/rodandresv"
47754775
],

0 commit comments

Comments
 (0)