[01:15:13] 10VisualEditor-MediaWiki-References, 10Patch-For-Review, 10Performance, 10User-notice, 10VisualEditor (Current work): Wikis using template-generated references no longer seeing ref list contents while editing - https://phabricator.wikimedia.org/T187495#3980411 (10Liuxinyu970226) [07:24:18] 10VisualEditor, 10VisualEditor-MediaWiki-2017WikitextEditor: Incorrect cursor position in 2017 wikitext editor with syntaxhighlighting - https://phabricator.wikimedia.org/T181816#3980633 (10Kaartic) >>! In T181816#3965062, @Esanders wrote: > > No, it was in `wmf/1.31.0-wmf.20`, which only hit all Wikipedia's... [10:16:34] 10VisualEditor, 10VisualEditor-VisualDiffs: Historic visual diff displays change complete unrelated to actual change - https://phabricator.wikimedia.org/T187613#3980786 (10Schnark) [10:23:55] 10VisualEditor, 10VisualEditor-VisualDiffs: Metadata (author, edit comment, navigation links etc) not shown in historic visual diff - https://phabricator.wikimedia.org/T187614#3980797 (10Schnark) [10:25:14] 10VisualEditor, 10VisualEditor-VisualDiffs: Historic visual diff displays change completely unrelated to actual change - https://phabricator.wikimedia.org/T187613#3980808 (10Schnark) [10:36:37] 10VisualEditor-VisualDiffs, 10Patch-For-Review, 10VisualEditor (Current work): When moving and reordering references the "References" list isn't being updated - https://phabricator.wikimedia.org/T171587#3980827 (10Tchanders) [10:43:39] 10VisualEditor, 10VisualEditor-VisualDiffs: "element.setAttribute is not a function" error when switching to historic visual diff - https://phabricator.wikimedia.org/T187616#3980841 (10Schnark) [11:06:43] 10VisualEditor, 10VisualEditor-MediaWiki-2017WikitextEditor, 10VisualEditor-VisualDiffs: Visual diff on a section edit shows every other section to have been deleted (but the edit saves correctly) - https://phabricator.wikimedia.org/T183938#3980881 (10Esanders) p:05High>03Low Showing visual diffs from wi... [12:20:10] (03PS1) 10Tchanders: Do less work when building the diff document [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/411591 [12:28:00] 10VisualEditor-MediaWiki-References, 10Patch-For-Review, 10Performance, 10User-notice, 10VisualEditor (Current work): Wikis using template-generated references no longer seeing ref list contents while editing - https://phabricator.wikimedia.org/T187495#3980911 (10Elitre) >>! In T187495#3979825, @IKhitron... [12:33:49] (03CR) 10Tchanders: "This gave a 20% speedup for me (when replacing a whole document with a very long document)." [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/411591 (owner: 10Tchanders) [12:43:26] (03PS2) 10Tchanders: Do less work when building the diff document [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/411591 (https://phabricator.wikimedia.org/T187070) [12:48:01] (03PS3) 10Tchanders: Do less work when building the diff document [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/411591 (https://phabricator.wikimedia.org/T187070) [13:14:54] (03PS2) 10Tchanders: Show reference moves in visual diff [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/385827 (https://phabricator.wikimedia.org/T171587) [13:20:34] 10VisualEditor-VisualDiffs, 10VisualEditor (Current work): When VisualDiff times out, please tell the user - https://phabricator.wikimedia.org/T180842#3980955 (10Tchanders) [13:23:20] 10VisualEditor-VisualDiffs, 10VisualEditor (Current work): When VisualDiff times out, please tell the user - https://phabricator.wikimedia.org/T180842#3980968 (10Tchanders) a:03Tchanders [14:02:29] 10VisualEditor-MediaWiki-References, 10Patch-For-Review, 10Performance, 10User-notice, 10VisualEditor (Current work): Wikis using template-generated references no longer seeing ref list contents while editing - https://phabricator.wikimedia.org/T187495#3980977 (10IKhitron) >>! In T187495#3980911, @Elitre... [21:14:20] 10VisualEditor, 10VisualEditor-VisualDiffs: VisualDiffs algorithm should be improved - https://phabricator.wikimedia.org/T187632#3981223 (10IKhitron) [22:18:28] hi all! I need to implement an proofread comments mode for VisualEditor, something like this: https://tfsoft.org.ua/~twister/tmp/mediawiki_proofread_comment.png [22:20:17] the obvious way - templates, but [22:20:58] it should be editable 'inline', alongside the main article, without separate edit window, so Templates doesn't fit [22:23:35] what is my best option? [22:23:44] 1) custom annotation type? [22:24:24] 2) raw html + alien type? [22:27:03] 3) ... ? [22:27:18]
is not suitable either, because it is applied to the single paragraph only and can't contain paragraphs itself [22:32:45] VE right now handles my alien
s (inserted using DOM inspector in FF) pretty well, they are fully editable and fulfills all the needs I have. [22:34:21] so I'm going to opt for second variant, unless there is something fundamentally wrong with it