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: {
|
documentDriven: {
|
||||||
injectPage: true,
|
injectPage: true,
|
||||||
},
|
},
|
||||||
|
ignores: [
|
||||||
|
'\\.',
|
||||||
|
'-',
|
||||||
|
'\\.xls',
|
||||||
|
'\\.csv'
|
||||||
|
],
|
||||||
contentHead: true,
|
contentHead: true,
|
||||||
markdown: {
|
markdown: {
|
||||||
toc: { depth: 3, searchDepth: 3 },
|
toc: { depth: 3, searchDepth: 3 },
|
||||||
|
|||||||
Reference in New Issue
Block a user