No description
Find a file
2024-12-03 21:04:48 -05:00
.github/workflows Initial version 2024-11-20 20:10:56 -05:00
.editorconfig Initial version 2024-11-20 20:10:56 -05:00
.eslintignore Initial version 2024-11-20 20:10:56 -05:00
.eslintrc Initial version 2024-11-20 20:10:56 -05:00
.gitignore Initial version 2024-11-20 20:10:56 -05:00
.npmrc Initial version 2024-11-20 20:10:56 -05:00
esbuild.config.mjs Initial version 2024-11-20 20:10:56 -05:00
LICENSE Initial version 2024-11-20 20:10:56 -05:00
main.ts Fix settings 2024-12-03 21:04:48 -05:00
manifest.json Fix settings 2024-12-03 21:04:48 -05:00
package-lock.json Initial version 2024-11-20 20:10:56 -05:00
package.json Initial version 2024-11-20 20:10:56 -05:00
README.md Update README 2024-11-21 19:24:29 -05:00
setlist.ts Small code cleanup 2024-11-20 20:28:59 -05:00
styles.css Initial version 2024-11-20 20:10:56 -05:00
tsconfig.json Initial version 2024-11-20 20:10:56 -05:00
version-bump.mjs Initial version 2024-11-20 20:10:56 -05:00
versions.json Initial version 2024-11-20 20:10:56 -05:00

Setlist for Obsidian

This project uses the setlist.fm API to sync the concerts you've attended to a file in Obsidian with date-specific backlinks. It also adds a backlink for the city, if you want to keep track of cities you've been to.

You'll need to bring your own API key.

Example

You open up the command palette and run the Sync attended concerts command. It then fetches data and places it in a file called Setlist Concerts Attended.md in a bulleted list.

- Saw **Andrew Bird** play at *The Rooftop at Pier 17* in [[New York]] on [[2024-08-16]]
- Saw **San Fermin** play at *Racket* in [[New York]] on [[2024-04-05]]
- Saw **Darlingside** play at *Music Hall of Williamsburg* in [[Brooklyn]] on [[2022-05-08]]
- Saw **Valley** play at *Irving Plaza* in [[New York]] on [[2022-02-18]]

This plugin could use your feedback and help to make it a success!