Previous Page Table of Contents Next Page
Table Of Contents | Next Page |
This is a text of a very long title that might happen on a guide
Table of Contents
- This is a text of a very long title that might happen on a guide
- Table of Contents
- Text
- Standard Text
- Highlighted Words
- Styled Text
- Colored Text
- Notion Page Link
- Tool Text
- Link To Notion Page
- Standard URL Link
- To-Do
- Numbered List
- Bulleted List
- Toggle List
- Colored Toggles
- Callouts
- Quotes
- Inline Blocks
- Mention
- Date
- Reminder
- Inline Equation
- Database Blocks
- Table
- Boards w/o card preview
- Boards with card preview
- Calendar
- Gallery w/o card previews
- Gallery with card previews
- Timeline
- List (also the table of contents)
- Media Blocks
- Image
- Web bookmark
- Video
- Audio
- Code block
- File
- Heading 1
- Heading 2
- Heading 3
Text
Standard Text
It's not only writers who can benefit from this free online tool. If you're a programmer who's working on a project where blocks of text are needed, this tool can be a great way to get that. It's a good way to test your programming and that the tool being created is working well.
Above are a few examples of how the random paragraph generator can be beneficial. The best way to see if this random paragraph picker will be useful for your intended purposes is to give it a try. Generate a number of paragraphs to see if they are beneficial to your current project.
If you do find this paragraph tool useful, please do us a favor and let us know how you're using it. It's greatly beneficial for us to know the different ways this tool is being used so we can improve it with updates. This is especially true since there are times when the generators we create get used in completely unanticipated ways from when we initially created them. If you have the time, please send us a quick note on what you'd like to see changed or added to make it better in the future.
Highlighted Words
Brown
Orange
Yellow
Green
Blue
Purple
Pink
Red
Styled Text
Normal Text
Bold Text
Italic Text
Underlined Text
Strikethrough Text
Code 0Text
Colored Text
Gray text
Brown text
Orange text
Yellow text
Green text
Blue text
Purple text
Pink text
Red text
Notion Page Link
To a PageTool Text
Writing that is used in another way than just explaining something to the person reading.
Link To Notion Page
This is a link To a Page that was made just above.
Standard URL Link
This is a standard link withn a sentence.
To-Do
Numbered List
- One
- Two
- Three
- Test to see if this text is justified or left-aligned
Bulleted List
- First
- Second
- Third
- Fourth
- Test to see if this text is justified or left-aligned
Toggle List
Colored Toggles
Callouts
Quotes
“Try not to become a man of success, but rather become a man of value.” Albert Einstein.
Inline Blocks
Inline blocks are blocks that can be inserted in the middle a line of text.
Mention
@Untitled
This is a callout to @Untitled, you know?
Date
@November 7, 2021
This is a test of a day like @November 18, 2021 within a sentence.
Reminder
@November 8, 2021 9:00 AM (PST)
This is a sentence to test out how reminders like @November 19, 2021 work.
Inline Equation
This is a test of within a sentence.
Database Blocks
All the blocks that can hold the info you want to tell in a cool manner. Know that for now, you cannot use timelines or tables.
Table
Boards w/o card preview
Boards with card preview
Calendar
Gallery w/o card previews
Gallery with card previews
Timeline
List (also the table of contents)
Media Blocks
Image
Web bookmark
Video
can be embedded or uploaded directly
Audio
can upload directly or embed from many sources, including Spotify and Soundcloud).
Note: Currently, .m4a files uploaded from iPhones can't be played on non-iOS browsers.
Code block
/* Fallback */
/* In the component’s style: */
.component .header {
color: var(--header-color, blue); /* header-color isn’t set, and so remains blue, the fallback value */
}
.component .text {
color: var(--text-color, black);
}
/* In the larger application’s style: */
.component {
--text-color: #080;
}