forked from joplin/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobsoletes.json
57 lines (57 loc) · 2 KB
/
obsoletes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"ambrt.backlinksToNote": {
"manifest_version": 1,
"id": "ambrt.backlinksToNote",
"app_min_version": "1.5",
"version": "1.0.2",
"name": "Backlinks to note",
"description": "Creates backlinks to opened note",
"author": "a",
"homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632",
"_publish_hash": "sha256:5676da6b9ad71fc5a9779d3bde13f17de5352344711e135f0db8c62c6dbb5696",
"_publish_commit": "master:19e515bd67e51cc37bd270a32d2898ca009a0de2",
"_npm_package_name": "joplin-plugin-backlinks"
},
"MyPlugin": {
"manifest_version": 1,
"id": "MyPlugin",
"app_min_version": "1.6",
"version": "1.0.0",
"name": "Testing New Plugin",
"description": "bla",
"author": "bla",
"homepage_url": "bla",
"repository_url": "bla",
"_publish_hash": "sha256:065285d06ea3c084e7f8f8c23583de8d70c4d586274a242c4c750f6faad8c7cb",
"_publish_commit": "",
"_npm_package_name": "joplin-plugin-testing-new-plugin"
},
"Outline": {
"manifest_version": 1,
"id": "Outline",
"app_min_version": "1.6.7",
"version": "1.0.9",
"name": "outline",
"description": "Outline sidebar plugin for joplin.",
"author": "cqroot",
"homepage_url": "https://github.com/cqroot/joplin-outline",
"_publish_hash": "sha256:fb1b2803a08ae0e53b61e19ac18487e558878f3696abb8be509e5ebface0a0c7",
"_publish_commit": "main:24f7d8a3c3c6d715778fccf48cb73df05ca71d2a",
"_npm_package_name": "joplin-plugin-outline"
},
"org.joplin.bug-test": {
"manifest_version": 1,
"id": "org.joplin.bug-test",
"app_min_version": "1.7",
"version": "1.0.0",
"name": "Bug Test",
"description": "a plugin for testing the bug",
"author": "benji",
"homepage_url": " https://github.com/StinkyBenji/test.git",
"repository_url": " https://github.com/StinkyBenji/test.git",
"keywords": [],
"_publish_hash": "sha256:64e341b2ef34ee06d3843b593e4d3f98056e1850161c5ea6a986fa4893163746",
"_publish_commit": "master:91eb31ca1e40ee556ed730dbd8b75e5531826c61",
"_npm_package_name": "joplin-plugin-bug-test"
}
}