Pages
Back to Home / Contact Support
Contents
Creating Pages
Functionality
Publish to web
Organising your Pages
Using Pages to create private notes
Example use cases
Markdown syntax
Superthread streamlines your work by unifying tasks and documents in a single location, all powered by lightening-fast universal search and intuitive drag-and-drop functionality.
We call these documents 'Pages' and you also can create Pages inside of other Pages, which we call 'Sub-Pages'.
Sub-Pages are useful for grouping relevant information together and you can have multiple Sub-Pages, and indeed multiple levels of Sub-Pages.
Creating Pages
To create a new top-level Page, hover over the Space you want to create the Page within and click the +
button and select 'Add new page'
To create a new Sub-Page, hover over a Page in the sidebar and and click the +
button; this new Sub-Page will be automatically displayed nested underneath its parent page in the Sidebar and dynamically linked to from the parent Page.
Functionality
Pages are collaborative documents that support;
- text
- images
- videos
- inline comments
- markdown syntax
- @mentions
- anchor links
You can collaborate on Pages in real time, and you can see who else is working on the document from the avatars on the left hand side, with everything is saved in real time.
Publish to web
You can publish your Superthread pages to the public internet, including choosing if those pages are indexed by search engines or not.
Organising your Pages
You can re-organise your Pages using drag and drop in the Sidebar, and can drop one Page on top of another Page to make it a Sub-Page.
Dragging a parent Page to a new position in the Sidebar will also drag all its Sub-Pages with it.
Note: Sub-Pages inherit settings from the Page above them
Actions you take on the Parent page will also be applied to it's Sub-Pages.
This means that:
- When you move a Page somewhere else, all it's Sub-Pages will move with it.
- If you share a Page to the web, all it's Sub-Pages will also be shared to the Web.
- When you archive a Page, all it's Sub-Pages will also be archived.
Using Pages to create private notes
As well as being used for more formal documentation, Superthread Pages can be great for taking quick, simple notes.
To make this as slick as possible, you can press P
from anywhere within the app to quickly create a new Page.
This new Page will save into your Private Space by default
(although you can easily change this behaviour if you want)
The Page can either continue to live there or, if it's something you're going to work on and then share with your team at a later stage, you can simply drag it into your team Space when it's ready.
Example use cases
At Superthread we use Pages to:
- Maintain a comprehensive internal wiki
- Write specs for new features
- Write and maintain this public Knowledge Base
- Share our public changelog
- Write and share job descriptions
- Write and share blog posts
- Quickly take notes (press
P)
Markdown syntax
Superthread Pages support markdown syntax, which you may be familiar with from tools such as Slack.
If you're not familiar with it already, it's designed to allow rapid styling of documents without having to reach for your mouse. Here's a little cheat sheet to get you underway.
*bold
_italic_
~strikethrough~
`inline code`
```
code block
```
* bullet point
- bullet point
[] checklist
1. numbered list
# H1
## H2
### H3
Of course, if you do prefer a more traditional, mouse-driven way of styling your Pages, you'll find a simple menu at the top of the Page.