Tom Theile

Results 23 comments of Tom Theile

oh, this is really nice, I missed the To-do List functionality! I played around with the scripting API a bit. A render-note seems to execute all child javascript notes upon...

> > I played around with the scripting API a bit. A render-note seems to execute all child javascript notes upon activation. > > Actually no, you need the `renderNote`...

As an exercice, I try to integrate a spreadsheet-library into trilium. It's quite easy to display x-spreadsheets. I can write down the necessary steps here, but I am still fighting...

But in my case, ChildScript is not defined in MainScript. MainScript is a html-note in my case.

Thank you zadam, I removed the code from the HTML-note and now that works. I wrote how I did everything - maybe this will be interesting for the wiki, if...

So how is one supposed to log something two-dimensional like blood pressure? It would be unpractical to use two trackers especially if you often fill in past entries where you...

#69 is very promising! And I did not know about the keep-time function with the track all button. This in combination will almost solve this for me 👍

Yes, I would also like to use several values at once. I used https://github.com/tomthe/quantifymyself until now, where I can log 4 values with one button. I can work around this...

I found the reason for this issue. To retrieve the to be exported notes, he plugin uses the https://joplinapp.org/api/references/plugin_api/classes/joplindata.html API, which in turn is similar to the rest API https://joplinapp.org/api/references/rest_api/...