Fixing text actions issues + improving text toolbar
This does 2 things :
- Improve the toolbar by using directly the Kirigami.ActionToolBar as the main component instead of the previous Card+ActionToolBar
More details
This make the toolbar now fully reactive to size change, folding the actions into a hamburger menu when needed- Improve/fix the way actions are performed in the text
More details
-
Adding/removing specials characters is now more precise, no more word being cut by accident
-
When adding/removing specials characters with an action, the resulting selected text will now reflect the action
Exemple : action bold on the word foo
=> **foo**
with the whole string being selected
- The code block action now add its special character at the start/end of the whole selection, not at the start/end of each selected lines
Note : it would be best to merge !15 (merged) before this one