From 30cb30a530cdf0e3a1e965ae356b8425b5e726f8 Mon Sep 17 00:00:00 2001 From: Stellar Stoic Date: Sun, 25 Jun 2023 18:57:15 +0200 Subject: [PATCH 1/6] added nostri.chat widget and zaplife by @paplof7z --- .vscode/settings.json | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/README.md b/README.md index 34968e5..a56113d 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ them: - [nostr console](https://github.com/vishalxl/nostr_console)![stars](https://img.shields.io/github/stars/vishalxl/nostr_console.svg?style=social) - a nostr command line client written in Dart. Binaries available for Windows, Linux, and MacOS - [Nostr Nests](https://nostrnests.com/) - Nostr Nests is an audio space for chatting, brainstorming, debating, jamming, micro-conferences and more. - [nostr-chat-widget-react](https://www.npmjs.com/package/nostr-chat-widget-react?activeTab=readme) - A React component that provides a live-chat widget over nostr that can be embedded into any website. +- [nostri.chat](https://nostri.chat/) - A embeded chat widget for your website. (seriously simple like copy/paste) - [NostrEmitter](https://github.com/cmdruid/nostr-emitter)![stars](https://img.shields.io/github/stars/cmdruid/nostr-emitter.svg?style=social) - Simple E2E encrypted client and EventEmitter object - [Nostribe.com](https://github.com/sepehr-safari/nostribe-web-client) ![stars](https://img.shields.io/github/stars/sepehr-safari/nostribe-web-client.svg?style=social) - Nostr client web app built with Next.js 13 and TypeScript. - [Nostribe.com](https://nostribe.com/) - Live instance. @@ -389,6 +390,7 @@ Outside of nostr itself, you find the community on: - [search posts/profiles by keyword](https://nostr.band) - posts from major relays indexed and searchable in real-time - [Summaries of all Nostr Improvements Proposals](https://anchor.fm/s/d8e8d5a4/podcast/rss) - ChatGPT generated summaries of all NIPs by k00b - [vanilla-js-nostr](https://github.com/supertestnet/vanilla-js-nostr)![stars](https://img.shields.io/github/stars/supertestnet/vanilla-js-nostr.svg?style=social) - a demo of posting and viewing a feed in nostr using vanilla javascript +- [Zapllife](https://zaplife.lol) - Real-time feed for nostr zaps. The best tool to shut up the "lightning doesn't work" people. - [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. Data for this list is contributed by the community and curated by [@aaaljaz](https://twitter.com/aaaljaz) ( npub1aljazgxlpnpfp7n5sunlk3dvfp72456x6nezjw4sd850q879rxqsthg9jp) From 541b59ae5c5dfe033b42e1725c989f72900a5572 Mon Sep 17 00:00:00 2001 From: Stellar Stoic Date: Sun, 25 Jun 2023 19:00:28 +0200 Subject: [PATCH 2/6] typo at zaplife fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a56113d..9555580 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ them: - [nostr console](https://github.com/vishalxl/nostr_console)![stars](https://img.shields.io/github/stars/vishalxl/nostr_console.svg?style=social) - a nostr command line client written in Dart. Binaries available for Windows, Linux, and MacOS - [Nostr Nests](https://nostrnests.com/) - Nostr Nests is an audio space for chatting, brainstorming, debating, jamming, micro-conferences and more. - [nostr-chat-widget-react](https://www.npmjs.com/package/nostr-chat-widget-react?activeTab=readme) - A React component that provides a live-chat widget over nostr that can be embedded into any website. -- [nostri.chat](https://nostri.chat/) - A embeded chat widget for your website. (seriously simple like copy/paste) +- [nostri.chat](https://nostri.chat/) - An embeded chat widget for your website. (seriously simple like copy/paste) - [NostrEmitter](https://github.com/cmdruid/nostr-emitter)![stars](https://img.shields.io/github/stars/cmdruid/nostr-emitter.svg?style=social) - Simple E2E encrypted client and EventEmitter object - [Nostribe.com](https://github.com/sepehr-safari/nostribe-web-client) ![stars](https://img.shields.io/github/stars/sepehr-safari/nostribe-web-client.svg?style=social) - Nostr client web app built with Next.js 13 and TypeScript. - [Nostribe.com](https://nostribe.com/) - Live instance. @@ -390,7 +390,7 @@ Outside of nostr itself, you find the community on: - [search posts/profiles by keyword](https://nostr.band) - posts from major relays indexed and searchable in real-time - [Summaries of all Nostr Improvements Proposals](https://anchor.fm/s/d8e8d5a4/podcast/rss) - ChatGPT generated summaries of all NIPs by k00b - [vanilla-js-nostr](https://github.com/supertestnet/vanilla-js-nostr)![stars](https://img.shields.io/github/stars/supertestnet/vanilla-js-nostr.svg?style=social) - a demo of posting and viewing a feed in nostr using vanilla javascript -- [Zapllife](https://zaplife.lol) - Real-time feed for nostr zaps. The best tool to shut up the "lightning doesn't work" people. +- [Zaplife](https://zaplife.lol) - Real-time feed for nostr zaps. The best tool to shut up the "lightning doesn't work" people. - [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. Data for this list is contributed by the community and curated by [@aaaljaz](https://twitter.com/aaaljaz) ( npub1aljazgxlpnpfp7n5sunlk3dvfp72456x6nezjw4sd850q879rxqsthg9jp) From f8e7dd83d81a55b9f499770dfbdd2198314bb575 Mon Sep 17 00:00:00 2001 From: Stellar Stoic Date: Sun, 25 Jun 2023 19:03:00 +0200 Subject: [PATCH 3/6] deleting unnecessary vscode folder --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6f3a291..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5501 -} \ No newline at end of file From 876e3c0408e1e67ec39ed66d67524f1f92e5ef0f Mon Sep 17 00:00:00 2001 From: Stellar Stoic Date: Sun, 25 Jun 2023 19:12:59 +0200 Subject: [PATCH 4/6] adding highlighter.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9555580..d3891c8 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ them: - [Demo](https://written-weld.vercel.app/) - [yakihonne.com](https://yakihonne.com)![stars](https://img.shields.io/github/stars/smolgrrr/ourchan.svg?style=social) - YakiHonne is a censorship-resistant content media protocol, which supports free curation, creation, publishing, and reporting by various media. - [zapddit](https://zapddit.com) ![stars](https://img.shields.io/github/stars/vivganes/zapddit.svg?style=social) - Reddit-style client for nostr where you can follow topics (similar to subreddits), mute certain topics (like #bitcoin), upzap and downzap notes using your hard-earned sats. +- [Highlighter](https://highlighter.com) - Discover and share curated insights by people you trust. Highlight Books, articles, tweets, anything! ### Client reviews and/or comparisons From f802cb927ca9b2653ce3b95e4454e10e17f79eee Mon Sep 17 00:00:00 2001 From: Stellar Stoic Date: Sun, 25 Jun 2023 19:19:15 +0200 Subject: [PATCH 5/6] added NostrTool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3891c8..8247b0d 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ them: - [Spamster](https://github.com/gourcetools/spamster)![stars](https://img.shields.io/github/stars/gourcetools/spamster.svg?style=social) - Spamster is for testing relays and spam filters. - [tostr](https://github.com/slaninas/tostr)![stars](https://img.shields.io/github/stars/slaninas/tostr.svg?style=social) - a twitter to nostr bot - [Embed widget](https://embed.nostr.band) - Embed Nostr notes or profiles into any website with just a line of code. +- [NostrTool](https://nostrtool.com/) - a tool to play with keys. ## NIP-05 identity services From 8be61c498f5a75c098bd7410cb21338c25264c13 Mon Sep 17 00:00:00 2001 From: Stellar Stoic Date: Sun, 25 Jun 2023 19:22:38 +0200 Subject: [PATCH 6/6] moving nostri.chat in the tools category next to another widget tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8247b0d..2f713d7 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,6 @@ them: - [nostr console](https://github.com/vishalxl/nostr_console)![stars](https://img.shields.io/github/stars/vishalxl/nostr_console.svg?style=social) - a nostr command line client written in Dart. Binaries available for Windows, Linux, and MacOS - [Nostr Nests](https://nostrnests.com/) - Nostr Nests is an audio space for chatting, brainstorming, debating, jamming, micro-conferences and more. - [nostr-chat-widget-react](https://www.npmjs.com/package/nostr-chat-widget-react?activeTab=readme) - A React component that provides a live-chat widget over nostr that can be embedded into any website. -- [nostri.chat](https://nostri.chat/) - An embeded chat widget for your website. (seriously simple like copy/paste) - [NostrEmitter](https://github.com/cmdruid/nostr-emitter)![stars](https://img.shields.io/github/stars/cmdruid/nostr-emitter.svg?style=social) - Simple E2E encrypted client and EventEmitter object - [Nostribe.com](https://github.com/sepehr-safari/nostribe-web-client) ![stars](https://img.shields.io/github/stars/sepehr-safari/nostribe-web-client.svg?style=social) - Nostr client web app built with Next.js 13 and TypeScript. - [Nostribe.com](https://nostribe.com/) - Live instance. @@ -274,6 +273,7 @@ them: - [Spamster](https://github.com/gourcetools/spamster)![stars](https://img.shields.io/github/stars/gourcetools/spamster.svg?style=social) - Spamster is for testing relays and spam filters. - [tostr](https://github.com/slaninas/tostr)![stars](https://img.shields.io/github/stars/slaninas/tostr.svg?style=social) - a twitter to nostr bot - [Embed widget](https://embed.nostr.band) - Embed Nostr notes or profiles into any website with just a line of code. +- [nostri.chat](https://nostri.chat/) - An embeded chat widget for your website. (seriously simple like copy/paste) - [NostrTool](https://nostrtool.com/) - a tool to play with keys.