diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-12 22:47:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 22:47:07 -0500 |
commit | 5ae3acf6ff4d68379d9ea73c6ec90b8dfa69c6ad (patch) | |
tree | bb5ef5fd289b8f2fff8f4d276e432082bbf2bfe4 /.eslintrc.json | |
parent | b7c9fa105764eb2cd5befea86c98fe49f5763a1d (diff) |
Anki note data abstraction (#1228)
* Create AnkiNoteData
* Create AnkiNoteDataDefinitionProxyHandler
* Update media injection
* Create AnkiNoteDataDefinitionSecondaryProperties
* Update note context format
* Expose url and cloze on definition
* Simplify for understandability
* Remove unused _createNoteData
* Update public object
* Remove trims on sentence, since it should already be trimmed
* Fix unused global
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 94551803..0f854e76 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -96,6 +96,7 @@ "excludedFiles": [ "ext/mixed/js/core.js", "ext/bg/js/template-renderer.js", + "ext/bg/js/anki-note-data.js", "ext/mixed/js/dictionary-data-util.js" ], "globals": { |