Scroll to highlight on notestack.com
Chris
chris@nostrings.news
npub1ygzj...60k2
Working on nostr stuff
- notestack.com
- transmit.fm
- notebin.io
- relayrunner.org
- relaywizard.com
- comet.md
NIP-C0 author
If anyone has time to try out the wysiwyg editor at notestack.com and give feedback i would appreciate it: 
NoteStack
NoteStack
A beautiful Nostr long-form editor. Write, publish, and share your ideas on the decentralized web.
notestack.com supports playing audio attached to longform audio now, which apparently a lot of people are doing.


Save your articles to a stack on notestack.com
If you see some code you like on notestack.com you can post it as a codesnippet and read it later on notebin.io
#nostr #grownostr
Folding for the editor and reader on Notestack

NoteStack
NoteStack
A beautiful Nostr long-form editor. Write, publish, and share your ideas on the decentralized web.
Notestack now supports NIP-84 highlights.
Check it out at
#nostr #grownostr
NoteStack
NoteStack
A beautiful Nostr long-form editor. Write, publish, and share your ideas on the decentralized web.
I'm working on a rich text editor for nostr try it out here:
try pasting in npubs and nvents to test out nostr features
NoteStack
NoteStack
A beautiful Nostr long-form editor. Write, publish, and share your ideas on the decentralized web.
notebin.io now has a remote mcp server at https://notebin.io/mcp that you can use with your Coding agent to fetch your NIP-C0 code snippets.
Example MCP config:
"mcp": {
"servers": {
"notebin.io": {
"url": "https://notebin.io/mcp"
}
}
}
The minimum you need to provide is your npub, but you can also provide a limit, a programming language and tags
Make sure to create a few code snippets first at
#grownostr

Notebin.io
Notebin.io - Modern Code Sharing Platform
Share and collaborate on code snippets easily with Notebin.io. A modern, fast, and secure platform for developers.
notebin.io (a site and relay for code snippets) supports profile pages for users now, you can also update your profile information by clicking on the user dropdown and selecting "account"
profiles are also now batched and shown on the archive page so you can see the name and image for the user who created the NIP-C0 code snippet.

Notebin.io
Notebin.io - Modern Code Sharing Platform
Share and collaborate on code snippets easily with Notebin.io. A modern, fast, and secure platform for developers.
Running a new relay for just kind 1337 code snippets at relay.notebin.io.
#grownostr
We're planning to change the recommended hosting provider on relayrunner.org soon, currently planning to use . Any other suggestions?
1984 - Safe hosting in Iceland
1984 is a green ethical hosting company in Iceland. Founded in 2006, 1984 has been dedicated to freedom of speech. We offer the traditional ready ...
You probably shouldn’t be running a public relay if you don’t have the time to moderate it.
How do you think relays should be handled on 

Notebin.io
Notebin.io - Modern Code Sharing Platform
Share and collaborate on code snippets easily with Notebin.io. A modern, fast, and secure platform for developers.
Are clients with multiple column feeds the future?
You can now sort by last edited, created at and title in Comet.
Title is particularly useful if you're writing a book or course where you can number the titles.
Each notebook should have it's own sort state.
I refactored the code snippet MCP code to use typescript and be simpler to understand, if you're just learning how to integrate nostr with MCP I recommend checking out the tools directory:

GitHub
nostr-code-snippet-mcp/src/tools at master · nodetec/nostr-code-snippet-mcp
🤖 code snippet mcp server. Contribute to nodetec/nostr-code-snippet-mcp development by creating an account on GitHub.
The domain for Tauri (the rust desktop application framework) has expired. Reminder that if you have a good domain to put it on auto-renew. Hopefully they’re able to get it back.


Tauri
Tauri 2.0
The cross-platform app building toolkit
In this demo we ask Claude to post a simple python code snippet. The MCP server reaches out via unix domain socket to have the event signed so Claude nor the MCP server needs to know the private key. This will allow you to have Claude post code snippets that you like on your behalf without needed to expose your private key/nsec.
@grownostr