All Projects → knowfox → Knowfox

knowfox / Knowfox

Licence: gpl-3.0
Personal Knowledge Management. Use branch "minimal change" to deploy as laravel package.

Projects that are alternatives of or similar to Knowfox

Geistmap
An experimental personal knowledge base with a focus on connections
Stars: ✭ 425 (+152.98%)
Mutual labels:  knowledgebase
Open Semantic Entity Search Api
Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names
Stars: ✭ 98 (-41.67%)
Mutual labels:  knowledgebase
Piggydb
Piggydb is a Web notebook application that provides you with a platform to build your knowledge personally or collaboratively.
Stars: ✭ 130 (-22.62%)
Mutual labels:  knowledgebase
Community Skeleton
UVDesk Opensource Community Helpdesk Project built for all to make a full Ticketing Support System along with many more other features.
Stars: ✭ 540 (+221.43%)
Mutual labels:  knowledgebase
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (+665.48%)
Mutual labels:  knowledgebase
Frontend Computer Science
A list of Computer Science topics important for a Front-End Developer to learn 📝
Stars: ✭ 113 (-32.74%)
Mutual labels:  knowledgebase
Usc Ds Relationextraction
Distantly Supervised Relation Extraction
Stars: ✭ 378 (+125%)
Mutual labels:  knowledgebase
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-12.5%)
Mutual labels:  knowledgebase
Balsa
This repository holds source code of Balsa, a self hosted, privacy focused knowledgebase.
Stars: ✭ 93 (-44.64%)
Mutual labels:  knowledgebase
Kbupdate
🛡 KB Viewer, Saver, Installer and Uninstaller
Stars: ✭ 127 (-24.4%)
Mutual labels:  knowledgebase
Knowledgegraph
史上最大规模1.4亿知识图谱数据免费下载,知识图谱,通用知识图谱,融合了两千五百多万的实体,拥有亿级别的实体属性关系。
Stars: ✭ 652 (+288.1%)
Mutual labels:  knowledgebase
Cybersecurityrss
CyberSecurityRSS: 优秀的网络安全知识来源 / A collection of cybersecurity rss to make you better!
Stars: ✭ 916 (+445.24%)
Mutual labels:  knowledgebase
Datasets knowledge embedding
Datasets for Knowledge Graph Completion with textual information about the entities
Stars: ✭ 116 (-30.95%)
Mutual labels:  knowledgebase
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (+175.6%)
Mutual labels:  knowledgebase
Erxes
Free and open fair-code licensed all-in-one growth marketing & management software
Stars: ✭ 1,988 (+1083.33%)
Mutual labels:  knowledgebase
Kglib
Grakn Knowledge Graph Library (ML R&D)
Stars: ✭ 405 (+141.07%)
Mutual labels:  knowledgebase
Simple
SimplE Embedding for Link Prediction in Knowledge Graphs
Stars: ✭ 104 (-38.1%)
Mutual labels:  knowledgebase
Tokenbase
A repository of ERC20 token information. Tokens listed are tradeable on https://forkdelta.github.io. We welcome contributions! 🎉
Stars: ✭ 152 (-9.52%)
Mutual labels:  knowledgebase
Zamia Ai
Free and open source A.I. system based on Python, TensorFlow and Prolog.
Stars: ✭ 133 (-20.83%)
Mutual labels:  knowledgebase
Githubdocs
Easily build a searchable documentation app using markdown files in your Github Repo or local Markdown files.
Stars: ✭ 122 (-27.38%)
Mutual labels:  knowledgebase

Knowfox

Knowfox is my Personal Knowledge Management system. Having been an keen Evernote user since 2012, I finally got around to taking my precious notes to my own server.

Gitter

I want

  • Hierarchies. Inspired by Dave Winer's Worldoutline and Fargo, I want my knowledge base to have a deep structure, not be only two stories tall.
  • Tags. Where a single hierarchy is not enough, tags can link common topics in the least intrusive way. Since the times of Web 2.0, tags are everywhere.
  • Typed relationships. Sometimes though, hierarchies are too strict and tags are too loose. For example, I want to link authors to books, founders to companies, cause to effect. For this, typed, bi-directional relationships are king.
  • Markdown. There are other many similar and nice text formats, but Markdown is simple and popular and has won the race.
  • Bookmarking. I frequently take note of websites and like to mark them for later reading.
  • Pictures. My notes have lots of pictures. Mostly screenshots, but some photos or diagrams added as well.
  • Privacy. All my notes and pictures are mine and should be visible to no one.
  • Simple journalling. I used Evernote on a daily basis and will do so with Knowfox, too. Easy, date-based journalling is a feature I use every day.
  • Sharing. Sometimes I want to share a note and its pictures. This should be painless and explicit.
  • Publishing. Knowledge wants to be communicated sometimes. For this, I want to export a sub-tree of my hierarchy as beautiful slide deck, effortlessly.

This gives me the basic structure. On top of this,

  • all my Evernote notes should go in there,
  • my catalogue of eBooks as well,
  • my timelines, too.

The resulting system should be easy to understand, maintain and deploy. CouchDB would have been an nice option with Hoodie on to of it. Ultimately though, I felt more confident with Laravel 5 and MySQL so this is what Knowfox is built on.

Status

Knowfox is usable and very nicely so.

  • Full text search works, maybe even better than the one in Evernote.
  • The integrated Markdown editor has no inline preview of images, but otherwise is a joy to use.
  • Picture handling is very slick, thanks to the integrated Dropzone.js and automatic inclusion of image links into the note's Markdown.
  • A bookmarklet helps me to bookmark websites and gather their content for later reference.
  • I have imported my most important Evernote notebooks and now rely on it for my everyday work and projects.
  • There is a hosted version at https://knowfox.com which is free to use. However, I make no guarantees as to the stability of this service. Ultimately, Knowfox is meant for self hosting.

There is a brief presentation about the system, too.

The Future

I have built Knowfox in a frency to have a usable system as soon as possible. For others to be able to contribute, it most urgently needs automated tests. Some more importers for my other databases for eBooks and timelines will follow. Maybe native apps or a FUSE filesystem at some point.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].