Commit Graph

749 Commits

Author SHA1 Message Date
23rd
db7faca277 Got rid of cast-to-void result discarding. 2026-08-21 14:38:14 +03:00
23rd
d901bbc5cd Added auto closing of typed brackets in article editor. 2026-08-21 14:38:14 +03:00
23rd
ee241e013c Fixed line breaks in markdown rendering as spaces. 2026-08-20 08:50:40 +04:00
23rd
e185a1aad5 Fixed rich paste toast offering editor with same formatting. 2026-08-19 16:36:35 +03:00
23rd
f97e42e8f6 [iv-editor] Fixed Enter at item start removing empty item above. 2026-08-17 08:33:44 +03:00
23rd
bd86f9f389 [iv-editor] Added guards for list depth keys. 2026-08-17 08:33:44 +03:00
23rd
efb59a64c3 [iv-editor] Fixed multiline monospace in table cell becoming code block. 2026-08-17 08:33:44 +03:00
23rd
017ff59ed7 [iv-editor] Added downgrade of block entities to inline in table cell. 2026-08-17 08:33:44 +03:00
23rd
3f42df60ed [iv-editor] Fixed two list markers in one row on Enter at line end. 2026-08-17 08:33:44 +03:00
23rd
522a394dc9 [iv-editor] Added whole list condition for numbering type check. 2026-08-17 08:33:44 +03:00
23rd
df4b7bb662 [iv-editor] Added reset of item numbering on list type change. 2026-08-17 08:33:44 +03:00
23rd
f191f006a2 [iv-editor] Removed decimal item numbering for non-decimal lists. 2026-08-17 08:33:44 +03:00
23rd
514afb7186 [iv-editor] Moved horizontal scroll of nested lists to outermost list. 2026-08-17 08:33:44 +03:00
23rd
1346c68add [iv-editor] Fixed Shift+Tab on nested line lifting whole list item. 2026-08-17 08:33:44 +03:00
23rd
db160d91f4 [iv-editor] Fixed emoji shifting text offsets in inline editor field. 2026-08-17 08:33:44 +03:00
23rd
e189d05e44 [iv-editor] Fixed monospace in table cell inserting empty block after table. 2026-08-17 08:33:44 +03:00
23rd
f86ffa371d [iv-editor] Fixed Tab and Shift+Tab not adopting list style of new level. 2026-08-17 08:33:44 +03:00
23rd
b922b11603 [iv-editor] Fixed Backspace on blank list item restructuring previous item. 2026-08-17 08:33:44 +03:00
23rd
4c1233057a [iv-editor] Fixed line text disappearing after Tab in nested list. 2026-08-17 08:33:44 +03:00
23rd
415e3451ef [iv-editor] Removed nested list insertion from inside list item. 2026-08-17 08:33:44 +03:00
23rd
ae7f40ee19 Added ability to replace rich message media from clipboard. 2026-08-17 08:33:44 +03:00
23rd
34d46eaab2 [iv-editor] Fixed Enter with emoji suggestion having no selection. 2026-08-17 08:33:44 +03:00
23rd
4e9041bf42 [iv-editor] Fixed loss of list items wrapped into quote. 2026-08-17 08:33:44 +03:00
23rd
dc0f450375 [iv-editor] Replaced next cell with cell below on Enter inside table. 2026-08-17 08:33:44 +03:00
23rd
d883eca1ef [iv-editor] Added mutual exclusion for subscript and superscript. 2026-08-17 08:33:44 +03:00
23rd
30e6f8ecef [iv-editor] Added subscript, superscript and marked to selected text. 2026-08-17 08:33:44 +03:00
23rd
38625e1bd7 [iv-editor] Fixed missing redraw for ordered list turned into bullet. 2026-08-17 08:33:44 +03:00
23rd
14950f1a1d [iv-editor] Replaced item start with last line for caret moving up. 2026-08-17 08:33:44 +03:00
23rd
6643307608 [iv-editor] Fixed last line skip for vertical caret move in field. 2026-08-17 08:33:44 +03:00
23rd
9b39ec0c38 [iv-editor] Fixed caret loss after undo of structural change. 2026-08-17 08:33:44 +03:00
23rd
a5181315ad [iv-editor] Added empty list item guard for list insertion. 2026-08-17 08:33:43 +03:00
23rd
658fbb6158 [iv-editor] Added joining of pasted list with neighbours of same kind. 2026-08-17 08:33:43 +03:00
23rd
906438c9eb [iv-editor] Removed redundant start pinning for list kept above unwrap. 2026-08-17 08:33:43 +03:00
23rd
5b4c28d66f [iv-editor] Replaced list item with paragraph for text left below line. 2026-08-17 08:33:43 +03:00
23rd
639a23c747 [iv-editor] Added wrapping of active line into list without selection. 2026-08-17 08:33:43 +03:00
23rd
7a82493158 [iv-editor] Added joining of lists created by toolbar with neighbours. 2026-08-17 08:33:43 +03:00
23rd
f68574175c [iv-editor] Added joining of typed list with adjacent list of same kind. 2026-08-17 08:33:43 +03:00
23rd
527cdc13a6 [iv-editor] Added plain text offer for pasted markdown. 2026-08-17 08:33:43 +03:00
23rd
b739221fc3 [iv-editor] Added pasting of source data into just opened editor. 2026-08-17 08:33:43 +03:00
23rd
98591aa959 [iv-editor] Added detection of rich structure in pasted data. 2026-08-17 08:33:43 +03:00
23rd
66402576a3 [iv-editor] Added splitting of multiline selection into list items. 2026-08-17 08:33:43 +03:00
23rd
5939f632ba [iv-editor] Added removal of lists selected as whole blocks. 2026-08-17 08:33:43 +03:00
23rd
da3ecbd2c4 [iv-editor] Added removal of task list by its own toolbar action. 2026-08-17 08:33:43 +03:00
23rd
8274395d5b [iv-editor] Added removal of list from range of selected items. 2026-08-17 08:33:43 +03:00
23rd
0e99623139 [iv-editor] Added replace and edit actions to grouped media menu. 2026-08-17 08:33:43 +03:00
23rd
ca5c9bfd25 [iv-editor] Moved table grid helpers to iv_editor_page_table_grid. 2026-08-17 08:33:43 +03:00
23rd
3dce3e7593 [iv-editor] Moved block path helpers to iv_editor_page_path. 2026-08-17 08:33:43 +03:00
23rd
1724cfea37 [iv-editor] Moved block path types out of State class. 2026-08-17 08:33:43 +03:00
23rd
3d638c3c58 [iv-editor] Moved media block helpers to iv_editor_page_media. 2026-08-17 08:33:43 +03:00
23rd
39fce0760e [iv-editor] Moved tag algebra and field chunking to text entities. 2026-08-17 08:33:43 +03:00