You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked my configurations files and the documentation
Workflow
Obsidian plugin 💠
Describe the bug
when I run a publish I get this error in the Obsidian console.
plugin:obsidian-mkdocs-publisher:32 Uncaught (in promise) TypeError: t.endsWith is not a function
at Uu (plugin:obsidian-mkdocs-publisher:32:2995)
at Hu (plugin:obsidian-mkdocs-publisher:32:3328)
at Re (plugin:obsidian-mkdocs-publisher:32:4204)
at Vt.getAllFileWithPath (plugin:obsidian-mkdocs-publisher:36:6728)
at eval (plugin:obsidian-mkdocs-publisher:33:12439)
at Generator.next (<anonymous>)
at eval (plugin:obsidian-mkdocs-publisher:6:1359)
at new Promise (<anonymous>)
at D (plugin:obsidian-mkdocs-publisher:6:1179)
at Qa (plugin:obsidian-mkdocs-publisher:33:12357)
Issue validation
Workflow
Obsidian plugin 💠
Describe the bug
when I run a publish I get this error in the Obsidian console.
How to reproduce ?
No response
Configuration
{
"githubRepo": "Obsidian",
"githubName": "Valkann",
"GhToken": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"githubBranch": "main",
"shareKey": "share",
"excludedFolder": [],
"fileMenu": true,
"editorMenu": true,
"downloadedFolder": "yaml",
"folderDefaultName": "docs/notes",
"yamlFolderKey": "category",
"rootFolder": "docs",
"workflowName": "",
"embedImage": true,
"defaultImageFolder": "",
"autoCleanUp": true,
"autoCleanUpExcluded": [],
"folderNote": false,
"folderNoteRename": "index.md",
"convertWikiLinks": true,
"convertForGithub": true,
"subFolder": "",
"embedNotes": true,
"copyLink": false,
"mainLink": "",
"linkRemover": "",
"hardBreak": false,
"logNotice": false,
"convertDataview": true,
"useFrontmatterTitle": false,
"censorText": [],
"inlineTags": false,
"dataviewFields": [],
"excludeDataviewValue": [],
"metadataFileFields": [],
"frontmatterTitleKey": "title",
"shareExternalModified": true,
"automaticallyMergePR": true,
"metadataExtractorPath": "",
"convertInternalNonShared": false,
"frontmatterTitleRegex": "",
"frontmatterTitleReplacement": "",
"ExcludedFolder": []
}
Relevant log output
No response
OS
Windows
Anything else?
No response
The text was updated successfully, but these errors were encountered: