issues
search
uwdata
/
living-papers
Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
131
stars
10
forks
source link
Add ESM output type.
#65
Closed
jheer
closed
1 year ago
jheer
commented
1 year ago
Add
esm
output type to produce an ESM module with an API for information extraction.
Update
citations
transform to write citation data to the AST.
Expand and refactor AST utility methods.
Add traversal abort to
visitNodes
.
Add singular
queryNode
utility.
Add support for code/math and citeref nodes to
extractText
.
Add methods for
meta
-typed nodes.
Refactor file organization.
esm
output type to produce an ESM module with an API for information extraction.citations
transform to write citation data to the AST.visitNodes
.queryNode
utility.extractText
.meta
-typed nodes.