dmarx / bench-warmers

DigThatData's Public Brainstorming space
https://github.com/dmarx/bench-warmers/tree/main#readme
MIT License
65 stars 7 forks source link

Convert links to obsidian-compatible labels #42

Open dmarx opened 7 months ago

dmarx commented 7 months ago
  1. [ ] update scripts that ignore specific commits to ignore front matter
    • non-trivial af. the current approach only works because labels are on a given line
    • here's something that could work, but would be a whole thing to implement
      1. get list of files modified
      2. identify line at which front matter ends
      3. only respect diffs below that line
  2. [ ] copy labels into front matter
  3. [ ] modify scripts that utilize/manipulate labels to parse front matter