Skip to content

featherbear/commentree

Repository files navigation

Commentree

A plain-text file annotation tool, because documentation is hard as it is.

image


Somehow we gotta read the filesystem from the web browser... maybe change to Electron? or have some file server

Features

  • View a file hierarchy
  • Star / favourite files
  • line-comment scroll sync
  • Data import / export

TODO

  • line highlighting
  • metadata information
    • file size
    • permissions
    • times
    • file type
  • filter files
    • commented / uncommented
    • seen / unseen

Development

  • Install packages - yarn
  • Run in development mode - yarn dev