This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Obsidian/Evan Steele/Templates/fitbit-daily.md

430 B

created integration
<% tp.file.creation_date() %> fitbit

Fitbit

<%* titleName = "Fitbit data" + " " + tp.date.now("YYYY-MM-DD") await tp.file.rename(titleName) await tp.file.move("Fitness/Fitbit/"+ titleName);-%>

<%*
const results = await tp.user.script_fitbit(); json_results = JSON.parse(results); for (i = 0; i < json_results.length; i++){ tR += "- " + json_results[i]['Exercise'] + "\n" } %>