From f11dbc9d3f9de9da6a7ef20395128f7b873ce744 Mon Sep 17 00:00:00 2001 From: n0tori <188390306+n0tori@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:04:07 +0000 Subject: primitive and working version of code --- notes-template.html | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 notes-template.html (limited to 'notes-template.html') diff --git a/notes-template.html b/notes-template.html new file mode 100644 index 0000000..e390c5e --- /dev/null +++ b/notes-template.html @@ -0,0 +1,250 @@ + + + + + notes + + + + + +
+ + +
+

Notes Statistics

+

Aggregated stats are calculated using a Python script on my Obsidian markdown notes, which updates this html file every week using a cronjob.

+
+
+
{{TOTAL_NOTES}}
+
notes across {{TOTAL_VAULTS}} vaults
+
+ +
+

> That's {{TOTAL_WORDS}} total words, averaging {{AVG_WORDS}} words per note.

+

> {{TOTAL_LINES}} lines of markdown taking up {{DISK_USAGE}} on disk.

+

> Last edited {{DAYS_SINCE_LAST_EDIT}} days ago.

+
+ +
+

Task Completion

+
+ [{{TASK_PROGRESS_BAR}}] {{TASK_COMPLETION}}% ({{TASKS_COMPLETED}}/{{TOTAL_TASKS}}) +
+

{{TASKS_UNCHECKED}} tasks still unchecked

+
+ +
+

What's Inside

+
+
+

Links & Media

+
    +
  • Internal Links {{INTERNAL_LINKS}}
  • +
  • External URLs {{EXTERNAL_URLS}}
  • +
  • Images {{IMAGES}}
  • +
+
+
+

Code & Math

+
    +
  • Code Blocks {{CODE_BLOCKS}}
  • +
  • Math Expressions {{MATH_EXPR}}
  • +
  • Tables {{TABLES}}
  • +
  • Blockquotes {{BLOCKQUOTES}}
  • +
+
+
+ +
+ Headers: {{H1_COUNT}} H1s, {{H2_COUNT}} H2s, {{H3_COUNT}} H3s, {{H4_COUNT}} H4+ | + Lists: {{LISTS}} items | + Horizontal Rules: {{HR_COUNT}} +
+
+ +
+

Activity Timeline

+

Last 6 months of note modifications

+
+ {{MONTHLY_ACTIVITY}} +
+
+ +
+

When I Write

+

Most active day: {{MOST_ACTIVE_DAY}} ({{MOST_ACTIVE_DAY_COUNT}} notes modified)

+
+ {{DAY_OF_WEEK_BARS}} +
+
+ +
+

Note Sizes

+
+

> {{LONGEST_BRACKET}} words: longest note category ({{LONGEST_COUNT}} notes)

+

> {{SHORTEST_BRACKET}} words: shortest note category ({{SHORTEST_COUNT}} notes)

+

> Most notes are in the {{MOST_COMMON_BRACKET}} range ({{MOST_COMMON_COUNT}} notes)

+
+
    + {{LENGTH_DISTRIBUTION}} +
+
+
+ + +
+ + -- cgit v1.2.3