weiro/services
exe.dev user 6bab58f1af Add Obsidian vault import feature
- New 'Import Obsidian' action on site settings page
- Upload a zip file of an Obsidian vault to import all notes as posts
- Markdown notes imported with title from filename, published date from
  file timestamp, and body with front-matter stripped
- Images and other attachments saved as Upload records
- New obsimport service handles zip traversal and import logic
- Unit tests for front-matter stripping

Co-authored-by: Shelley <shelley@exe.dev>
2026-04-09 11:37:11 +00:00
..
auth Have got logout working 2026-02-25 22:30:28 +11:00
categories fix: improve error handling in categories service 2026-03-18 22:11:33 +11:00
imgedit Removed some unused code 2026-03-28 21:45:54 +11:00
obsimport Add Obsidian vault import feature 2026-04-09 11:37:11 +00:00
pages Updated some settings in pages 2026-03-23 21:48:43 +11:00
posts feat: add pagination to admin post list handler and service 2026-03-22 14:33:31 +11:00
publisher Fixed ordering of published posts 2026-03-29 12:26:05 +11:00
sites Added a site picker plus options to create new sites 2026-03-24 11:08:51 +11:00
uploads Have got saving working 2026-03-28 21:42:35 +11:00
services.go Add Obsidian vault import feature 2026-04-09 11:37:11 +00:00