Skip to content

Commit 4905a4e

Browse files
committed
fix name in credits of readme
1 parent 5997215 commit 4905a4e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ I want to thank the following people:
5050

5151
- blacksmithgu for the Dataview type definitions
5252
- Daniel (dbarenholz) for his contributions to the plugin and the docs
53-
- koala (komentenstaub) for help with CodeMirror
53+
- koala (kometenstaub) for help with CodeMirror
5454
- sailKite for help with CSS
5555
- Sigrunixia for enabling me to work on the Obsidian Publish version of the plugin
5656
- Zachatoo and SilentVoid13 for the Templater type definitions

exampleVault/Input Fields/List.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ list4:
1818
list5:
1919
- "[[Other/Example Notes/Example Note with Embeds.md|Example Note with Embeds]]"
2020
- "[[Other/Example Notes/Example Note with Callouts.md|Example Note with Callouts]]"
21+
list6: null
2122
---
2223

2324
### List
@@ -58,4 +59,10 @@ INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other),
5859

5960
Some text: `INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other), useLinks(false)):list4]` some more text
6061

61-
`INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other)):list5]`
62+
`INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other)):list5]`
63+
64+
### Null Values
65+
66+
```meta-bind
67+
INPUT[list(showcase):list6]
68+
```

0 commit comments

Comments
 (0)