forge/backend/app
DJP 3f88af3258 feat: Add Forge Document mode to Markdown Converter
- Backend:
  - Added 'forge' output format support (maps to HTML with Forge theme).
  - Implemented 'forge' theme with Montserrat font and white-paper styling.
  - Fixed 'Plain Text' mode not returning output.
  - Added fallback 'output' return when markdown library is missing.
- Frontend:
  - Added 'Forge Document' as the default output format.
  - Implemented 'Copy Formatted' button for rich text clipboard support (Word/Excel compatible).
  - Switched to single-column layout for better document visibility.
  - Used iframe for document preview to isolate styles and prevent layout issues.
2025-12-11 16:08:24 -05:00
..
api Fix upload_asset to handle Form objects for project_id parameter 2025-12-10 23:18:46 -05:00
models Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
providers Add video thumbnail generation for generated and upscaled videos 2025-12-10 21:31:56 -05:00
schemas Complete platform overhaul: dynamic UI, 9 providers, all bugs fixed 2025-12-10 09:38:35 -05:00
services feat: Add Forge Document mode to Markdown Converter 2025-12-11 16:08:24 -05:00
utils Add video thumbnail generation for generated and upscaled videos 2025-12-10 21:31:56 -05:00
workers Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
__init__.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
config.py Complete platform overhaul: dynamic UI, 9 providers, all bugs fixed 2025-12-10 09:38:35 -05:00
database.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
main.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00