Skip to content

Commit

Permalink
fix: template override on refresh and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 18, 2023
1 parent 7c1cb54 commit 0d855e5
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .obsidian/plugins/templater-obsidian/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"folder": "earn",
"template": "_templater/New Earn.md"
},
{
"folder": "members",
"template": "_templater/New Member.md"
},
{
"folder": "memo",
"template": "_templater/New Post.md"
Expand Down
2 changes: 1 addition & 1 deletion _templater/Refresh Members' Profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for (const element of membersList) {
WHERE contains(authors, "${element.file.name}")
`);
content += `## Written Notes\n\n${memberArticles.value}`;

console.log(content, element.file.name);
// get folder and file path
const filePath = app.vault.getAbstractFileByPath(element.file.path);
const folder = app.vault.getAbstractFileByPath(element.file.folder)
Expand Down
5 changes: 4 additions & 1 deletion members/hnh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ avatar: null
## Written Notes

- [[consulting-map|Consulting record webpage]]
- [[discord-role|Rework Discord Role]]
- [[dwarvesf-map|A webpage showing where the Dwarves from]]
- [[fortress-shanky-data|Fortress: API to show shanky data]]
- [[engagament-log|Engagement Log]]
- [[financial-literacy-outline|Financial Literacy outline: Phổ cập Kiến thức Tài chính]]
- [[fortress-mma-score|Fortress: MMA data]]
- [[fortress-shanky-data|Fortress: API to show shanky data]]
14 changes: 14 additions & 0 deletions playbook/business/invoice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: how-to-work-with-clients
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

14 changes: 14 additions & 0 deletions playbook/business/nda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: service-feedbacks
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

14 changes: 14 additions & 0 deletions playbook/design/IA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: nda
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

14 changes: 14 additions & 0 deletions playbook/design/IX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: IA
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

14 changes: 14 additions & 0 deletions playbook/design/design-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: lean-canvas
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

14 changes: 14 additions & 0 deletions playbook/engineering/presentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: monitoring
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

14 changes: 14 additions & 0 deletions playbook/engineering/repo-icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
tags:
- dwarves
- work
title: release
date: 2023-10-18
description:
authors: []
menu:
toc: false
notice:
type:
---

0 comments on commit 0d855e5

Please sign in to comment.