Open oschrenk opened 4 months ago
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
+1, also need this option
Is time sorting working for you??
+1, bu seçeneğe de ihtiyaç var
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