mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Supported file types add .base
This commit is contained in:
parent
ccc3b24da7
commit
b165b46aa7
2 changed files with 3 additions and 2 deletions
|
|
@ -130,7 +130,8 @@ export async function renderGeneral(settingsTab: SettingsTab) {
|
|||
const options = [
|
||||
{ value: 'md', label: 'Markdown' },
|
||||
{ value: 'canvas', label: 'Canvas' },
|
||||
{ value: 'excalidraw', label: 'excalidraw' },
|
||||
{ value: 'base', label: 'Bases' },
|
||||
{ value: 'excalidraw', label: 'Excalidraw' },
|
||||
{ value: 'custom', label: 'Custom extension' },
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ export const DEFAULT_SETTINGS: FolderNotesSettings = {
|
|||
path: true,
|
||||
},
|
||||
settingsTab: 'general',
|
||||
supportedFileTypes: ['md', 'canvas'],
|
||||
supportedFileTypes: ['md', 'canvas', 'base'],
|
||||
boldName: false,
|
||||
boldNameInPath: false,
|
||||
cursiveName: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue