Skip to content

Instantly share code, notes, and snippets.

@emisjerry
Last active October 9, 2021 13:42
Show Gist options
  • Save emisjerry/aa2790c27ec14d64a5e3e47a31b1576a to your computer and use it in GitHub Desktop.
Save emisjerry/aa2790c27ec14d64a5e3e47a31b1576a to your computer and use it in GitHub Desktop.
QuickAdd template for general note (副檔名應為.md)
---
created: <% tp.date.now("YYYY-MM-DD HH:mm") %>
aliases: <% tp.file.title %>
status: {{VALUE:🌱,🌞,🌲}}
tags:
```js quickadd
let aInput = await this.quickAddApi.checkboxPrompt(
["blog", "yt-videos", "obsidian", "autohotkey", "windows"],
["blog","yt-videos"]);
const input = aInput.join(", ");
return ` [ ${input} ]`;
```
---
# <%tp.file.title%>
<% tp.web.random_picture("1600x900", tp.file.title) %>
<% tp.file.cursor (1) %>
## 相關連結
## 教學影片
<iframe width="650" height="315" src="https://www.youtube.com/embed/$$" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment