Giter Club home page Giter Club logo

devlog's Introduction

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

devlog's People

Contributors

devlog-bot avatar dineshs91 avatar gitter-badger avatar greenkeeperio-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

satish28 marbusch

devlog's Issues

Make trix-editor scrollable

Add the below to fix this issue.

.log.content {
    overflow-y: scroll;
    min-height: 23em;
    max-height: 25em;
}

Check remove log logic

Log change event is triggered whenever a log is removed by clicking on the trash icon.
This is happening after Trix editor implementation

Tags in input field

Is it possible to have tags in input field ? Suggest a feature in semantic-ui

example: stackoverflow

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.