If I could make one request, refactor the code a bit so that I could import it as a lib and use it on my own configured Go HTTP server. All that code in the main package is not very reusable if, say, I wanted to serve this as a net/http.Handler in a separate path.
Show HN: Rwtxt – a space for reading and writing text
21–30 of 44 posts
Re: Show HN: Rwtxt – a space for reading and writing text
#22Related: * http://txti.es/ * http://telegra.ph/ * https://txt.fyi/ * https://tgr.am/ * https://verbatim.link/ * https://www.pastery.net/ * http://ix.io/ * https://commentpara.de/
Rwtxt looks like a nice, simple, markdown-based, easily self-hostable, open-source, personal notes wiki. Nice work! If there are others that more or less match this description (self-hosted, open-source, private notes repository), I'd be interested.
Re: Show HN: Rwtxt – a space for reading and writing text
#23I was thinking about doing something similar to this recently, but with different names:
Captain's Log and Captains Blog
You'd toggle Captain's Blog, which would forward it on to a configured static page generator and display it for you.
Re: Show HN: Rwtxt – a space for reading and writing text
#24Related: * http://txti.es/ * http://telegra.ph/ * https://txt.fyi/ * https://tgr.am/ * https://verbatim.link/ * https://www.pastery.net/ * http://ix.io/ * https://commentpara.de/
Yes, but on first glance (without a lot of digging) at the links here, only Pastery seems to be open source (ix.io says it will be...someday), and Pastery (as nice as it is--thanks for that link) is for a different purpose (exchange of code snippets). Rwtxt looks like a nice, simple, markdown-based, easily self-hostable, open-source, personal notes wiki. Nice work! If there are others that more or less match this des…
EDIT: grammar hurts
Re: Show HN: Rwtxt – a space for reading and writing text
#25How is this different from something like C2?
Have you been to C2 recently? It's now a web app that load only if you have JavaScript activated. Pretty sad. At least this one works well on text browsers, and pages load fast without the need for a spinner.
Yeah, it's archived now. But it's essentially the same software but doesn't... even credit the concept of wikis in any way? It seems quite bad to not credit wikis in any way here.
Re: Show HN: Rwtxt – a space for reading and writing text
#26Earlier quoted context omitted.
Yes, but on first glance (without a lot of digging) at the links here, only Pastery seems to be open source (ix.io says it will be...someday), and Pastery (as nice as it is--thanks for that link) is for a different purpose (exchange of code snippets). Rwtxt looks like a nice, simple, markdown-based, easily self-hostable, open-source, personal notes wiki. Nice work! If there are others that more or less match this des…
Shameless plug, I made one that uses an AWS Lambda and S3 and encrypts everything before it gets sent over the wire. You can view a live version of it here ( https://todos.md/ ) or view the source here ( https://github.com/Prefinem/TODOS.md ) EDIT: grammar hurts
Re: Show HN: Rwtxt – a space for reading and writing text
#27Earlier quoted context omitted.
Shameless plug, I made one that uses an AWS Lambda and S3 and encrypts everything before it gets sent over the wire. You can view a live version of it here ( https://todos.md/ ) or view the source here ( https://github.com/Prefinem/TODOS.md ) EDIT: grammar hurts
"Shameless"? So you shamelessly help me, and I'll shamelessly thank you. (It looks interesting, too.)
Re: Show HN: Rwtxt – a space for reading and writing text
#28Re: Show HN: Rwtxt – a space for reading and writing text
#29My own setup is a NextCloud-storage directory hierarchy where I write notes using MDWiki [1]. This lets me continue recording my thoughts even when I'm offline.
Re: Show HN: Rwtxt – a space for reading and writing text
#30I do write text, our information is mostly textual. But I need it manageable, organize with file taxonomy, structure taxonomy and full-text/fuzzy search. Something like org-mode. Something that I can post on the web if I like, but certainly not such a limited notebook.
Sorry, IMVHO many create applications just to write them, not to really use them nor to reason about a task they want to solve/automatize efficiently.