Michael Aufreiter

Results 113 issues of 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.

bug

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: ![image](https://cloud.githubusercontent.com/assets/2931/23481769/862dff10-ff31-11e6-99da-968f0e3daed2.png)

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...

UI
editor

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...

elife
feature-request

# 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...

feature-request