Feature request: subscript and superscript toggle shortcut in notes
There are already subscript and superscript support for notes in the main page (i.e., standalone notes and item notes) and the notes in pdf viewer, but I can't find the related shortcuts related to subscript and superscript, and I've been using the mouse to select the text and choose the style.
Is it possible to have a subscript / superscript toggle shortcut similar to that in Google Slide? In Google Slide you can press `Ctrl + ,` to toggle subscript and `Ctrl + .` to toggle superscript. I tried searching for shortcut related code in the source code (https://github.com/zotero/note-editor/blob/master/src/core/keymap.js) but I'm pretty sure subscript / superscript shortcuts just don't exist.
Is it possible to have a subscript / superscript toggle shortcut similar to that in Google Slide? In Google Slide you can press `Ctrl + ,` to toggle subscript and `Ctrl + .` to toggle superscript. I tried searching for shortcut related code in the source code (https://github.com/zotero/note-editor/blob/master/src/core/keymap.js) but I'm pretty sure subscript / superscript shortcuts just don't exist.
-
adamsmithYou can use LaTeX Math notation ($Subscript_2 and Superscript^3$) but otherwise the editor supports markdown syntax, which doesn't have sub/superscript, that's right.
-
kaiserouoIn standalone notes and item notes I can do with latex notation, but most times I use sub/superscript in the notes in PDF reader, which doesn't seem to support latex (at least it doesn't interpret dollar signs)
-
seredesTry Linter: https://github.com/northword/zotero-format-metadata
-
Alex_Nader@seredes: great plugin, unfortunately superscript und subscript don't work on non-English keyboard layouts (German), bold and cursive are working well