Thank you for installing Live Server Plus — a lightweight, zero-dependency dev server for Sublime Text!


Getting Started:
1. Open (or create) a folder with your web files.
2. Open the Command Palette (Cmd/Ctrl + Shift + P).
3. Type “Live Server Plus: Start” and press Enter.
4. When the server starts, the plugin will:
   • Serve files from your open folder(s)
   • Open your default browser (optional) 
   • Automatically reload pages on save or modification

Available Commands:
• **Live Server Plus: Start**  
  Starts the server (or shows a message if already running).

• **Live Server Plus: Stop**  
  Stops the running server.

• **Live Server Plus: Open Current File**  
  Opens the current file in your browser through the dev server.

• **Live Server Plus: Show Mobile QR Code**
  Displays a QR linking phones/tablets to the dev URL. If LAN access is off, Sublime asks before enabling it.

• **Live Server Plus: Enable LAN Access**
  Allows devices on your local network to reach the server.

• **Live Server Plus: Disable LAN Access**
  Returns the server to local-only mode.

• **Live Server Plus: Settings**  
  Opens the user settings for customizing host, port, live reload delay, etc.

Markdown Preview:
• Markdown files are previewed GitHub-style, with live scroll sync.
• Alert callouts (“> [!NOTE]”, “> [!WARNING]”, …), tables, task lists and
  heading anchors are on by default.
• Syntax highlighting, math and Mermaid diagrams are opt-in — set
  “markdownSyntaxHighlighting”, “markdownMath” or “markdownMermaid” to true.
• Those three ship with the plugin and are served from your own dev server,
  never a CDN, so previews keep working offline and over LAN/QR on a phone.
  They are off by default because each adds JavaScript the browser re-parses
  on every reload; Mermaid is by far the heaviest.

Useful Tips:
• Watch the Sublime Text status bar for server status and port.
• By default, the plugin injects a small WebSocket script into .html files for live reload.
• Local-only serving is the default. Use Enable LAN Access when you want QR/mobile preview on a trusted network.
• You can enable or disable features via “LiveServerPlus.sublime-settings.”

For more information or support, visit:
https://github.com/ifrederico/sublime-liveserverplus

Happy coding!
