Raisin Picker is a knowledge management tool. Built with Drupal 8.x.

Github project

This links to the Drupal installation profile. Find the composer starter project here and and the overview here.

Raisin Picker Demo

Use "demo" (user and password) to access demo environment. This environment is not maintained. If there any problems, please use the contact form.

Chatbot Demo

Highly experimental. Currently support English and German. Start by saying "what can I do" to learn about some supported commands.

In a nutshell

A knowledge worker's tool kit

There is so much data, so much information to process. News, RSS feeds, search results, papers, books.

Raisin Picker helps knowledge workers to manage informaton that is relevant, to retrieve what is needed, to find what you are looking for.

Structure & organization

Raisin Picker implements several concepts to organize and structure your knowledge.

Use (tree-structured) tags to categorize your content. Rate content on a numeric scale to indicate its relevance. Use relations to connect nodes.

On the shoulders of giants

Most concepts applied are based on research and inspired by best practices:

Zettelkasten (german) of Niklas Luhman, memex, personal wiki, commonplace book, knowledge base, concept maps and spaced repetition.

Features

Usability

Intuitive, responsive design using the Material Design Framework. Readable URLs. Create and edit content with a WYSIWYG editor (CKeditor). Colored icons representing rating and content types.

Dashboard

Configure your dashboard with widgets (e.g. recently created content, random content, charts, search box etc.)

Search

Full-text search. Filter by date, rating, tags, and type (faceted search). Using Apache Solr for indexing.

Reminders

For spaced reppetition, reminders are set automatically for you to review a piece of content after a month or a specified time period. Inspired by SuperMemo

Import & Export

Feed content by RSS feed. Mass import of existing data/information. Export your data in CSV and JSON.

Statistics & Charts

Monitor created and updated content nodes. Count node views. Visualize in charts using Google Charts or Highcharts library.

Notifications

Connect to Pushover to get notifications on your (mobile) device. Or get email notifications. Connect to IFTTT Maker to do even more based on triggers.

History

Every edit and change is logged and can be undone. See your editing history. Count the number of views of a piece of content.

Relations

Connect nodes with each other. “Fieldable” relations.

Suggestions

On a content node, see suggestions of similar content.

Sort & Filter

Query your content. Filter and sort results. E.g. sort by date, rating, number of views; filter by tag, content type, date.

Bulk Operations

Conduct bulk operations to edit/delete many content nodes at a time. E.g. mark last 20 nodes with a tag.

Screenshots

Dashboard
Node view
Node edit (WYSIWYG editor)
Graph
Statistics
Bulk Ops

Get Started

Using Composer

The easiest way to kickstart is by a composer project (more details here)

composer create-project raisinpicker/raisinpicker-project:8.x-dev raisinpicker --stability dev --no-interaction
Download

Project on Github

Contact