{"id":25011372,"url":"https://github.com/PotLock/bento-dotfun","last_synced_at":"2025-10-20T02:31:09.207Z","repository":{"id":273375006,"uuid":"918472632","full_name":"PotLock/emoji-web","owner":"PotLock","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-20T14:05:59.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-20T15:23:28.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PotLock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-18T02:49:41.000Z","updated_at":"2025-01-20T14:06:00.000Z","dependencies_parsed_at":"2025-01-20T15:23:30.793Z","dependency_job_id":"0d250ff2-1511-40d5-8be3-5019f487c516","html_url":"https://github.com/PotLock/emoji-web","commit_stats":null,"previous_names":["potlock/emoji-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotLock%2Femoji-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotLock%2Femoji-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotLock%2Femoji-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotLock%2Femoji-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PotLock","download_url":"https://codeload.github.com/PotLock/emoji-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237248912,"owners_count":19279099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T05:31:12.419Z","updated_at":"2025-10-20T02:31:08.746Z","avatar_url":"https://github.com/PotLock.png","language":null,"readme":"Below is the complete **Markdown v2 Overview**, now updated to include the emoji-based syntax for `~mkd`:\n\n---\n\n# **Markdown v2 Overview**\n\n---\n\n## **1. Headers**\n\n**Syntax:**\n```markdown\n# Header 1\n## Header 2\n### Header 3\n```\n\n**Icon-Based Syntax:**\n```markdown\n~✏️ Header 1  \n~✏️✏️ Header 2  \n~✏️✏️✏️ Header 3\n```\n\n**Rendered HTML:**\n```html\n\u003ch1\u003eHeader 1\u003c/h1\u003e\n\u003ch2\u003eHeader 2\u003c/h2\u003e\n\u003ch3\u003eHeader 3\u003c/h3\u003e\n```\n\n---\n\n## **2. Text Formatting**\n\n**Syntax:**\n```markdown\n**Bold Text**  \n*Italic Text*  \n~~Strikethrough~~\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🌟 Bold Text  \n~🖋️ Italic Text  \n~❌ Strikethrough\n```\n\n**Rendered HTML:**\n```html\n\u003cp\u003e\u003cstrong\u003eBold Text\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cem\u003eItalic Text\u003c/em\u003e\u003c/p\u003e\n\u003cp\u003e\u003cdel\u003eStrikethrough\u003c/del\u003e\u003c/p\u003e\n```\n\n---\n\n## **3. Lists**\n\n**Unordered List:**\n```markdown\n- Item 1\n- Item 2\n  - Subitem 2.1\n  - Subitem 2.2\n- Item 3\n```\n\n**Rendered HTML:**\n```html\n\u003cul\u003e\n  \u003cli\u003eItem 1\u003c/li\u003e\n  \u003cli\u003eItem 2\n    \u003cul\u003e\n      \u003cli\u003eSubitem 2.1\u003c/li\u003e\n      \u003cli\u003eSubitem 2.2\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003eItem 3\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n**Ordered List:**\n```markdown\n1. First\n2. Second\n3. Third\n```\n\n**Rendered HTML:**\n```html\n\u003col\u003e\n  \u003cli\u003eFirst\u003c/li\u003e\n  \u003cli\u003eSecond\u003c/li\u003e\n  \u003cli\u003eThird\u003c/li\u003e\n\u003c/ol\u003e\n```\n\n---\n\n## **4. Links and Images**\n\n**Links:**\n```markdown\n[Link Text](https://example.com)\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🔗 [Link Text](https://example.com)\n```\n\n**Rendered HTML:**\n```html\n\u003ca href=\"https://example.com\"\u003eLink Text\u003c/a\u003e\n```\n\n**Images:**\n```markdown\n![Alt Text](https://example.com/image.jpg)\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🖼️ [Alt Text](https://example.com/image.jpg)\n```\n\n**Rendered HTML:**\n```html\n\u003cimg src=\"https://example.com/image.jpg\" alt=\"Alt Text\"\u003e\n```\n\n---\n\n## **5. Code Blocks**\n\n**Inline Code:**\n```markdown\n`inline code`\n```\n\n**Rendered HTML:**\n```html\n\u003ccode\u003einline code\u003c/code\u003e\n```\n\n**Fenced Code Blocks:**\n```markdown\n```\nCode content here\n```\n```\n\n**Rendered HTML:**\n```html\n\u003cpre\u003e\u003ccode\u003eCode content here\u003c/code\u003e\u003c/pre\u003e\n```\n\n---\n\n## **6. Arguments**\n\n**Syntax Options:**\n```markdown\n@arg[ArgName]:Type (short description)\n```\n\n**Icon-Based Syntax:**\n```markdown\n@💡 [ArgName]:Type (short description)\n```\n\n**Example:**\n```markdown\n@arg[UserName]:String (the user’s display name)\n```\n\n**Referencing Arguments:**\n```markdown\n{ArgName}\n```\n\n**Example:**\n```markdown\nHello, {ArgName}!\n```\n\n---\n\n## **7. Tools**\n\n**Syntax Options:**\n```markdown\n@tool[ToolName](property1: value1, property2: value2)\n**Args:**  \n- ArgName: description.  \n- ArgName2: another description.\n\n**Description:**  \nBrief overview of the tool’s purpose.\n```\n\n**Icon-Based Syntax:**\n```markdown\n@🔧 [ToolName](property1: value1, property2: value2)\n**Args:**  \n- ArgName: description.  \n- ArgName2: another description.\n\n**Description:**  \nBrief overview of the tool’s purpose.\n```\n\n**Example:**\n```markdown\n@tool[Summarizer](text: \"Long input text\")\n**Description:**  \nA tool that generates a concise summary from input text.\n```\n\n---\n\n## **8. AI Components**\n\n**Syntax Options:**\n```markdown\n@ai[TextAnalysis](model: \"ChatGPT\", tool: [Summarizer])\n**Description:**  \nAn AI component that analyzes text and provides additional insights.\n```\n\n**Icon-Based Syntax:**\n```markdown\n@🤖 [BotName](model: \"ChatGPT\", tool: [Summarizer])\n**Description:**  \nAn AI component that analyzes text and provides additional insights.\n```\n\n**Referencing AI Components:**\n```markdown\n@ai[BotName](prompt)\n```\n\n**Example:**\n```markdown\nThe AI component being used is: @ai[BotName](prompt).\n```\n\n---\n\n## **9. Components (Structured Layouts)**\n\n**Syntax:**\n```markdown\n\u003e [lv1]\n\u003e Level 1 content.\n  \u003e [lv2]\n  \u003e Level 2 content.\n    \u003e [lv3]\n    \u003e This is the third level of content, providing detailed information or advanced explanations.\n```\n\n**Icon-Based Syntax:**\n```markdown\n~📦 [lv1]\nLevel 1 content.\n  ~📦 [lv2]\n  Level 2 content.\n    ~📦 [lv3]\n    This is the third level of content, providing detailed information or advanced explanations.\n```\n\n**Rendered HTML:**\n```html\n\u003cdiv class=\"lv1\"\u003e\n  \u003cp\u003eLevel 1 content.\u003c/p\u003e\n  \u003cdiv class=\"lv2\"\u003e\n    \u003cp\u003eLevel 2 content.\u003c/p\u003e\n    \u003cdiv class=\"lv3\"\u003e\n      \u003cp\u003eThis is the third level of content, providing detailed information or advanced explanations.\u003c/p\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n---\n\n## **10. Including External Markdown Content**\n\n**Text-Based Syntax:**\n```markdown\n~mkd(url=\"URL\")\n```\n\n**Emoji-Based Syntax:**\n```markdown\n~📄(url=\"URL\")\n```\n\n**Example (Emoji-Based):**\n```markdown\n~📄(url=\"https://example.com/content.md\")\n```\n\n---\n\n## **11. Generate AI Content**\n\n**Shortcut Syntax:**\n```markdown\n~ai[BotName](prompt)\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🤖 [BotName](prompt)\n```\n\n**Example:**\n```markdown\n~ai[BotName](\"Tell me a joke.\")\n```\n\n**Rendered Output:**\n\u003e Sure! Here's a joke:  \n\u003e Why don’t scientists trust atoms? Because they make up everything!\n\n---\n\n## **12. Generate AI Images**\n\n**Shortcut Syntax:**\n```markdown\n~ai-img[BotName](prompt)\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🤖🖼️ [BotName](prompt)\n```\n\n**Example:**\n```markdown\n~ai-img[BotName](\"A beautiful sunset over the ocean.\")\n```\n\n---\n\n## **13. Generate AI Voice**\n\n**Shortcut Syntax:**\n```markdown\n~ai-voice[BotName](prompt)\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🤖🔈 [BotName](prompt)\n```\n\n**Example:**\n```markdown\n~ai-voice[BotName](\"Hello! How can I assist you?\")\n```\n\n---\n\n## **14. Generate AI Videos**\n\n**Shortcut Syntax:**\n```markdown\n~ai-video[BotName](prompt)\n```\n\n**Icon-Based Syntax:**\n```markdown\n~🤖🎬 [BotName](prompt)\n```\n\n**Example:**\n```markdown\n~ai-video[BotName](\"An animation of the solar system in motion.\")\n```\n\n---\n\n## **15. Features Summary**\n\n| **Feature**             | **Text-Based Syntax**              | **Icon-Based Syntax**              | **Purpose**                                        |\n|--------------------------|-------------------------------------|-------------------------------------|----------------------------------------------------|\n| **Headers \u0026 Text**       | `# Header`, `**Bold**`             | `~✏️ Header`, `~🌟 Bold`             | Standard Markdown formatting.                     |\n| **Italic**               | `*Italic Text*`                   | `~🖋️ Italic Text`                   | Formats text as italic.                           |\n| **Lists**                | `- Item`                         | -                                   | Standard list formatting.                         |\n| **Links**                | `[Link Text](URL)`               | `~🔗 [Link Text](URL)`               | Adds hyperlinks to your content.                 |\n| **Images**               | `![Alt Text](URL)`               | `~🖼️ [Alt Text](URL)`               | Embeds an image with alternative text.           |\n| **Code Blocks**          | ``````code block``````             | `~💻 code block`                     | Displays preformatted code.                      |\n| **Define Arguments**     | `@arg[ArgName]:Type (description)` | `@💡 [ArgName]:Type (description)`  | Defines variables or inputs.                     |\n| **Reference Arguments**  | `{ArgName}`                       | `{ArgName}`                         | Refers to an argument’s value.                   |\n| **Define Tools**         | `@tool[ToolName](param: value, ...)` | `@🔧 [ToolName](param: value, ...)` | Declares tools with properties and arguments.    |\n| **Define AI Components** | `@ai[BotName](param: value, ...)` | `@🤖 [BotName](param: value, ...)` | Declares AI models and configurations.           |\n| **Generate AI Content**  | `~ai[BotName](prompt)`           | `~🤖 [BotName](prompt)`             | Generates content based on the specified prompt. |\n| **Generate AI Image**    | `~ai-img[BotName](prompt)`       | `~🤖🖼️ [BotName](prompt)`           | Generates an image based on the specified prompt.|\n| **Generate AI Voice**    | `~ai-voice[BotName](prompt)`     | `~🤖🔈[BotName](prompt)`           | Generates voice audio based on the specified prompt.|\n| **Generate AI Video**    | `~ai-video[BotName](prompt)`     | `~🤖🎬 [BotName](prompt)`           | Generates a video based on the specified prompt. |\n| **Include Markdown**     | `~mkd(url=\"URL\")`                | `~📄(url=\"URL\")`                    | Fetches and renders external Markdown.           |\n\n---\n\nThis complete overview now incorporates the emoji-based syntax and example for `~mkd`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPotLock%2Fbento-dotfun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPotLock%2Fbento-dotfun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPotLock%2Fbento-dotfun/lists"}