-
I use trilium for taking notes in university and use subscripts a lot. It would be nice if there was a shortcut for switching the text style to subscript or superscript similar to what crtl+b does for switching to bold text. I checked the documentation of ckeditor and the trilium shortcuts and couldn't find anything. Please let me know if I'm missing anything and if this isn't implemented yet, I would love it if someone would do it :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't think this is currently possible, sorry. |
Beta Was this translation helpful? Give feedback.
-
I implemented this function by using a script to simulate the mouse, the code is:
The shortcut key for superscript is alt+[, the shortcut key for subscript is alt+]. The following is the implementation of shortcut keys for inserting formulas that I use myself (It can convert the selected text into a formula, and the default shortcut key (ctrl+m) can only insert the formula):
The shortcut key for inserting a formula is alt+=. |
Beta Was this translation helpful? Give feedback.
I implemented this function by using a script to simulate the mouse, the code is:
#widget