Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.41 KB

doc-maker.md

File metadata and controls

32 lines (19 loc) · 2.41 KB

Doc Maker

Doc Maker is a handy app that allows you to create and export documents in various formats such as PDF, Word, and Google Drive. Whether you need to draft a presentation, update an existing document, or even create a document on how to ride a bike, Doc Maker has got you covered. With its user-friendly interface and powerful tools, you can easily create professional-looking documents in no time. So let Doc Maker handle your document needs while you focus on the content!

Example prompts

  1. Prompt 1: "What can this GPT do?"

  2. Prompt 2: "Create a doc on how to ride a bike."

  3. Prompt 3: "Help me draft a presentation."

  4. Prompt 4: "Update my existing document."

Features and commands

Feature/Command Description
/create_csv This command allows you to create a CSV file. You need to provide the text and delimiter.
/create_document This command allows you to create a document exportable as a PDF or DOCX file. You need to provide the formatted markdown and camelcase filename.
/create_html This command allows you to create an HTML file. You need to provide the HTML content.
/create_xlsx This command allows you to create an XLSX file. You need to provide the text and delimiter.
/create_resume This command allows you to create a resume document. You need to provide the formatted markdown, resume fields, and camelcase filename.
/create_presentation This command allows you to create a presentation. You need to provide the intro slide and a list of slides. Each slide should have a title and content.
/read_url This command allows you to read the contents of an URL link, including PDF, DOC, DOCX, PPT, CSV, XLS, XLSX, and HTML files.
/update_document This command allows you to update a document from aidocmaker.com that is exportable as a PDF or DOCX file. You need to provide the document URL, formatted markdown, element IDs to delete, and element ID to insert after.