Python package for ETAPI #2669
Replies: 9 comments 1 reply
-
I added functions |
Beta Was this translation helpful? Give feedback.
-
Nice! You can put the link to ETAPI wiki if you want. |
Beta Was this translation helpful? Give feedback.
-
Awesome! I'm in the early stages of making a Rust library so this is helpful 😄 |
Beta Was this translation helpful? Give feedback.
-
New features: |
Beta Was this translation helpful? Give feedback.
-
I just made a new feature: move yesterday's unfinished/unchecked todo item to today's note, you can use it by calling It can be used in combine with scheduled tasks. e.g. you can make it run everyday at 00:01 to move what you haven't done yesterday to today. I find it works well with schedule. |
Beta Was this translation helpful? Give feedback.
-
Recent updates:
I've created a repo https://github.com/Nriver/awesome-trilium to keep a record of awesome trilium notes related creations. If you create anything cool with trilium-py, do not hesitate to make PR and share with us. |
Beta Was this translation helpful? Give feedback.
-
For #2259 (comment), I've updated the steps to import note from Obsidian. |
Beta Was this translation helpful? Give feedback.
-
Add support for creating backups via ETAPI https://github.com/Nriver/trilium-py#-create-data-backup This should be supported in the latest Trilium 0.60.3 Also add an example for import/migrate note from Joplin to Trilium. https://github.com/Nriver/trilium-py#import-from-joplin |
Beta Was this translation helpful? Give feedback.
-
For #4056, I've made a script to convert Turtl's json data into ordinary markdown file here. Also implemented full featured file-upload in markdown import. Link to local files should be uploaded to Trilium without problem. Import from Turtl |
Beta Was this translation helpful? Give feedback.
-
I made a python package called
trilium-py
for Trilium Note's ETAPI.I have uploaded it to PYPI, so anyone who is interested can install it with pip.
Source code is here. There are some simple demo code in the document. You are welcomed to try it.
With the power of python, there are a lot more possibilities for Trilium.
Beta Was this translation helpful? Give feedback.
All reactions