Giter Site home page Giter Site logo

kotban's Introduction

Kotban

Allows you to use a git repo containing a directory tree of plain-text files as a Kanban board with edit history.

This is just a UI which makes it easier to view the board's cards side-by-side.

It's entirely optional - the board works without this app, because they're just plain-text files.

Each card is a text file and each column is a directory, so changes to the board can be stored in commits.

A directory containing:

board
├── 1todo
│   ├── line numbers.txt
│   ├── MarkDown preview.txt
│   ├── minimise columns.txt
│   ├── note maximise button.txt
│   ├── tags.txt
│   ├── toggle all notes in column.txt
│   ├── user ordering of columns and notes.txt
│   └── wrap long note names.txt
├── 2maybe
├── 3doing
│   └── wrap column names.txt
└── 4done
    ├── auto-scroll when dragging.txt
    ├── delete columns.txt
    ├── delete note.txt
    ├── drag destination hint.txt
    ├── drag note.txt
    ├── expand column vertically.txt
    ├── expand note to fit text.txt
    ├── monospace font.txt
    ├── new column button.txt
    ├── new note button.txt
    ├── open board button.txt
    ├── open note in editor.txt
    ├── prevent drag overwriting.txt
    ├── refresh button.txt
    ├── Rename column.txt
    ├── Rename note.txt
    ├── show empty columns.txt
    └── toggle all notes in all columns.txt

becomes:

application screenshot

  • each subdir of board is a column
  • each text file in a column directory is a card in that column
  • columns are displayed in alphabetical order, so preface them with numbers if you want a specific order

files can be plain text or markdown; no syntax highlighting or preview is supported (yet!)

recognised plaintext file extensions are txt, md, markdown, cfg, ini, config, textile, rst, asc.

Other files are ignored, which gives you flexibility in storing supporting files (images, code...) with the tasks.

Files in the same directory as the column directories are also ignored; you can provide a board README here (for your own documentation purposes) if you want.

Creation, deletion, moving and renaming of cards and columns can be done in the app, but you must open text files in your own text editor to actually edit them (There is a context menu item for this).

This is more a viewer than a full-fledged text editor.

It's still your responsibility to create and manage the git repo - make commits etc.

kotban's People

Contributors

medavox avatar

Watchers

 avatar  avatar  avatar

Forkers

jhorbam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.