fuddl
fuddl
I like it. Could also be the behaviour when you focus the editor [on mobile platforms](https://github.com/OscarGodson/EpicEditor/issues/27)
thats what clients usually expect
1. when you type `wd claims` (or any other command that expects a Wikidata-Entity) and 2. The next parameter is not a Wikidata-Entity (it doesn't match `/^Q\d+$/`) 3. hitting tab...
@florianfesti @gcollic could you please show me how you would integrate a second path in `paperbox.py`? I would supply the exact geometry then.
I tried this. The line is drawn but it is part of the same path and won’t have a different colour 🤷
@florianfesti okay, that works. ```py def mark(self): self.set_source_color(Color.BLACK) self.polyline(*([ 0, -90, self.mark_length, 180 ])) self.ctx.stroke() with self.saved_context(): self.set_source_color(Color.ETCHING) self.moveTo(10, 10, 90) self.edge(self.x) self.ctx.stroke() self.set_source_color(Color.BLACK) self.polyline(*([ self.mark_length, -90, ])) self.ctx.stroke() ```...
Also, every text one enters on a device set to english is assumed to be english. Would be nice if one could choose the product language to edit.
the question-mark in the svg is just a text element: ``` svg ? ``` without a font included… the font is specified as _Sans Bold_ does anyone have more info...
@samanpwbb I'm trying to fix this issue
does anyone know where the clipboard and the chain icon are used? oh, and the check mark…