Based on our record, Wiki.js should be more popular than VitePress. It has been mentiond 68 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I first tried VitePress, thinking it would be easy for me. I followed the Getting Started Guide. But even during setup, I realized: I'd need time to explore themes, actions, and features. I’d need at least an afternoon with full focus. The baby was already stirring in the carrier—so no time for that. - Source: dev.to / 28 days ago
Obligatory meme: https://rakhim.org/honestly-undefined/19/ I'm personally in the top left corner and bottom right corner at the same time, which is sort of funny. I have used WordPress since 2004-2005, and I've also written a Python static site generator before using Flask + Frozen-Flask[1]. I've also made stops through tools like Sphinx, Hugo, Gatsby, and VitePress[2]. But my personal site continues to run... - Source: Hacker News / 4 months ago
Import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config Export default defineConfig({ ... vue: { template: { compilerOptions: { isCustomElement: (tag: string) => { return tag.indexOf('rapi-doc') >= 0; } } } }, }). - Source: dev.to / 5 months ago
VitePress and Docusaurus seem decent. I think VitePress might be more suited to blogging, but I admit I haven’t actually used or tested either. https://docusaurus.io/ https://vitepress.dev/. - Source: Hacker News / 6 months ago
I don't get it (really, not pretending). I know many SPAs are crap, but if SPAs were inherently crap, then all SPAs would be at least kind of crap. So, I see those website below as examples and ask myself: What's wrong with those: https://vitepress.dev/ https://www.solidjs.com/ Both are SPAs. Fast, small, working very well. Ok, they need JS to work. But honestly, how many people are not using JS because they can't... - Source: Hacker News / 7 months ago
Congrats on launching! Quick question: is this closer to WikiJS (https://js.wiki/), TinaCMS (https://tina.io/), Docusaurus (https://docusaurus.io/), or something else? - Source: Hacker News / 8 months ago
Wiki.js is a self hosted, open source Wiki that has a lot of awesome functionality. Unfortunately it's lacking some small, but important UI features, like a light box, to enlarge downsized images to it's full size. And unless you want to add a link to each image, to open it in a new tab, you would probably go for a modal view here. - Source: dev.to / about 1 year ago
Https://js.wiki/ is what we’ve decided to go with at my company. - Source: Hacker News / about 1 year ago
Can't think of anything that meets all the criteria, there's always some compromise, which might just be the way it is. For example I could 'self-host' otterwiki or wiki.js on a VPS for a pretty small monthly fee, which I could also use for other stuff that doesn't make sense for a home lab, but then I also need to deal with security since it's hosted on the internet. Or I could self-host and just accept that... Source: over 1 year ago
I love PlantUML. I was always fond of it in my early days as a software engineer and still use it today, along with all the various ways to draw diagrams out there, whether it's through a web tool like draw.io or Miro or through markup like PlantUML and Mermaid. Some stuff I'd like to share with the rest: - PlantUML's default style has improved since the days of red/brown borders, pale yellow boxes, drop shadows... - Source: Hacker News / almost 2 years ago
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
TiddlyWiki - a non-linear personal web notebook
Docusaurus - Easy to maintain open source documentation websites
DokuWiki - DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
MkDocs - Project documentation with Markdown.
MediaWiki - MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia.