Skip to content

Instantly share code, notes, and snippets.

@htlin222
Created May 29, 2024 11:17
Show Gist options
  • Save htlin222/b9e5d2c9f701e6c0ec33dcbd60757e31 to your computer and use it in GitHub Desktop.
Save htlin222/b9e5d2c9f701e6c0ec33dcbd60757e31 to your computer and use it in GitHub Desktop.

<%= it.title %>

  • Authors: <%= it.authors .map(author => [[${author}]]) .join(', ') %>
  • Date: <%= it.date ?? it.year %>
  • DOI: <%= it.DOI %>
  • Groups: <%= it.collections %>
  • Tags: <%= it.tags .map(tag => '#' + tag.toString().replaceAll(' ', '-')) .join(', ') %>
  • LinksZotero, <%= it.fileLink %>

我的筆記

<% it.notes.forEach(note => { -%> <%= ### ${note}\n %> <% }) %>

畫線重點

<%~ include("annots", it.annotations) %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment