You've already forked obsidian-visualiser
Remove xlsx and csv files from content generation
This commit is contained in:
@@ -8,6 +8,12 @@ export default defineNuxtConfig({
|
||||
documentDriven: {
|
||||
injectPage: true,
|
||||
},
|
||||
ignores: [
|
||||
'\\.',
|
||||
'-',
|
||||
'\\.xls',
|
||||
'\\.csv'
|
||||
],
|
||||
contentHead: true,
|
||||
markdown: {
|
||||
toc: { depth: 3, searchDepth: 3 },
|
||||
|
||||
Reference in New Issue
Block a user