Skip to content

Document all public functions from quarto Lua API #4499

@cderv

Description

@cderv

About those new function missing in our doc

quarto.doc.input_file
quarto.doc.output_file

Yep, it will available to any LUA code that is being executed (e.g. filter or shortcode)- it is public but you're right that it is omitted from the documentation (unintentionally)!

We also added some project related functions that are omitted:

quarto.project.directory
quarto.project.offset
quarto.project.profile
quarto.project.output_directory

Let's keep this issue open to track getting the documentation updated to reflect this.

Originally posted by @dragonstyle in #2249 (comment)

Metadata

Metadata

Assignees

Labels

documentationDoc improvements & quarto-webluaIssues related to the lua codebase, filter chain, etc

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions