Bold, Italic etc
Hello,
Is it possible to add a small tool bar in Zotero in order to add tags like <i>*</i> quickly? For example, select a word, press some button and get <i>word</i>? It is too wearisome to type it manually every time..
Is it possible to add a small tool bar in Zotero in order to add tags like <i>*</i> quickly? For example, select a word, press some button and get <i>word</i>? It is too wearisome to type it manually every time..
Dan, would you welcome a pull request for "Bold/italics via shortcuts, and bold/italics/super/sub in the context menu.", or should I wait until 5.0 has landed?
IIRC the bootstrap loader for that one is more complex than it needs to be. The bootstrap.js in the Abbreviation Filter is more complex than you would need (it builds and loads a persistent component), but it uses a simpler loading framework than Bluebook Signals.
* I don't like that right now, the only way for users to get automated rich text formatting in titles is to type out the current set "basic HTML tags" (listed in https://www.zotero.org/support/kb/rich_text_bibliography) by hand. It's error-prone and laborious.
* UI support could come in multiple ways. Provided that the user has selected some text in the title, Zotero could offer:
- shortcuts
- a right-click menu
- a toolbar
Based on your comments at https://forums.zotero.org/discussion/3875/rich-text-in-titles/?Focus=110229#Comment_110229, I understood that you found the first two options preferable and acceptable.
* So, if I were to work against "master"/5.0, would you accept a minimal patch adding shortcut support? It seems to me that your comment above ("This wouldn't be a minor change, though, since ...") and in the other thread ("I feel much less strongly about adding unrendered rich-text markup (at least those with basic HTML tags) via the keyboard.") are in conflict. Do shortcuts fall under "adding ... markup via the keyboard"?