cloud-atlas-ai / obsidian-am

Interoperability between Obsidian and Amazing Marvin
MIT License
14 stars 1 forks source link

FR: Support for customizing task template #40

Open brimwats opened 5 months ago

brimwats commented 5 months ago

Currently this plugin creates links like this:

  - [ ] [⚓](AM URL) Scheduled Date:: [[2024-W04|2024-01-23]] Capslock Script 
  - [ ] [⚓](AM URL) Scheduled Date:: [[2024-01-24]] Email Susan Cox about [Graduate Fellowship in Applied Ethics | The W. Maurice Young Centre for Applied Ethics](https://ethics.ubc.ca/graduate-fellowship-in-applied-ethics/)

however I don't use daily notes, I use weekly ones and have their alias be each day, like so:

aliases:
  - 2024-01-22
  - 2024-01-23
  - 2024-01-24
  - 2024-01-25
  - 2024-01-26
  - 2024-01-27
  - 2024-01-28
tags:
  - 📆/7️⃣/2024
---

The plugin is still linking to [[2024-01-28]] for example but I would like it to link to [[2024--W04|2024-01-28]]

muness commented 1 month ago

Maybe this could work by allowing the user to specify the date format that they want. What do you think?

brimwats commented 1 month ago

I think that would work well! Gives everyone the option they want!