stencila
stencila copied to clipboard
Programmable, reproducible, interactive documents
Whilst working on an upcoming ERA, the VoR being https://elifesciences.org/articles/57067, I noticed some differences between the styling of some elements on https://elifesciences.org/ and the styling in the Thema eLife theme......
See https://github.com/stencila/encoda/issues/840 for context: > There is an issue with how we generate the email icons, and other similar icon links, for article Authors. >By using the CSS pseudo element,...
Whilst working on https://github.com/stencila/encoda/pull/842, @fkmendes and I noticed that in the Nature theme that table captions get excessively "squashed" e.g. 
We would like to have a consistent set of issue labels across all our repos. As this is our umbrella repo, this seems to be the best place for this...
Currently we don't support merging of patches (e.g two or more concurrent changes to a document). This isn't a high priority but I thought I'd note some JavaScript packages I...
The `CalcKernel` uses the `fasteval` crate for evaluating numeric expressions. The [`fend`]( https://github.com/printfn/fend) crate appears to offer similar functionality as `fasteval` but is unit aware. It looks like it would...
To support continuous releases with beta versions of features, we'd like to hide certain functionalities behind feature flags which can be enabled and disabled from the Settings panel.
In order to help users understand the Desktop app workflow we'd like to have an example project they can open and explore. This project should demonstrate: - article authoring syntax...
We currently have the notion of "methods" which can be applied to document nodes (e.g a `CodeChunk`, a `Organization`). These methods include `encode`, `compile`, `execute`. This issue is to add...