﻿EZDoc Studio
Copyright ©2026 - EZWareLab.com
--------------------------------------------
Programmed by Brad Larned
Email: support@ezwarelab.com
Website URL: https://www.ezwarelab.com/

Our Windows tool generates clean, static HTML files that you can host anywhere: drop
the output into any local folder, upload to your web server, or deploy via CDN

**INSTALLATION**
--------------
Simply unpack the zip file to your desired folder.

Run the ezDoc Studio Windows app and register your copy at startup with the registration details you received.  The app does not require installation, it is fully self contained.

That's it!  Your now ready to create beautiful documents!

================================================================================
                        FREQUENTLY ASKED QUESTIONS
                        Common questions about ezDoc
================================================================================


GENERAL QUESTIONS
--------------------------------------------------------------------------------

Q: What is ezDoc?

   ezDoc is a local-first documentation creation tool that runs entirely in
   your browser. Create beautiful documentation without servers or internet
   connectivity.


Q: Is ezDoc free?

   ezDoc has a freemium model:

   - Free Version: 2 projects, all core features, branded footer
   - Professional: 6 projects, footer customization, priority support
   - Commercial:   Unlimited projects, full customization, commercial use

   The free version is fully functional for personal use!


Q: Do I need an account?

   No account required. Start using ezDoc immediately.


Q: Does ezDoc work offline?

   Yes! Once loaded, ezDoc works completely offline. Your data never leaves
   your computer.


Q: Where is my data stored?

   All data is stored locally on your computer in the Documents\ezDoc\ folder:

   - Projects   Documents\ezDoc\Projects\[ProjectName]\
   - Settings   Documents\ezDoc\Settings\projects.json
   - Templates  Documents\ezDoc\Templates\
   - Exports    Documents\ezDoc\Exports\

   Nothing is sent to any server. Your data never leaves your computer.


TECHNICAL QUESTIONS
--------------------------------------------------------------------------------

Q: What browsers are supported?

   [YES] Chrome 86+
   [YES] Edge 86+
   [YES] Opera 72+
   [YES] Safari 15.2+ (limited)
   [!!]  Firefox (alternative methods)


Q: Do I need to install anything?

   No installation required. ezDoc runs directly in your browser.


Q: Can I use ezDoc on mobile?

   ezDoc is optimized for desktop. Mobile browsers have limited File System
   API support.


Q: Does ezDoc require internet?

   Internet is needed for:
   - Initial load
   - CDN resources (Bulma, Font Awesome)
   - After that, works offline


Q: What file formats does ezDoc support?

   - Markdown (.md)
   - HTML (.html)
   - Images (JPG, PNG, GIF, SVG, WebP)


FEATURES QUESTIONS
--------------------------------------------------------------------------------

Q: Can I add images?

   Yes! Use the Insert Image button to upload and manage images.


Q: Can I use custom CSS?

   Yes, in HTML mode you can add custom styles.


Q: Does ezDoc support code highlighting?

   Yes! Code blocks automatically get syntax highlighting.


Q: Can I organize pages into categories?

   Yes! Create categories with custom icons and colors.


Q: Can I export my documentation?

   Yes! Export to static HTML that works anywhere.


Q: Can I backup and restore projects?

   Yes! Use the Import/Export feature to:
   - Export: Save a project as a portable backup file
   - Import: Restore a project from a backup file

   This is great for:
   - Moving projects between computers
   - Creating backups before major changes
   - Sharing project templates

   Note: Import is limited by your license's project count
   (Free: 2, Professional: 6, Commercial: Unlimited).


Q: Does the exported site need a server?

   No! Exported sites are static HTML and work without a server.


USAGE QUESTIONS
--------------------------------------------------------------------------------

Q: How many projects can I create?

   Depends on your license:
   - Free:         2 projects
   - Professional: 6 projects
   - Commercial:   Unlimited projects

   Projects beyond your limit are hidden but remain on disk. Upgrade to
   access them!


Q: How do I create a new project?

   Click "Create New Project", enter a name, and click Create. Projects are
   automatically saved to Documents\ezDoc\Projects\[ProjectName]\.


Q: How do I add a new page?

   Click the "+ New Page" button in the sidebar.


Q: How do I save my work?

   ezDoc auto-saves every 30 seconds. You can also manually save with Ctrl+S.


Q: How do I preview my pages?

   Click the "Preview" button in the toolbar.


Q: How do I export my documentation?

   Click the "Export Project" button and choose an export location.


Q: Can I change the theme?

   Yes! Choose between System, Light, or Dark in project settings.


Q: Can I change the layout?

   Yes! Choose between Left Nav, Right Nav, or Top Nav in project settings.


CONTENT QUESTIONS
--------------------------------------------------------------------------------

Q: Should I use Markdown or HTML?

   - Markdown: Simpler, faster, good for most content
   - HTML:     More control, complex layouts, custom styling


