This is a "How To" guide for Nth Circling like a pro!
This is also a public "wiki" page, so anyone can edit this post to contribute additional helpful tips.
Markdown
The forum editor uses markdown syntax for formatting.
Lists
- Type
*
(asterisk+space) at the beginning of a line to create a bullet list item.
- Type
1.
(one+period+space) at the beggining of a line to create a numbered list item.
Emphasis
- Type
*text*
to italicize text. - Type
**text**
to bold text.
Heading 1
- Type
#
(hash+space) at the beginning of a line to format as Heading 1.
Heading 2
- Type
##
(hash+hash+space) at the beginning of a line to format as Heading 2.
Heading 3
- Type
###
(hash+hash+hash+space) at the beginning of a line to format as Heading 3.
Block Quotes
Type ">" (greater_than) at the beginning of a line to format as block quote.
Code
- Type
`code`
(backtick+text+backtick) to format inlinecode
. - Type three backticks
```
before and after a code block.
code
code
code
Links
- Type
[link](https://nthcircle.com)
to create a link to website url.
Images
- Type

to insert an image like
Horizontal Rule
- Type
---
at the beginning of a line to insert a horizontal rule.
Mentions
- Type
@username
in the post - The mentioned user will receive an alert notifying them
Dark Mode
Nth Circle supports dark mode.
- Open the profile menu in the upper right.
- Click the person icon then
Preferences
- Click
Interface
and check theEnable automatic dark mode color scheme
option. - Open the "hamburger" menu (three lines) in the upper right.
- Click
Dark Mode
orLight Mode
to toggle between modes. - Check the
Auto Detect
box, if you want the light/dark mode to dynamically change based on your system settings.
Mobile App
Nth Circle can be installed as an app on your mobile phone.
Android
- Open the Nth Circle website in Chrome on your Android phone.
- Click the three-dots options menu in the upper-right of the browser.
- Select
Install app
. - Nth Circle will be installed as a progressive web app (PWA) on your phone.
- Enable push notifications in your Nth Circle settings in order to be notified from Nth Circle.
iOS
- Open the Nth Circle website in Safari on your iPhone.
- Click the options menu button on the bottom center of the browser.
- Scroll down and select
Add to Home Screen
. - Nth Circle will be installed as a progressive web app (PWA) on your phone.
- iOS does not currently support notifications for PWAs.
Other Tips?
...to be added