Generates a complete markdown notes web app using HTML, CSS, and JavaScript.
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.
This prompt directs the AI to construct a fully functional, self-contained Markdown notes application. It produces a responsive split-screen editor with live preview, organization tools, search, exports, and local data persistence.
A single HTML file with a split view showing a rich text editor on the left and rendered Markdown preview on the right, plus sidebar for categories, tags, search bar, and export buttons.
No, everything runs client-side using localStorage and browser APIs.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by f. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.