No file upload or account registration is required. Simply visit the site and start using it immediately.
- Recipients can view the formatted page with a single click.
- You can share documents easily without uploading files.
This article introduces a convenient system that benefits both the recipient and the person sharing the document.
Ask an AI tool to create a document in Markdown, then paste it into this site. You can copy a Discord-ready link in the [View the document](<URL>) format to your clipboard.
Then simply paste it into Discord to share the document.
Because the URL contains Markdown that has been compressed and Base64-encoded, recipients only need to click the link to view the document as a formatted page, with Markdown headings, bold text, bulleted lists, and other formatting applied.
If you want to place greater emphasis on security, you can download the HTML source of this site, inspect the code and external communication destinations yourself, and host it on your own GitHub Pages site or another service.
However, if you publish a modified version of this repository rather than a completely independent rewrite, please comply with the terms of the MIT License.
👇 Here is the website we will use this time.
First, please check the instructions using the link below.
After reading the instructions, click the “Use this site” link at the top of the page to open the website we will be using.
https://uni928.github.io/Uni928PublicHTMLs/index80Sample2English.html
With ChatGPT and other generative AI tools, you can quickly create explanatory documents, instructions, and short reports in Markdown.
However, sharing those documents on Discord may require several steps, such as:
- Saving the document as a Markdown file
- Converting it to HTML or PDF
- Uploading the file to Discord
- Moving it to Google Docs or another service
To simplify this process, I created a way to share AI-generated Markdown documents on Discord as a link such as View the document.
Recipients only need to click the link to view the document as a formatted page, with Markdown headings, bold text, bulleted lists, and other formatting applied.
Discord Supports Named Links
Discord supports the following Markdown syntax for named links:
[View the document](<URL>)
For example:
[View the document](<https://uni928.github.io/Uni928PublicHTMLs/index80Sample2English.html>)
When you post this, recipients can view the document simply by clicking the link.
Turn AI-Generated Markdown Directly into a URL
The site introduced here compresses the Markdown text and embeds it directly in the URL.
This allows you to share documents through the following simple process:
- Ask ChatGPT or another generative AI tool to create the document in Markdown.
- Paste the Markdown into the site.
- Create a shareable URL.
- Paste the URL into Discord.
In other words, you can let someone view the document using only a URL, without creating a separate document file.
For example, you can ask ChatGPT:
Please create a simple Markdown document about 〇〇 that can be shared on Discord.
Then, paste the generated Markdown directly into the site.
The process, from creating a document with AI to sharing it on Discord, can be completed with relatively few steps.
Easy to Revise and Share Because It Uses Only a URL
I personally find this method particularly useful for:
- Simple explanatory documents created with AI
- Work instructions
- Explanations of rules for games or online communities
- Sharing development updates
- Making long Discord posts easier to read
- Notes that only need to be shared temporarily
- Organizing the results of a consultation with ChatGPT
Instead of pasting a long document directly into Discord, you can shorten the message and share it like this:
More details are available here.
[View the document](<URL>)
Limitations
This method stores the Markdown data inside the URL itself.
Therefore, taking the URL length limits of browsers and Discord into account, the current limit is 9,000 characters for the compressed Base64 data.
Also, embedding large amounts of image data would make the URL extremely long. For this reason, image embedding is not supported when sharing through a URL.
This method is intended less as a replacement for a full-featured document-sharing service and more for:
Easily sharing text-focused documents created with AI on Discord
For short, text-centered documents, I think this is a convenient and practical approach.
For Those Who Want to Inspect the Code or Prioritize Security
👇 GitHub
https://github.com/uni928/Uni928PublicHTMLs/blob/main/index80English.html
This article links to the sample page, index80Sample2English.html. However, after reading the explanation, the regular index80English.html is intended for actual use, so the GitHub link above points to that file.
The code is publicly available on GitHub for anyone who wants to check whether it contains malicious code.
Although a complete review may not always be possible, you can also download the HTML, attach it to ChatGPT or another AI tool, and ask:
Please check whether this HTML contains suspicious data transmission to external services or any malicious code.
For important uses, however, I recommend checking the code and communication destinations yourself instead of relying only on an AI review.
If you want to place even greater emphasis on security, you can use the following process:
- Download the HTML from GitHub.
- Inspect the code yourself.
- Ask an AI tool to review it if necessary.
- Host it on your own GitHub Pages site or another service.
This allows you to use your own copy without worrying about changes to the code on the original site after publication.
You Can Also Customize It for Your Own Use
Because the HTML source is publicly available, you can use ChatGPT or another AI tool to make adjustments such as:
- Changing the design
- Reducing the number of buttons
- Changing the input method
- Adding features designed for Discord
- Adding templates for your own documents
You can also modify the site to make it easier for you to use.
If you create and publish an even more convenient version, I would be happy to try it. Please let me know.
If you publish a modified version of this repository rather than a completely independent rewrite, please follow the terms of the MIT License.
You must include the copyright notice and the MIT License text.
👇 Here is the website we will use this time.
First, please check the instructions using the link below.
After reading the instructions, click the “Use this site” link at the top of the page to open the website we will be using.
https://uni928.github.io/Uni928PublicHTMLs/index80Sample2English.html
Top comments (0)