Skip to content

Commit 8cfcfc5

Browse files
committed
update readme
1 parent fdd8436 commit 8cfcfc5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,19 @@ Once the creature has been found in a note, it will be added to the bestiary and
283283

284284
If the statblock field is removed or set to false, or the note is deleted, the creature will be removed from the bestiary.
285285

286+
### Creating Creatures in Settings
287+
288+
Creatures can be created directly in settings under the [Homebrew Creatures](#homebrew-creatures) section by clicking the "Add Creature" button.
289+
290+
Creatures can be created using either the YAML syntax shown above or by JSON.
291+
### Importing Creatures
292+
293+
Creatures can be imported into the bestiary in [settings](#import-creatures) from various common sources.
294+
295+
**:warning: Please only import content that you own and have legal access to.**
296+
297+
Additionally, creatures can be imported as straight JSON.
298+
286299
## Accessing the Bestiary
287300

288301
Your bestiary lives on the plugin and can be accessed programmatically in plugins that can run JavaScript, such as [Dataview](https://github.com/blacksmithgu/obsidian-dataview), [Templater](https://github.com/SilentVoid13/Templater) or [CustomJS](https://github.com/samlewis0602/obsidian-custom-js).
@@ -545,6 +558,14 @@ Editing a layout block will show additional advanced options.
545558
546559
Homebrew creatures can be imported from various sources here.
547560
561+
## Homebrew Creatures
562+
563+
A list of the current creatures in the bestiary.
564+
565+
Additional creatures can be [created](#creating-creatures-in-settings) here using YAML or JSON.
566+
567+
Creatures can be filtered, removed, edited and previewed in this section.
568+
548569
# Installation
549570
550571
## From within Obsidian

0 commit comments

Comments
 (0)