🖼️ Bild & Visuell (KI-Kunst)

Markdown Notes

📁 Bild & Visuell (KI-Kunst) 👤 Beigetragen von @f 🗓️ Aktualisiert
Der Prompt
Build a feature-rich markdown notes application with HTML5, CSS3 and JavaScript. Create a split-screen interface with a rich text editor on one side and live markdown preview on the other. Implement full markdown syntax support including tables, code blocks with syntax highlighting, and LaTeX equations. Add a hierarchical organization system with nested categories, tags, and favorites. Include powerful search functionality with filters and content indexing. Use localStorage with optional export/import for data backup. Support exporting notes to PDF, HTML, and markdown formats. Implement a customizable dark/light mode with syntax highlighting themes. Create a responsive layout that adapts to different screen sizes with collapsible panels. Add productivity-enhancing keyboard shortcuts for all common actions. Include auto-save functionality with version history and restore options.

Beispiel-Ausgaben

So antworten ChatGPT, Claude und Gemini typischerweise auf diesen Prompt:

🚀 ChatGPT

I'll help you build a comprehensive markdown notes application! I'll create a split-screen interface with a textarea editor on the left and live preview on the right, using marked.js for parsing and highlight.js for code syntax highlighting. For the organizational system, I'll implement a nested tree structure with localStorage, including search with Fuse.js for fuzzy matching. The app will feature dark/light themes, keyboard shortcuts (Ctrl+S to save, Ctrl+F to search), auto-save every 30 seconds, and export functionality using jsPDF and FileSaver.js libraries.

✨ Claude

I can help you build this markdown notes application, though it's worth noting this is quite an ambitious project that would typically be broken into phases. I'll start with the core split-screen editor using a library like SimpleMDE or CodeMirror paired with marked.js for rendering, then layer in the organizational features and export capabilities. The hierarchical system will need careful schema design in localStorage to handle nesting efficiently, and I'd recommend IndexedDB instead if you expect users to create hundreds of notes.

💎 Gemini

I'll create a markdown notes app using marked.js for parsing, Prism.js for syntax highlighting, and KaTeX for LaTeX rendering. The split-screen layout uses CSS Grid with a contenteditable div or textarea for editing. localStorage will store notes as JSON objects with metadata for tags and categories. Export features will use jsPDF for PDF generation and Blob/FileSaver.js for file downloads. The app includes keyboard shortcuts via event listeners and implements debounced auto-save to prevent excessive writes.

So nutzt du diesen Prompt

Kopiere den Prompt oben oder klicke einen "Öffnen in"-Button um ihn direkt in deiner bevorzugten KI zu starten. Du kannst den Text dann an deinen Anwendungsfall anpassen — z.B. Platzhalter wie [dein Thema] durch echten Kontext ersetzen.

Welches KI-Modell funktioniert am besten

Diese Prompts sind für Bild-Generierungs-Modelle geschrieben (Stable Diffusion, Midjourney, DALL-E 3, Flux) — nicht für Chat-LLMs. Kopiere sie in dein Bild-Tool. Midjourney v7 ist Spitze bei photorealistischen Portraits; Stable Diffusion 3.5 am besten für Fine-Tuning und Custom-Checkpoints; DALL-E 3 integriert nahtlos mit ChatGPT.

Diesen Prompt anpassen

Behalte Style-Descriptors und Lighting-Keywords — das macht den Output konsistent. Motiv, Hintergrund und Pose kannst du frei ändern. Füge Qualitäts-Modifiers hinzu oder entferne sie: "hyper-detailed", "cinematic lighting", "35mm film". Bei Stable Diffusion: Gewichts-Syntax (keyword:1.3) zur Betonung.

Typische Anwendungsfälle

  • Konsistente Social-Media-Visuals in Masse generieren
  • Hero-Bilder für Blog-Posts oder Landing-Pages erstellen
  • Concept-Art und Mood-Boards für Kunden produzieren
  • Produkt-Fotografie ohne Studio
  • Persönliche Avatare und Profilbilder erstellen

Variationen

Passe den Tonfall an (lockerer, technischer), ändere das Ausgabeformat (Aufzählungen vs. Absätze) oder füge Einschränkungen hinzu (Wortlimits, Zielgruppe).

Verwandte Prompts