tokenshift / obsidian-progress-clocks

Progress clocks and other useful widgets for https://obsidian.md/.
MIT License
2 stars 2 forks source link

Options to hide buttons/disable click interactions for inline clocks #9

Open timothy-s-dev opened 2 months ago

timothy-s-dev commented 2 months ago

I find I don't really need the buttons below inline clocks and wanted a way to hide them, just to make my notes look a little cleaner. I also found I was accidentally adjusting the clocks when navigating my notes on a tablet at the table, and wanted to be able to (separately) disable that functionality. (May leave the buttons on, or may just rely on editing the code block to update them, so I don't do it accidentally.)

I spun up a fork that adds a settings tab with a couple of toggles to the plugin for my personal use, one to disable the buttons and one to disable click/keyboard interaction. If you think it's something that would be valuable to add to the plugin, I have submitted a pull-request for it.