Move TODOs, begin Readme

This commit is contained in:
Christoph Hagen
2025-02-18 22:08:36 +01:00
parent 66a40e52a0
commit a8bc7298ff
3 changed files with 9 additions and 24 deletions

View File

@ -1,30 +1,6 @@
import SwiftUI
import SFSafeSymbols
/**
**Content**
- iPhone Backgrounds: Add page, html
**UI**
- Image search: Add view to see all images and filter
- Page Content: Show all results of `PageGenerationResults`
- Files: Show usages of file
**Features**
- Posts: Generate separate pages for posts to link to
- Settings: Introduce `Authors` (`name`, `image`, `description`)
- Page: Property `author`
- Blocks: Convert more commands to blocks
- Graphs, Map, GPX for hikes
**Generation**
- Empty properties: Show warnings for empty link previews, etc.
**Fixes**
- Files: Id change: Check all page contents for links to the renamed file and replace occurences
- Investigate issue with spaces in content file names
*/
@main
struct MainView: App {