- Go to https://caiorss.github.io/bookmarklet-maker/
- Input Title, paste to Code, replace
YOUR_VAULT_NAME_HERE
, change or replaceYOUR_FOLDER_HERE_OR_REMOVE
(eg:Daily/
)
window.open(`obsidian://new
?vault=YOUR_VAULT_NAME_HERE
&append=1
&file=${encodeURIComponent('YOUR_FOLDER_HERE_OR_REMOVE' + new Date(new Date().getTime() - (new Date).getTimezoneOffset()).toISOString().split('T')[0])}
&content=${encodeURIComponent(`\n## ${document.title}\nLink: [${window.location.href}](${window.location.href})`)}
`)