forked from echinopscis/obsidian-wikidata-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32704fe
commit 082b5de
Showing
19 changed files
with
628 additions
and
1,496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "obsidian-book-wikidata-sidebar-plugin", | ||
"name": "Wikidata sidebar", | ||
"version": "0.2.0", | ||
"id": "obsidian-phylotree-plugin", | ||
"name": "Phylotree Plugin", | ||
"version": "1.0.0", | ||
"minAppVersion": "0.12.0", | ||
"description": "Wikidata", | ||
"description": "Display newick and nexus code blocks using phylotree.", | ||
"author": "nickynicolson", | ||
"authorUrl": "https://github.com/nickynicolson", | ||
"isDesktopOnly": false | ||
"authorUrl": "https://github.com/echinopscis/obsidian-phylotree", | ||
"isDesktopOnly": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "wikidata-sidebar-plugin", | ||
"version": "0.5.11", | ||
"description": "A wikidata plugin", | ||
"homepage": "https://nickynicolson.github.io/wikidata-sidebar-plugin/", | ||
"name": "phylotree-block-plugin", | ||
"version": "0.1.0", | ||
"description": "A phylotree block processor", | ||
"homepage": "https://nickynicolson.github.io/phylotree-block-plugin/", | ||
"main": "main.js", | ||
"standard-version": { | ||
"t": "" | ||
}, | ||
"keywords": [ | ||
"wikidata", | ||
"sidebar", | ||
"phylotree", | ||
"obsidian", | ||
"plugin" | ||
], | ||
|
@@ -47,10 +46,12 @@ | |
"husky": "^8.0.1", | ||
"jest": "^28.1.3", | ||
"obsidian": "latest", | ||
"phylotree": "^2.0.1", | ||
"prettier": "^2.7.1", | ||
"standard-version": "^9.3.2", | ||
"ts-jest": "^28.0.7", | ||
"typescript": "4.4.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"dependencies": {} | ||
} |
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
src/apis/models/wikidata_item_by_property_sparql_reponse.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.