Skip to content

Commit

Permalink
add notes feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 committed Dec 6, 2023
1 parent 584ac83 commit 996697b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion citation_manager_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ icon:: 📚
- Abstract:
- {abstract}
- Notes
-
- {notes+}
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const parseTemplate = (text) => {
template = template.replaceAll("{citekey}", citeKey);
template = template.replaceAll("{key}", citeKey);
template = template.replaceAll("{type}", type);
template = template.replaceAll("{notes+}", fields.annote)
console.log(template);
try {
template = template.replaceAll(
Expand Down

0 comments on commit 996697b

Please sign in to comment.