Skip to content

Commit b95417f

Browse files
committed
docs: Include "plugin-tasks-toolbar" in the styling docs
Note that the names like 'test-icon' and 'test-tooltip' are a bit confusing, as they were written like this for clarity/visibility in other tests.
1 parent 7a10c09 commit b95417f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/snippets-embedded-in-multiple-pages/Sample HTML - Full mode.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
<!-- snippet: HtmlQueryResultsRenderer.test.HtmlQueryResultsRenderer_tests_fully_populated_task.approved.html -->
1+
<!-- snippet: QueryResultsRenderer.test.QueryResultsRenderer_-_rendering_queries_fully_populated_task.approved.html -->
22
```html
33
<!--
44
- [ ] Do exercises #todo #health 🆔 abcdef ⛔ 123456,abc123 🔼 🔁 every day when done 🏁 delete ➕ 2023-07-01 🛫 2023-07-02 ⏳ 2023-07-03 📅 2023-07-04 ❌ 2023-07-06 ✅ 2023-07-05 ^dcf64c
55
-->
66

77
<div>
8+
<div class="plugin-tasks-toolbar">
9+
<label test-icon="lucide-filter">
10+
<input placeholder="Filter by description..." test-tooltip="Filter results" />
11+
</label>
12+
<button test-icon="lucide-copy" test-tooltip="Copy results"></button>
13+
</div>
814
<ul class="contains-task-list plugin-tasks-query-result">
915
<li
1016
class="task-list-item plugin-tasks-list-item"

docs/snippets-embedded-in-multiple-pages/Sample HTML - Short mode.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
<!-- snippet: HtmlQueryResultsRenderer.test.HtmlQueryResultsRenderer_tests_fully_populated_task_-_short_mode.approved.html -->
1+
<!-- snippet: QueryResultsRenderer.test.QueryResultsRenderer_-_rendering_queries_fully_populated_task_-_short_mode.approved.html -->
22
```html
33
<!--
44
- [ ] Do exercises #todo #health 🆔 abcdef ⛔ 123456,abc123 🔼 🔁 every day when done 🏁 delete ➕ 2023-07-01 🛫 2023-07-02 ⏳ 2023-07-03 📅 2023-07-04 ❌ 2023-07-06 ✅ 2023-07-05 ^dcf64c
55
-->
66

77
<div>
8+
<div class="plugin-tasks-toolbar">
9+
<label test-icon="lucide-filter">
10+
<input placeholder="Filter by description..." test-tooltip="Filter results" />
11+
</label>
12+
<button test-icon="lucide-copy" test-tooltip="Copy results"></button>
13+
</div>
814
<ul class="contains-task-list plugin-tasks-query-result tasks-layout-short-mode">
915
<li
1016
class="task-list-item plugin-tasks-list-item"

0 commit comments

Comments
 (0)