2017 © Pedro Peláez
 

library chunky

image

colbygatte/chunky

  • Friday, October 6, 2017
  • by colbygatte
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Chunky

Tiny framework for keeping track of "chunks" (strings of text) and tagging them with data., (*1)

composer require colbygatte/chunky, (*2)

Vocab

Notebook

A Notebook is a directory. Each notebook has csv files, where each file is a "page" in the notebook. Each filename is a timestamp., (*3)

Page

A Page is a group of tagged chunks that are timestamped (using the filename)., (*4)

Entry

An Entry is a chunk and it's tags., (*5)

The search class is used to filter entries in a Page., (*6)

Constraint

Constraints are what the Search class uses for filtering., (*7)

Search Report

When using Search, each entry keeps track keeps track of what constraints were passed or failed., (*8)

How to use

To get started, you must extend the Notebook class and implement directoryLocation() function, returning a filepath to the directory you want to use as a notebook., (*9)

To be continue, (*10)

The Versions

06/10 2017

dev-master

9999999-dev

  Sources   Download

The Development Requires

by Avatar colbygatte

24/07 2017

v0.1.2

0.1.2.0

  Sources   Download

The Development Requires

by Avatar colbygatte

21/07 2017

v0.1.1

0.1.1.0

  Sources   Download

The Development Requires

by Avatar colbygatte

18/07 2017

v0.1.0

0.1.0.0

  Sources   Download

The Development Requires

by Avatar colbygatte