tchinso/PersonalWiki — reverse-engineered prompt
Reverse engineered prompt
Build me a simple local personal wiki app that runs on my computer in a browser. I want to write pages in Markdown, save them as local files, and quickly search through everything. It should support wiki style links like [[Page Name]] and [[Page Name|display text]], plus basic formatting like bold, italic, strikethrough, highlights, spoilers, quotes, and colored callout notes.
I also want to be able to reference images from an img folder, attach files from a file folder, embed YouTube videos, and use simple one time templates with {{template name}}. Please include a clean web interface for viewing, editing, creating, and searching pages.
Store page text in markdown files, keep metadata and tags in a local database, and make it easy to run with Python. Include setup instructions, a requirements file, and if possible a Windows build script so it can be packaged into an exe later. Look up current docs online if you need to.
Want more depth? Deep Reverse