mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
feat(import): trim .mdx extension from import
This commit is contained in:
@@ -173,6 +173,7 @@ export function removeTextFileExtension(filePath: string) {
|
||||
|
||||
switch (extension) {
|
||||
case ".md":
|
||||
case ".mdx":
|
||||
case ".markdown":
|
||||
case ".html":
|
||||
case ".htm":
|
||||
|
||||
Reference in New Issue
Block a user