Nriver / trilium-py

Python client for ETAPI of Trilium Note. Trilium 的 Python版 ETAPI 客户端
GNU Affero General Public License v3.0
118 stars 27 forks source link

Personalized ToDo caption #19

Closed jwhonce closed 1 year ago

jwhonce commented 1 year ago

I use the Blue theme and wanted the To Do caption to show up as a header. So I added an optional argument to add_todo() for that use case.

test_todo.py provides an example of unit testing this kind of change.

jwhonce commented 1 year ago

@Nriver This is the last of the new features I wanted. I will start on additional unit tests for coverage, unless you have something you would like me implement.

Nriver commented 1 year ago

Thank you!