DeepPluck
Gollum
Our great sponsors
DeepPluck | Gollum | |
---|---|---|
0 | 24 | |
406 | 12,670 | |
- | 0.9% | |
0.0 | 7.0 | |
5 months ago | 11 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DeepPluck
We haven't tracked posts mentioning DeepPluck yet.
Tracking mentions began in Dec 2020.
Gollum
- How do you store your notes?
-
VSCode – Markdown Edition
I’ve settled on similar setup. One nice thing about is there many tools that can work on this type of note setup, so you are not locked into one tool.
Working Copy works decently well on iOS. Gollum [1] on desktop operating systems provides a web interface to the notes. For some shameless self-promotion, I’ve been hacking on a clone of Gollum called Smeagol [2]. It is written in Rust so it is quite a bit faster to install and run on some of my low powered systems than installing Gollum.
- Is there an easy to use selfhosted wiki?
-
What are GNU/linux tools or programs which can serve as alternative for notion?
However, if you are using a gui, you can use vimwiki and gollum together. Gollum is a web wiki.
-
Create and edit Markdown from a browser and publish as HTML from web server
Take a look at gollum or wikimd
- Can someone give few examples of wiki based on "Gollum Wiki"?
-
Looking for a self-hosted documentation solution. Any recommendations?
Check out the Gollum wiki.
-
Write Plain Text Files
Another advantage layers on the source control: many source code management services will render your markdown and give you a search interface. GitHub popularized it. But other hosts like Azure Devops and GitLab support this as well. You can make a relatively pleasant document management system on top of this.
You can even run this on your own computer without an internet connection. Working Copy on iOS supports. Gollum, originally created by Tom Preston-Werner, strives to be compatiable with GitHub's wiki feature [2]. For my part, I've been learning Rust by writing a clone of Gollum called Smeagol [3].
Though really the point of the original article is: all these tool don't matter. Your plain text files can live longer than any of particular tool and continue to be useful.
[1] https://workingcopyapp.com/
-
Ask HN: How do you manage your companies knowledge base?
I just spent some time looking at this. There's no reason you can't use Obsidian with git. Obsidian just saves md files in a basic folder structure. You can git init in the root of your Obsidian vault directory (.gitignore your .obsidian folder). There's even an "Obsidian Git" community plugin that does the git work for you.
To serve your md files as a traditional wiki in browsers, there's a git backed wiki named Gollum that also uses md files in a basic folder structure. https://github.com/gollum/gollum You can see where I'm going with this.
Gollum doesn't have user authentication or anything fancy, it just renders and edits md files. I tried it. There didn't seem to be a difference between Obsidian's and Gollum's markdown. When I committed my entire Obsidian vault to a git repo, I could still choose to have Gollum serve the entire vault, or just a subdirectory in the repo. I could also disable all editing in Gollum.
While Obsidian is working directly with the md files, Gollum doesn't update until I actually commit the changes. Obsidian is basically an IDE for my wiki now.
I was mostly satisfied with Joplin syncing to OneDrive prior to today's experiment. But now I think Obsidian + Git + Gollum deserves a closer look. It might be a bit overkill for my personal wiki, but it could work in a team setting if everyone works on the wiki like they would a normal git project.
-
You should not use Git as a database
(Gollum)[https://github.com/gollum/gollum] can do that but that's a wiki.
What are some alternatives?
Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js
Gitit - A wiki using HAppS, pandoc, and git
Dokuwiki - The DokuWiki Open Source Wiki Engine
TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
BookStack - A platform to create documentation/wiki content built with PHP & Laravel
Mediawiki - 🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing.
Outline - The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, and markdown compatible.
Realms - Git based wiki inspired by Gollum
MdWiki
Rouge - A pure Ruby code highlighter that is compatible with Pygments
XWiki - The XWiki platform
Guard - Guard is a command line tool to easily handle events on file system modifications.