It should work like this: - There is a link that looks like `http://www.loglist.net/quote/new?content=<quote-text-in-base64>` — for example, for "Hello, World" it will look like http://www.loglist.net/quote/new?content=SGVsbG8sIFdvcmxk - When we open http://www.loglist.net/quote/new?content=SGVsbG8sIFdvcmxk in a browser the submit form is opened and autofilled with "Hello, World" text - Using base64 enables us to compress the suggested quotes in case the are really big This feature can be useful for https://github.com/codingteam/horta-hell/issues/306
It should work like this:
http://www.loglist.net/quote/new?content=<quote-text-in-base64>— for example, for "Hello, World" it will look like http://www.loglist.net/quote/new?content=SGVsbG8sIFdvcmxkThis feature can be useful for codingteam/horta-hell#306