dnd5e-obsidian/templates/organization/vix-organization.md
Rebbecca Bishop 704166a4af
Initial Commit of 5e Data
Signed-off-by: Sigrunixia <Scholarlysigrun@icloud.com>
2023-09-15 21:32:07 -05:00

1.2 KiB

Vix's Organization Template

Plugin Dependencies:

Admonitions

Dataview

Templater

Thanks To: Vix

Goals

Provide aesthetically interesting, consistent structure and templates to assist preparing for a D&D session, campaign or adventure.

How to Use

Remove the back-tick code blocks that are marked out with the phrases "Remove this line and the all the ones above it." and "Remove this line and all the ones below it.".

Once those are gone, the template is ready to be used in Obsidian.

Remove this line and the all the ones above it.

---
baseofOperations: ["",]
leaders: [""]
alignment: [""]
enemies: [""]
tags:
  - "dnd"
  - "organization"
aliases:
type: "organization"
---
# [[Vital Singularity]]

**Summary**:: 

## Description:
Lorem ipsum..

## Organizational Structure:

### Leader: [[undefined]]

### Other members of Vital Singularity
* . . .



---
````ad-example
title: Mentions in Session Notes
```dataview
TABLE summary AS "Session Summary" FROM #session-notes AND [[Vital Singularity]]
```
````

Remove this line and all the ones below it.