Skip to content

Dineshs91/devlog

Repository files navigation

Build Status Join the chat at https://gitter.im/Dineshs91/devlog

Devlog

A log book.

Devlog - Devlog is designed to assist you in keeping track of your notes, ideas etc in a simple yet intutive way.

Alt text

Key Features

Index: Provides an index of all entries with Title and Date making it easy to find your notes.

Alt text

Tags: Tags allow you to group similar log entries together. Ex: Say you are working on a project called "Devlog" and you have identifed additional features to add and issues. Tagging allows you to group similar ideas or notes and selecting the tag from the index displays only relevant tagged entries.

Multiple tags are supported, use comma(,) as tag seperator.

Alt text

Restore or Permanently Delete Notes: Entries deleted in Devlog are not permanently deleted. The user has the ability to restore or delete the entries permanently using >> Options in Menu Bar.

Alt text

Devlog is built using:

#####Testing#####

Hacking

  1. git clone
  2. npm install
  3. npm start (To run the app from source).
  4. npm test (Complete testing. includes both unittests and e2e tests)

If you want to use chrome devtools add --remote-debugging-port=9222 to start script in package.json

Other available commands

  1. grunt jshint (Jshint)
  2. npm run unittest (Run only the unittests)
  3. npm run e2e (Run only e2e tests)

Todo

  • Add keyboard bindings.
  • Restore/Delete removed logs.
  • Desktop icon

Note: Check next branch for next version.

Changelog

Find the changelog here