mirror of https://github.com/TriliumNext/Notes
chore(pdf): create dedicated class for pdf export
parent
4b3772f540
commit
eb06b36d73
@ -0,0 +1,10 @@
|
|||||||
|
import type BBranch from "../../becca/entities/bbranch.js";
|
||||||
|
import type TaskContext from "../task_context.js";
|
||||||
|
|
||||||
|
function exportSingleNoteToPdf(taskContext: TaskContext, branch: BBranch, res: Response) {
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
|
||||||
|
taskContext.increaseProgressCount();
|
||||||
|
taskContext.taskSucceeded();
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue