From 3a926f3789c48e3d7ba08a59aa766990e00d14ac Mon Sep 17 00:00:00 2001 From: scambier Date: Tue, 21 Jan 2025 14:08:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17f7e93..4268408 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Each Markdown file will contain: - [ ] The full thread, if applicable - [ ] The link card, if any -Most of these values will be in the form of `key:: value` for easy integration with Obsidian's plugin Dataview. A sample script is available [here](./dataview-query.js) +Most of these values will be in the form of `key:: value` for easy integration with Obsidian's plugin Dataview. + +A sample script to render all your bookmarks is available [here](./dataview-query.js) ## Build & Run