fuddl

Results 65 comments of fuddl

For anyone interested: You can draw an approximation of a circle using the `QuadraticBezier` plugin: ```js const precision = 42; let circleXYPoints = { x: [], y: [], z: [],...

I will have to think about it

@mithi I suppose we need a way to tell the `DataRenderer.render()` which projection method should be used. Currently this is determined by it's (hardcoded) type. How about we instead ask...

you are suggesting plug-ins should look like this? ```jsx const trianglesPlugin = { triangles: { types: ['points'], Renderer: (element, transforms) => { const { size, color, opacity, id } =...

That only affects the presentation. The actual text has no css ^^

To make it readable 'as it is'. for example you want to copy and paste it to an email or you save it in a text file or in a...

Should be renamed to 'Mobile support' since there is not only iOS any more. In Chrome for Android its a little hard to use right now.

ok, I thought this issue is about _how should things work on touch devices_ which would affect iOS and Android equally. > Maybe even on focus the editor fills the...

may be connected to [#39](ttps://github.com/OscarGodson/EpicEditor/issues/39) and [#179](https://github.com/OscarGodson/EpicEditor/issues/179)

is this also supposed to work on stuff like lists, blockquotes and so on?