We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the plugin only for a visual overview of my tasks and never use it for modifying my tasks.
Currently, every task comes with a "Modify Task" badge that shows a pencil emoji. I can't find a way via the settings to disable this.
I'm currently enforcing the behaviour by manually commenting out
callbacks.handleModifyTask && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ModifyBadge, { onClick: onModifyTask }),
in the generated main.js
main.js
It seems the code comes from
https://github.com/Leonezz/Obsidian-Tasks-Timeline/blob/86f4b3ca225624f2875f7ad79c7e74d5425e3a30/src/components/taskitemview.tsx#L74
It would be great if the settings would support to Show/Hide Modify Badge
The text was updated successfully, but these errors were encountered:
+1, also need this option
Sorry, something went wrong.
Is time sorting working for you??
+1, bu seçeneğe de ihtiyaç var
No branches or pull requests
I am using the plugin only for a visual overview of my tasks and never use it for modifying my tasks.
Currently, every task comes with a "Modify Task" badge that shows a pencil emoji. I can't find a way via the settings to disable this.
I'm currently enforcing the behaviour by manually commenting out
in the generated
main.js
It seems the code comes from
https://github.com/Leonezz/Obsidian-Tasks-Timeline/blob/86f4b3ca225624f2875f7ad79c7e74d5425e3a30/src/components/taskitemview.tsx#L74
It would be great if the settings would support to Show/Hide Modify Badge
The text was updated successfully, but these errors were encountered: