mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(pdf): create dedicated class for pdf export
This commit is contained in:
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…
x
Reference in New Issue
Block a user