From f05fd459e17371392a1d6194486030cc40a3809e Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:28:54 +0000 Subject: [PATCH] Automated ingestion of prompt: Markdown Notes --- prompts/coding/markdown_notes_526.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/markdown_notes_526.md diff --git a/prompts/coding/markdown_notes_526.md b/prompts/coding/markdown_notes_526.md new file mode 100644 index 0000000..b51f425 --- /dev/null +++ b/prompts/coding/markdown_notes_526.md @@ -0,0 +1,7 @@ +--- +title: "Markdown Notes" +contributor: "@f" +tags: #coding, #f +--- + +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.