consolidate tags, hide date
This commit is contained in:
@ -1,29 +1,40 @@
|
||||
import SwiftUI
|
||||
import SFSafeSymbols
|
||||
|
||||
#warning("Fix podcast")
|
||||
#warning("Fix endeavor basics (image compare)")
|
||||
#warning("Fix cap mosaic GIF")
|
||||
/**
|
||||
**Content**
|
||||
- Podcast: Fix audio player, preview image
|
||||
- Endeavor Basics: -> image compare command
|
||||
- Article Cap Mosaic: -> GIF feature
|
||||
- iPhone Backgrounds: Add page, html
|
||||
|
||||
#warning("Add custom url string to external files (optional)")
|
||||
#warning("Show all warnings on page content")
|
||||
#warning("Button to delete file, show in finder, replace, mark changed (-> images)")
|
||||
#warning("Transfer images of posts to other language")
|
||||
#warning("Show tag selection view for pages")
|
||||
#warning("Button to replace files")
|
||||
#warning("Replace links to files inside pages when id changes")
|
||||
#warning("Calculate file sizes")
|
||||
#warning("Specify image aspect ratio to prevent page jumps")
|
||||
#warning("Add version and source url properties to file resources")
|
||||
#warning("Show errors during loading of content")
|
||||
#warning("Generate pages for posts")
|
||||
#warning("Clean up mock content")
|
||||
#warning("Show posts linking to a page")
|
||||
#warning("Add author to settings and page headers")
|
||||
#warning("Check for files in output folder not generated by app")
|
||||
#warning("Fix GIFs: Don't rescale, don't use image set")
|
||||
#warning("Add view to browse images")
|
||||
#warning("Show warnings for empty item properties")
|
||||
**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
|
||||
|
||||
**Features**
|
||||
- GIF Support (No image set, don't rescale)
|
||||
- Image compare command ``
|
||||
- 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`
|
||||
- Video: Specify versions
|
||||
|
||||
**Generation**
|
||||
- ImageSet: Specify image aspect ratio (width, height) to prevent page jumps
|
||||
- Consistency: Check output folder for unused files
|
||||
- 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
|
||||
- Database: Show errors during loading
|
||||
- Mock content: Clean and improve
|
||||
*/
|
||||
|
||||
@main
|
||||
struct MainView: App {
|
||||
|
Reference in New Issue
Block a user