anki/ts/editor/editor-toolbar
Mani be1f889211
fixes: remove unfinished shapes, remove selectable and make shapes remain inside canvas (#2809)
* remove unfinished polygon and remove selectable for shapes in polygon mode

* make group and polygon position remain inside canvas area

* click through transparent area in grouped object

* add some shortcuts for basic usages

* tools button icon in center & switch mode border

* fix load svg image

* basic rtl support, panzoom have issues in rtl mode

* better zoom option both in ltr and rtl

* handle zoom event in mask editor

* add h button to handle toggle mask

* add more mime type

* use capital M (shift+m) for toggle mask

* allow io shortcuts in mask editor only

* make other shapes also remain in canvas bound area

* better zoom implementation, zoom from center
add zoom to resize event listener

* add a border to corner to handle blend of control

* add refresh button to go to  selection menu

* add tooltip to shortcuts and also add shortcut for other tools

* make opacity remain in same state when toggled on

* opacity for group/ungroup objects

* update shortcuts implementation
2023-11-24 14:06:40 +10:00
..
AddonButtons.svelte Improved add-on extension API (#1626) 2022-02-03 14:52:11 +10:00
BlockButtons.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
BoldButton.svelte Update bold check to font weight 700 2023-07-17 14:20:31 +10:00
ColorPicker.svelte Fix color defaulting to black 2022-12-11 11:58:21 +10:00
CommandIconButton.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
EditorToolbar.svelte image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
HighlightColorButton.svelte Fix color defaulting to black 2022-12-11 11:58:21 +10:00
icons.ts fixes: remove unfinished shapes, remove selectable and make shapes remain inside canvas (#2809) 2023-11-24 14:06:40 +10:00
ImageOcclusionButton.svelte fixes: remove unfinished shapes, remove selectable and make shapes remain inside canvas (#2809) 2023-11-24 14:06:40 +10:00
index.ts Refactor how toolbar buttons get to surround within editor fields (#1931) 2022-08-15 13:34:16 +10:00
InlineButtons.svelte Move all buttons to our custom inline surrounding (#1682) 2022-02-22 22:17:22 +10:00
ItalicButton.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
LatexButton.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
NotetypeButtons.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
OptionsButton.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
OptionsButtons.svelte Give OptionsButton its own ButtonGroup and move it to more prominent position (#2207) 2022-11-23 16:18:29 +10:00
RemoveFormatButton.svelte Fix possible unexpected flash of pop-up menu (#2274) 2022-12-19 12:07:47 +10:00
RichTextClozeButtons.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
SubscriptButton.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
SuperscriptButton.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
TemplateButtons.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
TextColorButton.svelte Hack around color setting failure in Qt6.5 2023-05-18 16:36:16 +10:00
UnderlineButton.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
WithColorHelper.svelte Fix insert media always insert at the start (on Windows) (#1684) 2022-02-25 10:59:06 +10:00