Skip to content

Instantly share code, notes, and snippets.

@samsoeder
samsoeder / Create Collection Page
Last active October 19, 2024 18:21
Obsidian.md Cpage scripts
<%*
// Check if this a new file. If it is not a new file then throw a error to stop the script
let filename = await tp.file.title
if(!(filename.startsWith("Untitled")))
{console.log("This is a existing file! Stopping the script before it overwrites data. Use alt + n to properly create Cpages.")
tp.FakeModuleToCauseError.ErrorPleaseAndThxU()
}
//prompt user for title