Skip to content

Commit 6fc0345

Browse files
authored
Merge pull request #224 from 12qweas/main
Fix extra items in Word export in Longform
2 parents 5e744fa + 4b15735 commit 6fc0345

3 files changed

Lines changed: 2 additions & 67 deletions

File tree

PaperBell/.obsidian/plugins/obsidian-enhancing-export/data.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
{
1010
"name": "PaperBell (Word)",
1111
"type": "pandoc",
12-
"arguments": "--defaults=\"${vaultDir}/40 - Obsidian/脚本/pandoc/defaults/manuscript-obsidian.yaml\" --resource-path=\"${currentDir}\" --resource-path=\"${attachmentFolderPath}\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${currentDir}/../figs\" --resource-path=\"${currentDir}/../imgs\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/images\" --resource-path=\"${currentDir}/../images\" --csl=\"${vaultDir}/40 - Obsidian/脚本/pandoc/csl/${metadata.csl}.csl\" -o \"${outputPath}\"",
13-
"extension": ".docx"
14-
},
15-
{
16-
"name": "PaperBell (Word, 简版)",
17-
"type": "pandoc",
18-
"arguments": "--defaults=\"${vaultDir}/40 - Obsidian/脚本/pandoc/defaults/demo-obsidian.yaml\" --resource-path=\"${currentDir}\" --resource-path=\"${attachmentFolderPath}\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${currentDir}/../figs\" --resource-path=\"${currentDir}/../imgs\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/images\" --resource-path=\"${currentDir}/../images\" --csl=\"${vaultDir}/40 - Obsidian/脚本/pandoc/csl/${metadata.csl}.csl\" -o \"${outputPath}\"",
12+
"arguments": "--defaults=\"${vaultDir}/40 - Obsidian/脚本/pandoc/defaults/${metadata.template}.yaml\" --resource-path=\"${currentDir}\" --resource-path=\"${attachmentFolderPath}\" --resource-path=\"${currentDir}/figs\" --resource-path=\"${currentDir}/../figs\" --resource-path=\"${currentDir}/../imgs\" --resource-path=\"${currentDir}/imgs\" --resource-path=\"${currentDir}/images\" --resource-path=\"${currentDir}/../images\" --csl=\"${vaultDir}/40 - Obsidian/脚本/pandoc/csl/${metadata.csl}.csl\" -o \"${outputPath}\"",
1913
"extension": ".docx"
2014
},
2115
{
@@ -74,7 +68,7 @@
7468
"openExportedFile": true,
7569
"env": {},
7670
"showExportProgressBar": true,
77-
"lastEditName": "eisvogel",
71+
"lastEditName": "PaperBell (Word)",
7872
"lastExportDirectory": {
7973
"darwin": "/Users/songshgeo/Documents/Obsidian/PaperBell/Outputs/PaperBell用户文档"
8074
},
-16.1 KB
Binary file not shown.

PaperBell/40 - Obsidian/脚本/pandoc/defaults/manuscript-obsidian.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)