mirror of
https://github.com/zigholding/obsidian-notesync-plugin.git
synced 2026-07-22 05:43:30 +00:00
readme blank to %20
This commit is contained in:
parent
132e849e33
commit
37a7f11607
3 changed files with 4 additions and 4 deletions
4
main.js
4
main.js
File diff suppressed because one or more lines are too long
2
main.ts
2
main.ts
|
|
@ -194,7 +194,7 @@ export default class VaultExpoterPlugin extends Plugin {
|
|||
res = res.replace(
|
||||
/\!\[\[(.*?)\]\]/g,
|
||||
(match:any, name:string) => {
|
||||
return ``;
|
||||
return `})`;
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "vault-exporter",
|
||||
"name": "Vault Exporter",
|
||||
"version": "0.5.0",
|
||||
"minAppVersion": "1.5.12",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "Export current note to another Vault.",
|
||||
"author": "ZigHolding",
|
||||
"isDesktopOnly": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue