Viewing profile — arek_nawo
arek_nawo
HN member- Joined
- Wed, May 17, 2023, 7:26 PM UTC
- HN karma
- 315
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About arek_nawo
No profile information was provided.
Recent public activity
-
comment
Comment #39693751
Are you looking specifically for Markdown or e.g. a WYSIWYG with Markdown shortcuts support? I’m building something in this space and I’m curious what’s the appeal of the former vs…
-
comment
Comment #39693504
I'm working on something similar (i.e. a content editor for developers) with Vrite, that's already open-source: https://github.com/vriteio/vrite It's not the same as acreom (leanin…
-
comment
Comment #39693389
Why is it a "huge asterisk"? I'm also working on a WYSIWYG editor and using TipTap. It's great, but on its own, it's not a ready editor, but a great framework. There's a lot you ca…
-
comment
Comment #39693316
MDX, with the custom content involved, is though. I've been working on a hybrid WYSIWYG editor for MDX at Vrite ( https://vrite.io ). Currently supports custom block elements and J…
- story
-
story
Show HN: Open-source product documentation platform
Vrite is meant to be an open-source, collaborative developer content platform for everything from technical blogs and product documentation to internal knowledge bases. The idea is…
-
comment
Comment #37630838
I want to think of marketing as a way of providing valuable content and explaining why your product might be just what the consumer needs (potentially helping them with their probl…
-
story
Show HN: I'm building open-source, collaborative developer content platform
Hi everyone, So, I've been building Vrite as an open-source project for a while now, but only now - with v0.2.0 - I'm happy to finally provide official self-hosting support. The be…
-
comment
Comment #37470445
Happy to see the SIM card go away. eSIM provides just so much better experience. This also enables easier installation and setup for basically any carrier. Just download the app, c…
-
comment
Comment #37406411
I've seen quite a few Postman alternatives pop up recently (quite curious what's the reasoning behind that?). Currently I'm mostly using Hoppscotch - also open-source with pretty s…
-
comment
Comment #37395324
Love it! Good looking, polished UI. I'm probably most impressed by the easy integration and React API. Congrats.
-
comment
Comment #37395197
Pretty cool. I haven't really explored WASM hands-on (I'll give this guide a try) but, given that it's already been a few years, I think it's been hugely beneficial for web develop…
-
comment
Comment #36478975
I think I remember seeing this (or a similar thing) in Solid.js Playground: https://playground.solidjs.com/ The fact that it’s available on mobile and that it allows for “embedding…
-
comment
Comment #36477187
Also fair points :) I think it all depends on the project’s scale, type (is it part of your infrastructure like a database or all-in-one solution like a CMS, etc.), goals and other…
-
comment
Comment #36476240
Thanks for clarifying. I should indeed explain better what I had in mind. You are correct that under AGPL-3.0 people still can provide the software as a service, but they’ll have t…
-
comment
Comment #36472399
So true. I have no problem with using and paying for a hosted, "cloud" version of the product if a self-hosting option is available. It reassures me that I can rely on this product…
-
comment
Comment #36472074
The site looks good. On a side-note, it’s really great to see that more and more Comercial OSS and other open-source projects become viable businesses. I think this is one of the b…
-
comment
Comment #36465315
Not yet. That’s in the pipeline.
-
comment
Comment #36459864
Vrite as a whole can be referred to as a headless CMS, though it’s different compared to other tools in this category. Essentially it’s a toolkit intended primarily for technical c…
-
comment
Comment #36450134
Not yet, but if you like what you see and would like to see the diagrams added, please open an issue or discussion on GitHub. This will help manage things better.
-
comment
Comment #36450074
In this case, yeah. That's not my goal. However, if a "raw" preview in MD (or other format) is available and editable), plus maybe a Git integration then I think this could be on a…
-
comment
Comment #36449238
The main output is JSON ProseMirror format. Other formats are processed from this JSON using Transformers and Vrite SDK: https://github.com/vriteio/vrite/tree/main/packages/sdk/jav…
-
comment
Comment #36449169
TipTap is built on ProseMirror. Basic elements of the editor are made in TipTap, while for more advanced use (tables, menus, integrating code editor) I had to tap into ProseMirror.…
-
comment
Comment #36449123
I'm a bit confused about that. I have heard of but haven't really tried Obsidian. How does what you're describing differs from so-called "Markdown shortcuts" (implemented in my edi…
-
comment
Comment #36448055
That's so true! I have a really hard time categorising what Vrite Editor, let alone the entire Vrite is. I can't really describe it in detail as it'd be too long and, to keep it sh…