Administrator Administrator 9 views 2 min read

Welcome to PasteMD - Guide & Features

A comprehensive onboarding guide showing all the features and options of PasteMD.

Welcome to PasteMD! ๐Ÿš€

This is your personal guide showcasing all the powerful options available on this platform. You can edit this document, delete it, or keep it as a reference!


๐Ÿ“ Markdown Rich Text Editing

PasteMD fully supports standard Markdown formatting. Here are a few examples of what you can do:

Text Styles

  • Bold text using **bold**
  • Italic text using *italic*
  • Strikethrough using ~~strikethrough~~
  • Code highlight like this

๐Ÿ’ป Code Block Highlighting

PasteMD automatically detects and highlights multiple programming languages (HTML, JS, CSS, Python, PHP, Ruby, Go, etc.):

// Example Javascript
const greet = (name) => {
  console.log(`Hello, ${name}! Welcome to PasteMD.`);
};
greet("User");
<?php
// Example PHP
echo "Hello from PasteMD!";
?>

๐Ÿ“Š Tables & Lists

Feature Supported Description
Markdown Yes Standard GitHub Flavored Markdown
Code Syntax Yes Automatic language highlighting
Password Protect Yes Keep documents encrypted
AI Assistant Yes AI-powered writing helper

๐Ÿ”’ Document Settings (Access Control)

Click the Settings button in the editor toolbar to configure options:

  1. Public vs. Private: Control if your document is listed publicly or only viewable via direct URL.
  2. Password Protection: Secure your sensitive data with custom passwords.
  3. Expiration Date: Set a datetime limit after which the document automatically expires.
  4. Comments & Downloads: Choose whether visitors can download the raw document or leave comments on it.

๐Ÿค– AI Assistant (Powered by Gemini)

If enabled by the administrator, click the AI icon in the editor toolbar:

  • Summarize: Get a concise bullet-point summary.
  • Review Code: Scan for bugs, improvements, and code reviews.
  • Explain: Describe complex code or text in plain English.
  • Improve: Automatically refine grammar, structure, and readability.

Feel free to delete this or use it to test features. Happy pasting! ๐Ÿ“‘

Markdown