feat: add option to open new note in a new tab
This commit is contained in:
parent
9ca51ffc59
commit
e7aabb9cb9
2 changed files with 14 additions and 0 deletions
|
|
@ -278,6 +278,8 @@ export default class MediaDbPlugin extends Plugin {
|
|||
try {
|
||||
console.debug('MDB | creating new note');
|
||||
|
||||
options.openNote = this.settings.openNoteInNewTab;
|
||||
|
||||
const fileContent = await this.generateMediaDbNoteContents(mediaTypeModel, options);
|
||||
|
||||
if (!options.folder) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue