Skip to content

Commit

Permalink
Diff preview for exports for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
symunona committed Jun 21, 2024
1 parent 574b6c7 commit 9c8310f
Show file tree
Hide file tree
Showing 10 changed files with 3,731 additions and 224 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,11 @@ Open an [Issue on github](https://github.com/symunona/obsidian-bulk-exporter/iss

### Thanks

[Obsidian people](https://obsidian.md/about) for this amazing tool!
[Obsidian people](https://obsidian.md/about)

[Marcus Olson](https://marcus.se.net/) for the Dataview plugin and the [developer docs](https://marcus.se.net/obsidian-plugin-docs/)!

[jspaint.app](https://jspaint.app/) - the software missing from my childhood.
[Till Friebe](https://github.com/friebetill/obsidian-file-diff) for the Diff Tool code

[jspaint.app](https://jspaint.app/) - for the marketing image.

4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "bulk-exporter",
"name": "Bulk Exporter",
"version": "2.0.11",
"version": "2.0.12",
"minAppVersion": "0.15.0",
"description": "Use Dataview queries to export a set of notes with assets",
"author": "symunona",
"authorUrl": "https://github.com/symunona",
"fundingUrl": "https://bmc.link/symunona",
"isDesktopOnly": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulk-exporter",
"version": "1.0.11",
"version": "2.0.12",
"description": "Export structured data for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,10 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@types/diff": "^5.2.1",
"@types/underscore": "^1.11.4",
"crypto-js": "^4.1.1",
"diff": "^5.2.0",
"glob": "^10.3.3",
"obsidian-markdown-export": "github:bingryan/obsidian-markdown-export-plugin",
"scoped-eval": "^0.4.2",
Expand Down
Loading

0 comments on commit 9c8310f

Please sign in to comment.