Parsing Error - Daily Template - Worked Ok for months - No change

Things I have tried

What I’m trying to do

Hey,

I’ve been using Obsidian for 2 months now and am really enjoying it.

I have set up my templates for daily notes, book notes etc and everything has been working fine.

Today when I went to create my daily note I got a Template parsing error and nothing would formulate. I checked the developer console and realised it was the daily quote causing the error. I removed this and it worked ok, but am having other problems across the software today.

  1. The daily quote will not load
  2. The date will not formulate on my book review template

I attach the template for both.

# <% tp.date.now("dddd, MMMM D", 0, tp.file.title, "DD-MM-YYYY") %>
< [[<% tp.date.now("DD-MM-YYYY", -1, tp.file.title, "DD-MM-YYYY" ) %>]] | [[<% tp.date.now("DD-MM-YYYY", 1, tp.file.title, "DD-MM-YYYY") %>]] >

<% tp.web.daily_quote() %>

## ☕️ Morning
sleep:
weight: 
mood:
grateful for:
plan for today:
thoughts:

## ⭐️ Habit Tracker 
- [ ] Meditate
- [ ] Exercise
- [ ] Read
- [ ] Learn


## ✅ What did you achieve today?
- 


## 📝 Daily notes

---
Date Started: <% tp.date.now("DD-MM-YYYY") %>
Author:
Tags:

---

Thanks in advance

1 Like

It seems that the issue is with the call to “tp.web.daily_quote()”.
I removed it and for my it’s working fine.

There was an issue on GitHub but they closed:

1 Like

It’s already open:

2 Likes

Looks like this issue is fixed now with an update to the plugin.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.