Michael Aufreiter
Michael Aufreiter
> 1) Regarding performance the only minor, issue, is when having too many annotations in the same paragraph. Writing in that paragraph makes the performance really slow. I am starting...
For instance in some places we use `el.nodeType` which in our abstraction returns a string: ```js ... getNodeType() { switch(this.el.nodeType) { case window.Node.TEXT_NODE: return "text" case window.Node.ELEMENT_NODE: return 'element' case...
As reported by Danne from Infomaker: It seems the problem stems from version 61.0.3163.79 of Chrome. This change in testing code accurately describes the previous behaviour and the new behaviour:...
Can be observed in Texture but assume it's a general Substance thing. Think we should have it solved for the next release, as it makes editing impossible in Safari.
Just a list to keep track what needs to be fixed before we can merge #1064 - [ ] deactivating panel with ESC breaks - [ ] when doing a...
Selecting a paragraph via triple click followed by a switch text type operation leads to an error. E.g. reproducible with Forms: 
Hi there, great effort! I just thought our projects could be complimentary... http://substance.io/texture/ We are solely focused on building an editor that stores content in a self-contained archive (e.g. a...
Currently we only allow importing of bibliographic records that have a DOI. See: https://github.com/substance/texture/pull/480#discussion_r181580524 To add support for entries without DOI's we'd need to make sure we don't end up...
# Description Maintain a bibliography and cite references in the manuscript. # User stories 1. As an author, I want to be able to insert/remove references to the bibliography, so...