[02:42:59] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Links, 10Design: VisualEditor: Link input widget should have separate inputs for target and display text - https://phabricator.wikimedia.org/T55973#3981302 (10Thryduulf) @Pginer-WMF That looks like it would resolve at least most of the i... [03:28:44] 10VisualEditor, 10VisualEditor-ContentEditable: tables with class "toc" are invisible in VisualEditor but can be (acidentally) deleted - https://phabricator.wikimedia.org/T187636#3981309 (10Thryduulf) [08:23:36] ok, looks like I solved my problem with this: https://www.mediawiki.org/wiki/VisualEditor/Gadgets#Adding_a_table [08:24:15] a simple two-row table did the job: top row for comments and bottom - for signature [08:26:54] the other question - how to add custom tags/attributes/annotations at linear model level? [08:28:22] e.g. I want to move the signature to the right and make it italic [08:28:31] here is my code now: [08:28:42] { type: 'tableCell', attributes: { style: 'data' } }, [08:28:44] { type: 'paragraph' }, { type: 'mwSignature' }, { type: '/mwSignature' }, { type: '/paragraph' }, [08:28:45] { type: '/tableCell' }, [08:40:23] I'm having hard times trying to find the up-to-date info about linear model representation... https://www.mediawiki.org/wiki/VisualEditor/API/Data_Model/Surface https://www.mediawiki.org/wiki/VisualEditor/API/Data_Model/Annotations https://www.mediawiki.org/wiki/Parser_2011/WikiDom_Specification [09:00:23] ok, I've run out of ideas on how to insert annotations and alien elements to linear model, will wait here for help [09:56:51] (03CR) 10jenkins-bot: build: Updating mediawiki/minus-x to 0.3.1 [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/412326 (owner: 10Libraryupgrader) [11:42:41] (03CR) 10jenkins-bot: build: Updating mediawiki/minus-x to 0.3.1 [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/412394 (owner: 10Libraryupgrader) [20:14:51] https://www.mediawiki.org/wiki/Citoid#Installation [20:15:21] someone update this? i've got nodejs v4.8.4 and i'm not sure this 8d6eae22 version of translation-server is not ancient [21:44:01] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/412583 (owner: 10L10n-bot) [21:46:35] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/412595 (owner: 10L10n-bot) [23:20:35] hi all! Discovered this page https://www.mediawiki.org/wiki/VisualEditor/Node_types [23:21:14] but, unfortunately, can't apply annotations to my code [23:23:08] are these descriptions up-to-date? [23:24:54] if judging by greping the source tree — yes [23:25:53] so I must be doing something wrong when trying to apply them to a linear model