diff --git a/CHDataManagement/Main/MainView.swift b/CHDataManagement/Main/MainView.swift index 168d453..580296b 100644 --- a/CHDataManagement/Main/MainView.swift +++ b/CHDataManagement/Main/MainView.swift @@ -4,20 +4,23 @@ import SFSafeSymbols /** **Content** - iPhone Backgrounds: Add page, html + - CV: Update PDF **UI** - Image search: Add view to see all images and filter - Pages: Show linking posts - Page Content: Show all results of `PageGenerationResults` - Files: Show usages of file - - Images: Show list of generated versions + - Buttons to insert special commands (images, page links, ...) + - Post: Create page from information of post **Features** - - Files: Optional Property `customFilePath` for external files to place them in another location - - Files: Property `version` and `sourceUrl` to track asset files - Posts: Generate separate pages for posts to link to - Settings: Introduce `Authors` (`name`, `image`, `description`) - Page: Property `author` + - Text file editing + - Blocks: Convert more commands to blocks + - Graphs, Map, GPX for hikes **Generation** - ImageSet: Specify image aspect ratio (width, height) to prevent page jumps @@ -28,6 +31,8 @@ import SFSafeSymbols - Files: Id change: Check all page contents for links to the renamed file and replace occurences - Database: Show errors during loading - Mock content: Clean and improve + - Investigate issue with spaces in content file names + - Check assignment of blog posts to tags */ @main