Annotate .gitignore, update title of HTML output

This commit is contained in:
2025-10-18 13:25:27 -04:00
parent e1f41307f2
commit 37c9b83485
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -29,4 +29,6 @@ Thumbs.db
*.swp *.swp
*.bak *.bak
*.tmp *.tmp
# Completed tasks are cached here to preserve them beyond the API's 90 day limit
Todoist-Completed-History.json Todoist-Completed-History.json

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Todoist Backup - {{ date }}</title> <title>Todoist Actual Backup - {{ date }}</title>
<style> <style>
body { font-family: Arial, sans-serif; background: #f8f9fa; color: #222; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; background: #f8f9fa; color: #222; margin: 0; padding: 0; }
.container { max-width: 960px; margin: 2em auto; background: #fff; padding: 2em; border-radius: 8px; box-shadow: 0 2px 8px #0001; } .container { max-width: 960px; margin: 2em auto; background: #fff; padding: 2em; border-radius: 8px; box-shadow: 0 2px 8px #0001; }
@ -37,7 +37,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>Todoist Backup ({{ date }})</h1> <h1>Todoist Actual Backup ({{ date }})</h1>
{% macro render_task(task, level=0) %} {% macro render_task(task, level=0) %}
<div class="task level-{{ level }}"> <div class="task level-{{ level }}">