KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

Enhancement Request: Allow Prepend to DailyNote as well as Append #90

Open Denvar opened 2 months ago

Denvar commented 2 months ago

Usecase: I currently use the Append to DailyNote action to add items to my daily ToDo section of my DailyNote. I also use the Rollover Daily Todos Obsidian plugin which means my ToDo list operates as a constantly growing backlog of tasks.

Problem: In this setup, I prefer to have new backlog items added to the top of the ToDo list so fresh items are within easy reach. The way that the Append to DailyNote action currently works, new items are added to the bottom of the list.

Ideal Solution: It would be great to have an option (settings toggle?) to switch between Append under heading and Prepend under heading, to support both workflows.