Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use callouts for deprecation warnings in configuration page #300

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ When enabled, tasks will fade-in or fade-out when tasks are added or removed res

### Render descriptions

**Please note: This is deprecated in favor of query-based control of rendering. This will be removed in a future release.**
:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the task description under the task content.

### Render dates

**Please note: This is deprecated in favor of query-based control of rendering. This will be removed in a future release.**
:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the task due date under the task content.

Expand All @@ -49,7 +57,11 @@ When enabled, queries will render an icon accompanying the due date.

### Render project & section

**Please note: This is deprecated in favor of query-based control of rendering. This will be removed in a future release.**
:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the project & section under the task content.

Expand All @@ -59,7 +71,11 @@ When enabled, queries will render an icon accompanying the project & section.

### Render labels

**Please note: This is deprecated in favor of query-based control of rendering. This will be removed in a future release.**
:::warning

This is deprecated in favor of query-based control of rendering. This will be removed in a future release.

:::

When enabled, queries will render the labels under the task content.

Expand Down