Q: Can I mix Markdown and HTML?

   Yes! You can use HTML tags in Markdown pages.


Q: How do I add links?

   Use the link button or Markdown syntax: [Text](url)


Q: How do I add code blocks?

   Use triple backticks in Markdown:

      ```javascript
      code here
      ```


Q: Can I add tables?

   Yes! Use Markdown table syntax or HTML tables.


Q: Can I use voice typing?

   Yes! Click the microphone button or press Win+H to use Windows voice
   typing. Great for hands-free documentation!


Q: How do I insert tree diagrams?

   Click the tree character button in the toolbar to:
   - Insert individual tree characters
   - Generate a complete folder tree template

   Perfect for showing file structures!


EXPORT QUESTIONS
--------------------------------------------------------------------------------

Q: Can I customize the footer?

   Free version:      Footer shows "Generated with ezDoc Studio" (required)
   Registered version: Full control - customize text, add links, or remove
                       footer entirely. Supports HTML for professional branding.


Q: Where do exported files go?

   To the folder you choose during export.


Q: Can I host exported sites?

   Yes! Exported sites are static HTML and work on any web server:

   Free Hosting:
   - GitHub Pages
   - Netlify
   - Vercel
   - Cloudflare Pages

   Paid Hosting:
   - Your own web server
   - Shared hosting (cPanel, etc.)
   - Cloud hosting (AWS S3, Azure, etc.)

   Just upload the exported folder via FTP, Git, or hosting dashboard!


Q: Do exported sites work offline?

   Yes! Exported sites are completely self-contained and work:
   - Offline (open index.html locally)
   - On any web server
   - Without databases or backend


Q: Can I customize exported sites?

   Yes! Edit the exported HTML/CSS files directly. All files are standard
   HTML/CSS/JS with no build process required.


Q: How do I update an exported site?

   1. Make changes in ezDoc
   2. Export again to the same folder (or new folder)
   3. Upload/replace files on your server
   4. Changes are live!


TROUBLESHOOTING QUESTIONS
--------------------------------------------------------------------------------

Q: Why can't I create a project?

   - Ensure you're using HTTPS or localhost
   - Grant folder permissions
   - Use a supported browser


Q: Why aren't my images showing?

   - Check images are in assets/images/
   - Verify relative paths
   - Ensure images were uploaded


Q: Why is the export failing?

   - Check folder permissions
   - Ensure disk space available
   - Try a different export location


Q: Why is ezDoc slow?

   - Optimize large images
   - Reduce page count
   - Clear browser cache
   - Close other tabs


DATA & STORAGE QUESTIONS
--------------------------------------------------------------------------------

Q: What happens if I clear my browser data?

   Nothing! Your projects are stored on disk in Documents\ezDoc\Projects\,
   not in the browser. Clearing browser data won't affect your projects.


Q: How do I backup my projects?

   Your projects are automatically stored in Documents\ezDoc\Projects\.
   To backup:

   1. Copy the entire ezDoc folder from Documents to:
      - External drive
      - Cloud storage (Dropbox, OneDrive, etc.)
      - Network location

   2. Or backup individual projects by copying their folders from
      Documents\ezDoc\Projects\[ProjectName]\


Q: What's in a project folder?

   Each project folder contains:
   - ezdoc.json        Project configuration
   - pages/            All your documentation pages (.md or .html files)
   - assets/images/    Uploaded images
   - categories.json   Category organization


Q: Can I move ezDoc to another computer?

   Yes! It's easy:

   1. Copy the ezDoc folder from Documents\ezDoc\ on old computer
   2. Paste it to Documents\ezDoc\ on new computer
   3. Open ezDoc - Projects are automatically discovered!

   That's it! No backup/restore needed since projects are stored on disk.


PRIVACY & SECURITY QUESTIONS
--------------------------------------------------------------------------------

Q: Is my data private?

   Yes! All data stays on your computer. Nothing is sent to any server.


Q: Can others access my projects?

   Only if they have access to your computer and the project folders.


Q: Is ezDoc secure?

   Yes! No data transmission, no tracking, no accounts.


Q: Can I use ezDoc for sensitive documentation?

   Yes! Since everything is local, it's as secure as your computer.


COMPARISON QUESTIONS
--------------------------------------------------------------------------------

Q: How is ezDoc different from other tools?

   - Local-first:     No cloud, no servers
   - No installation: Runs in browser
   - Free:            No subscriptions
   - Simple:          Easy to use
   - Portable:        Works anywhere


Q: Can I migrate from other tools?

   Yes! Copy your content into ezDoc pages.


Q: Can I export to other formats?

   Currently exports to HTML. Other formats may be added in the future.


================================================================================
   More Questions? Check the other help pages or the troubleshooting guide!
================================================================================
