mirnovov / obsidian-homepage

An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
MIT License
397 stars 19 forks source link

Add MomentJS String Explanation #41

Closed segsmachine closed 1 year ago

segsmachine commented 1 year ago

Summary

Add a simple (but very helpful) explanation

Details

Many people don't understand that regular strings (like "Daily") can be interpreted as MomentJS syntax

You can add this line under line 91,

You can escape a string of characters using brackets (For example, [Daily]/YYYY-MM-DD) <br>
mirnovov commented 1 year ago

Good idea, though I'll make the wording a bit terser since the Moment description is already quite verbose.