meㅤㅤ.ㅤㅤdirectㅤㅤ.ㅤㅤresources
in-depth rentry guide - for rentry babies
if this is too much for you, or not what your looking for:
visit the simple version
visit the metadata version
inputting an image

- changing the image size
{20px:100%}
this will change how big your image is. the smaller the px (pixels), the smaller the image, vice versa.
the 100% makes sure the image does not look wonky
example :
now if you like it wonky (you freak) you can do something like this
{20px:100px}
which will look like this
how do i get the image link?
you can go to catbox.moe or postimg and input the image that you would like. then, you copy the link and put it in the way explained above.
a catbox moe link might look like this: https://files.catbox.moe/yh5nmz.png
which is this
same for an postimg link!!
(is it obvious im lazy to get a postimg link)
links
[text](link here!)
which ill put an example that links to my resource site!
example link
you can link out of rentry links or other rentry links!!
- or if you wanna but just a link...
just simply put in your link!
headers
headers are a way to make your text bigger
they work like this # hey
which is
hey
the hashtags go all the way to 6, going from 1-6
example, starting at 1 going to 6:
rentry
rentry
rentry
rentry
rentry
rentry
dividers
this isnt about those image dividers you see around rentry with the cool designs (as cool as they may be), it's one using the rentry markdown code, splitting up each section in this very rentry
its just ***
but make sure the ***
is on its own line or it will not work!!
special text
not actually sure what the word for it is but you may see something like this on discord for example
*italic*
which looks like this**bold**
which looks like this***italic bold***
which looks like this~~strikeout~~
which looks likethis==mark==
which looks like this!>spoiler
which looks like this
(highlight to view)\*not italic\*
which looks like *not italic*
coloured text
%colour% text %%
which looks like this (example using blue) text
simply you put the colour you want within the first %%.
- wait, it doesn't stop there!
you can only use the colours from the rentry colour list - but you can also use your own colours!
the way you can input your own colour is using HEX code.
example:%#B4745D% rentry %%
which looks like rentry
what is a hex code?
i dont really want to go into a whole hex colour lesson but basically, it's a 6 digit code that represents colours. for example #FFFFFF is white and #000000 is black
how do i get a hex code?
you can visit this and flick through the colour wheel to find the hex of the colour you like
underlines
there's actually over lines, through lines and combination of those in this section but oh well
!~simple black underline~!
= simple black underline
- but that's kinda boring... let's make it interesting!
coloured underlines
its actually pretty similar to our coloured text...
!~colour; text ~!
for example, i'll be using blue
!~blue; rentry ~!
which will look like rentry
it also works for hex! which is explained in the coloured text section so i won't explain hex again
!~#B4745D; this ~!
will look like this
- still boring?
styles of underline
! all will use blue as an example !
double which is written like !~blue;double; example ~!
which will look like example
wavy which is written like !~blue;wavy; example ~!
which looks like example
dotted which is written like !~blue;dotted; example ~!
which looks like example
dashed which is written like !~blue;dashed; example ~!
which looks like example
solid which is written like !~blue;solid; example ~!
which looks like example (only write solid like that if you wanna torture yourself, it is already the default)
- but wait... there's more!
types of line
! all will use blue as an example !
line under is already the default.
line-through which is written like !~blue;line-through; example ~!
which looks like example
overline and both are not working for me, you can test it yourself
- hmm.. what if i think the line is too small or big?
sizes of line
written like this !~colour;line type;size; example ~!
which can look like this if you play around
the sizes of line go from 1 to 10
i will be using line-through in blue as an example
rentry
rentry
rentry
rentry
rentry
rentry
rentry
rentry
rentry
rentry
alignment
alignment is where your text is on the page
left-alignment is already the default
-> center alignment <-
center alignment
-> right alignment ->
right alignment
bullet points
you can either use *
or -
* example with astericks
- example with astericks
- example with dash
- example with dash
checkboxes
- [ ] unchecked box
- unchecked box
- [X] checked box
- checked box
comments
comments are a way to put in text without it actually showing up on the preview
you can use comments for any credits or just anything in general you want to say without it showing up
[//]: (comment here)
there's text on that line above using comments!
quotes
you can make quotes by starting the line with >
, this can actually go coffee multiple
> hey
would be
hey
now going for multiple!
>> rentry
rentry
>>> rentry
rentry
>>>> rentry
rentry
>>>>> rentry
rentry
python
the python can be used for messages ontop of rentries without taking up space, being scrollable
which looks like
i honestly doubt that anyone is actually using the python code for actual python but if you are, here's the supported langs page
inline code
inline code is used to show the code without the effect showing up on the preview or in my case, i use it sometimes case the red looks cool... shh
for example, i want to show you to code for bold without it showing up as bold without the code, id put it in inline code **bold**
inline code is done by putting a ` at the start and end of something, can't write it though without it showing up as inline code itself
tables
which will look like
Header | Header |
---|---|
Cell | Cell |
Cell | Cell |
Columns can be aligned to the right with --: and centered with :--:.
which will look like
Center | Right |
---|---|
Cell | Cell |
Cell | Cell |
notes
there are 4 types of notes
info, note, warning, danger
!!! info
rentry
rentry
!!! note rentry
rentry
!!! warning rentry
rentry
!!! danger rentry
rentry
image into links
image links make it so that if you click an image, it will redirect you somewhere instead of you having to use the usual boring link stuff
[](link to direct to)
my example will be directing to my resource rentry!
image float
this makes it so your images are not constricted to just the box, can float out of it. i cant see it on moile although, so this may just be a pc thing
.
.
rentry images can now float!
just add #left or #right to the image link:
