mirror of
https://github.com/rifts-obsidian-laboratory/anki-integration.git
synced 2026-07-22 05:42:50 +00:00
Features - Added tags object to default child of codeBlockParameters
This commit is contained in:
parent
a81b7f2a98
commit
3ffbf1e280
1 changed files with 2 additions and 1 deletions
|
|
@ -354,7 +354,8 @@ export class AddNoteFromCodeBlockModal extends Modal {
|
|||
* @remarks It has ""fields": {}" as a default child in order to store Anki note's fields related data.
|
||||
*/
|
||||
const codeBlockParameters: Object = {
|
||||
"fields": {}
|
||||
"fields": {},
|
||||
"tags": {}
|
||||
};
|
||||
/**
|
||||
* @type {Array} match
|
||||
|
|
|
|||
Loading…
Reference in a new issue