Avatar
suidoc
4ce4a54e84d738b01b67546c8f4095143d52f266d28c8aec4b9a0f83d8919913
Just an ordinary sats stacker ⚡️ Stay curious.

Think I read a post from some other guy who had issues with amethyst. Not sure what is happening. I’m using snort.social and working perfectly.

#[0] any chance to have zap ⚡️ enabled for posts on the Damus app? 🔥

You can’t have lost all your relays if you still see posts from those you follow. Maybe a bug in your client?

#[2] and Fountain.fm also has the zap functionality.

Replying to Avatar suidoc

# Nostr Markdown Guide

I have compiled a list of markdown code that can be used when posting on Nostr.

I have only tested this on the snort.social platform, so there could be some addtional markdown codes available on other platforms.

Please let me know if I have missed any and I will append it to the list.

## Headings

You can create headings by using the hashtag (\#). See below examples:

\# Heading 1

# Heading 1

\## Heading 2

## Heading 2

\### Heading 3

### Heading 3

You can create more levels of headings, but you get the point.

## Text Styling

\**This is bold text\**

**This is bold text**

\*This is italic text\*

*This is italic text*

\**This is bold and nested \_italic\_ text\**

**This is bold an nested _italic_ text**

\***This is all bold and italic text\***

***This is all bold and italic text***

## Quoted Text

You may want to quote some clever genius.

\> "I'm not afraid of death; I just don't want to be there when it happens." - Woody Allen

> "I'm not afraid of death; I just don't want to be there when it happens." - Woody Allen

## Lists

You can make normal and numbered lists.

\- I am item number 1.

\- We cannot all be number 1.

\- I am item number 1 reversed.

- I am item number 1.

- We cannot all be number 1.

- I am item number 1 reversed.

\1. I am item number 1.

\2. We cannot all be number 1.

\3. I am item number 1 reversed.

1. I am item number 1.

2. We cannot all be number 1.

3. I am item number 1 reversed.

Nested lists are created by having the first nested item align with the first letter of the item above.

\- I am item number 1.

\- We cannot all be number 1.

\- I am item number 1 reversed.

- I am item number 1.

- We cannot all be number 1.

- I am item number 1 reversed.

## Emojis

Yay! You can use all sorts of emojis by start typing \: followed by any other character.

You can find an emojis cheat sheet from ikatyang github here https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md.

\:tada\:

🎉

## Disable Markdown Rendering

If you want to actually use some of the letters that is creating a markdown, you need to use the backslash character (\).

\# I can write anything and it doesn't show as heading 1

# Did I forget anything?

If I forgot anything, please let me know and I will add it to the list.

Formatting your posts? No problem.

@#[0]

You can easily copy anyones relays by navigating to their profile and clicking relays.

If you click my profile, you should see ~50 relays you can copy.

You get a compatible wallet such as #[3]

I am using Alby chrome extension. See more here: https://getalby.com/

Just realized there's a "Translate to English" button under "..." - Really helpful, although it keeps failing 😆