anki/ts/image-occlusion
Mani 135de7f9ed
image occlusion button in note editor (#2485)
* setup mask editor in note editor
- add image on mask button click (only one time)
- show hide add button for io on notetype change
- hide field in io notetype
- icon for toggle
and replace image

* add update io notes

* Tidy up i/o notetype check and fix error

- Make it a method on editor
- Use .get(), because the setting doesn't exist on older notetypes
- Pass the bool value into the ts code, instead of the enum

* reset io page after adding

* remove adjust function & add target for mask editor

* handle browse mode & merged sidetoolbar and toptoolbar to toolbar

* fix: shape, button click in browse, dropdown menu

* add arrow to add button

* store for handling visiblity of maskeditor
- remove update  button in edit mode, implement autoupdate

* update var name

* simplify store
2023-07-27 22:45:49 +10:00
..
notes-toolbar Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
shapes image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
tools Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00
add-or-update-note.ts Combine all backend methods into a single js/d.ts file, like in Python 2023-07-03 13:46:38 +10:00
canvas-scale.ts Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00
icons.ts Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
image-occlusion-base.scss Add scss formatter 2023-07-03 09:44:38 +10:00
ImageOcclusionPage.svelte Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00
index.ts image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
lib.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
mask-editor.ts image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
MaskEditor.svelte image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
Notes.svelte image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
review.scss Add scss formatter 2023-07-03 09:44:38 +10:00
review.ts Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00
StickyFooter.svelte fix image height issues in iOS safari (#2480) 2023-04-26 16:01:04 +10:00
store.ts image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
Tags.svelte fix image height issues in iOS safari (#2480) 2023-04-26 16:01:04 +10:00
Toast.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
Toolbar.svelte image occlusion button in note editor (#2485) 2023-07-27 22:45:49 +10:00
tsconfig.json Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00
types.ts Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00