Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pad [2024/04/19 13:29] – [Animations / Classes] melon | pad [2025/08/23 20:30] (current) – [MelonLand Everyone Website] added link to guidelines ribose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== MelonLand EtherPad ====== | ||
| - | The MelonLand pad is a free notepad powered by etherpad that everyone can use. It allows you to create text documents that you can access via a link and edit with others (like a google doc). As you type on the pad you'll see everyone' | ||
| - | |||
| - | Currently there are two kinda of pads you can create: | ||
| - | - Public pads can be edited by everyone with the link - https:// | ||
| - | - Community pads can only be edited by forum members - https:// | ||
| - | |||
| - | |||
| ====== MelonLand Everyone Website ====== | ====== MelonLand Everyone Website ====== | ||
| Everything written in the Community Pad is published instantly to https:// | Everything written in the Community Pad is published instantly to https:// | ||
| - | You are very welcome to edit pages, add new pages, and do what you like on here (as along as it does not break MelonLand | + | You are very welcome to edit pages, add new pages, and do what you like on here (as along as it does not break [[guidelines|MelonLand |
| Pads are mapped to their matching everyone url, so for example: | Pads are mapped to their matching everyone url, so for example: | ||
| - | * https://pad.melonland.net? | + | * https://forum.melonland.net/pad.php?p=playlist - is the pad url for the playlist page |
| * https:// | * https:// | ||
| Line 31: | Line 23: | ||
| ===== Animations / Classes ===== | ===== Animations / Classes ===== | ||
| Most Melonking.net and Melonland Forum animations are available as classes on every page! | Most Melonking.net and Melonland Forum animations are available as classes on every page! | ||
| - | | Class | What it does | | + | ^ Class ^ What it does ^ |
| | .spin | Makes things spin | | | .spin | Makes things spin | | ||
| | .spin-slow | A slower spin | | | .spin-slow | A slower spin | | ||
| Line 46: | Line 38: | ||
| MoMG Picture frames can also be used by default, just wrap your image in a frame div/span like so: | MoMG Picture frames can also be used by default, just wrap your image in a frame div/span like so: | ||
| <div class=" | <div class=" | ||
| - | .picture-frame-1 | + | **.picture-frame-1** to **.picture-frame-5** are supported and will offer different sizes and colors of frame. |
| ===== Fonts ===== | ===== Fonts ===== | ||
| All forum fonts are supported by default on every page | All forum fonts are supported by default on every page | ||
| Line 63: | Line 55: | ||
| * Comic Sans MS | * Comic Sans MS | ||
| * MS PGothic Okato | * MS PGothic Okato | ||
| + | |||
| + | ===== File Types ===== | ||
| + | The Everyone Site supports some pages with file types e.g. if you title your page " | ||
| + | |||
| + | The supported file types are: | ||
| + | * .css - Processed as a CSS Style sheet | ||
| + | * .js - Processed as a JavaScript file | ||
| + | * .txt - Processed as a plain text file | ||
| + | * .xml - Processed as a plaintext XML file | ||
| + | * .x3d - Processed as a plaintext [[X3D]] file | ||
| + | * .json - Processed as a plaintext JSON file | ||
| + | * .jpg - Processed as a JPEG image | ||
| + | * .gif - Processed as a GIF image | ||
| + | * .png - Processed as a PNG image | ||
| + | |||
| + | ===== API ===== | ||
| + | You can call **? | ||
| + | |||
| + | Currently it supports 3 API calls: (Everything returns JSON data) | ||
| + | * texts - returns an array of text on the page | ||
| + | * links - returns an array of all text and urls of links | ||
| + | * images - returns an array of all image urls on the page | ||
| + | |||
| + | You can use the target= request to limit the api to part of a page using a CSS selector - for example: | ||
| + | < | ||
| + | https:// | ||
| + | # This will return all the text within links on the homepage. | ||
| + | |||
| + | https:// | ||
| + | # This will return all the links and urls in the community links list (useful if you want to embed them in your own site) | ||
| + | |||
| + | https:// | ||
| + | # This will return the urls of every image in the dance party! | ||
| + | </ | ||
| + | |||
| + | ====== Public Etherpad ====== | ||
| + | |||
| + | Prior to July 2025 it was possible to create non-everyone site pads via pad.melonland.net ~ this feature has been retired however if you need public text pads [[32bit_cafe|32Bit Cafe]] offer [[https:// | ||
| + | |||
