Avatar
Ezofox
d4843f4c280abba3d43d84ed7924b2567d7c166f5e72985b9f06d355601b5d78

It's like a micro blogging tool with markdown where you can create blog posts as notes that get published as an event and is authorized using Alby (Currently it only works with Alby because of the specific event that it uses. It doesn't work with Nos2x yet)

For example this is my pubkey https://notebin.org/u/npub123tev4ahur7e6uzz7exyhj3ql0vt039ga6skvxt9tuxytp26pk4qxfaur9 and you can see the notes/blog posts I submitted.

You can then also setup your LUD-06/Lightning address to receive tips (inbuilt integration on Notebin).

Pretty cool stuff.

Another interesting web client https://nostrify.me/

Notebin | Lightning Tips on Nostr using Alby Wallet | Demo https://www.youtube.com/watch?v=2Ju235eZr5Q

Thanks! ๐Ÿ˜„๐Ÿค™

Youโ€™re welcome! ๐Ÿ˜„๐Ÿค™

If anyone is looking for a way to restrict Alby, Nos2x on Chrome and Nos2x-Fox on Firefox to have permissions for data access for only domains you would want it to have, have a look at my guide:

https://orangepill.dev/nostr-guides/guide-restrict-domains-nostr-signer-extensions/

It is a markup ๐Ÿ†™โฌ†๏ธlanguage called mark down ๐Ÿ“‰โฌ‡๏ธ

Looks pretty ๐Ÿ”ฅ in OLED black.

Thanks! Updating.

Look at the markdown [cheatsheet](https://www.markdownguide.org/cheat-sheet/) for more information.

Markdown is a simple language where you can type something in plaintext but add formatting. Like making a a word bold, italic, adding a hyperlink to a word, adding headings, quotes, formatting code that someone can copy and paste, add an image with caption and alternate text, create a tabular grid with textual data, add unordered list (bullet points) and ordered list (numberical points).. etc

For example:

- Adding a headings are usually added by typing the following `# Heading 1` for main content/title, `# Heading 2` for sub-title under heading 1, `# Heading 3` for sub-sub title under heading 2. This should output as:

# Heading 1

## Heading 2

### Heading 3

- Making a text bold add two asterisk begnning and end of text `**This is a bold text**` or two underscores beggining and end of text `__This is also bold__` should output as:

**This is a bold text**

__This is also bold__

- Italic text is with one asterisk or underscrore beginning and end of the text `*This is in italics*`

*This is in italics*

- Adding a hyperlink to a text `[click me](http://google.com)` should output as:

[click me](http://google.com)

- Block of code to retain syntax and display to copy/paste. You add ``` before and after the code:

```

let message = 'Hello world';

alert(message);

```

Now since Nostr clients are in their initial development phases, they may or may not support markdown at all or may support some of it and some of it may break. Ideally I think clients should support it.

Welcome! ๐Ÿค™๐Ÿ‘‹

Wonderful work! Thank you ๐Ÿค™๐Ÿค™๐Ÿ˜„

Happy Republic Day ๐Ÿ‡ฎ๐Ÿ‡ณ

Try https://getalby.com if you want your username. Depends on availability.

I like both, also https://jamapp.org great GUI for JoinMarket.