From 331a2e62941e04a4d50a21faefed663a92ddc00a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 29 May 2022 21:24:41 -0400 Subject: Add support for guiEditNote to view notes (#2143) * Add AnkiConnect.guiEditNote * Update _onApiNoteView to first try guiEditNote * Add setting * Update noteView API * Use setting * Return which mode was used * Update DisplayGenerator * Handle errors in DisplayAnki * Update docs * Add isErrorUnsupportedAction function * Add an allowFallback option to noteView * Disambiguate * Simplify now that preferredMode isn't used * Update settings info * Implement test buttons * Update styles * Update status visibility * Wrap layout * Update description * Update date --- ext/settings.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'ext/settings.html') diff --git a/ext/settings.html b/ext/settings.html index ac296b8d..1ad0c37d 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1764,6 +1764,39 @@ +
+
+
+
Note viewer window
+
+ Clicking the View added note button shows this window. + More… +
+
+
+ +
+
+ +
-- cgit v1.2.3