weiro/handlers
lmika a3197f9b11 Add Obsidian vault import feature (#8)
- 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>

Co-authored-by: exe.dev user <exedev@kernel-leviathan.exe.xyz>
Reviewed-on: #8
2026-04-09 11:40:52 +00:00
..
importexport Started working on the frontend 2026-02-21 10:22:10 +11:00
middleware Have got the processor plumbing working 2026-03-26 21:16:50 +11:00
accepts.go Have got soft and hard deleting 2026-02-23 21:18:34 +11:00
categories.go feat: add categories admin UI with CRUD 2026-03-18 21:42:17 +11:00
imageedit.go Have got saving working 2026-03-28 21:42:35 +11:00
index.go Have got the processor plumbing working 2026-03-26 21:16:50 +11:00
login.go Removed the login challenge 2026-03-29 09:33:24 +11:00
obsimport.go Add Obsidian vault import feature (#8) 2026-04-09 11:40:52 +00:00
pages.go Updated some settings in pages 2026-03-23 21:48:43 +11:00
posts.go Started UI for editing images 2026-03-25 21:09:57 +11:00
sitesettings.go Added a site picker plus options to create new sites 2026-03-24 11:08:51 +11:00
uploads.go Started UI for editing images 2026-03-25 21:09:57 +11:00