Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czytelny/backlog
Simple desktop app for storing lists of items (todo, tasks, backlog items)
https://github.com/czytelny/backlog
backlog backlog-items desktop electron simple todo todolist vue vuejs
Last synced: 12 days ago
JSON representation
Simple desktop app for storing lists of items (todo, tasks, backlog items)
- Host: GitHub
- URL: https://github.com/czytelny/backlog
- Owner: czytelny
- License: mit
- Created: 2017-08-10T16:06:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T23:26:55.000Z (over 2 years ago)
- Last Synced: 2024-02-18T02:32:36.537Z (9 months ago)
- Topics: backlog, backlog-items, desktop, electron, simple, todo, todolist, vue, vuejs
- Language: Vue
- Homepage: http://backlog.cloud
- Size: 5.54 MB
- Stars: 432
- Watchers: 19
- Forks: 83
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-iview - backlog - Simple desktop app for storing lists of items (todo, tasks, backlog items) (Electron)
README
# Backlog
> Simple multiplatform desktop app for storing TODOs, ideas or backlog items.
> You can organize them with boards as a plaintext or markdown. No dependencies, no internet connection required,
> no external accounts. Sleek flow.
# 2.0.0-BETA-5.1 release
[Preview of 2.0.0 version](http://www.backlog.cloud/beta/)
- [Windows version](https://github.com/czytelny/backlog/releases/download/v2.0.0-Beta-5.1/Backlog-win32-x64-Beta-5_1.zip)
- [MacOs version](https://github.com/czytelny/backlog/releases/download/v2.0.0-Beta-5.1/Backlog-2.0.0-Beta-5.1-mac.zip)
- [Linux version](https://github.com/czytelny/backlog/releases/download/v2.0.0-Beta-5.1/Backlog-2.0.0-Beta-5.1-linux.tar.gz)New 2.x version introduces a lot of new features including new UI, configurable keybindings, search item feature, emoji, and a lot more! Check it out !
# Official website
[www.backlog.cloud](http://www.backlog.cloud)# Download
No installation required. Just unzip archive and run executable
- [Windows version](https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-win32-x64.zip)
- [MacOs version](https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-darwin-x64.zip)
- [Linux version](https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-linux-x64.tar.gz)#### 32bit versions
- [Windows x32 version](https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-win32-ia32.zip)
- [Linux x32 version](https://github.com/czytelny/backlog/releases/download/v1.8.0/Backlog-linux-ia32.tar.gz)## Features
- Organize your thoughts with items & boards. Use Markdown or plaintext for adding new items
- Move items to other board or drag&drop for reordering within current one
- Filter board items by text
- Light/dark theme
- Simple progress bar
- Keyboard shortcuts [full list available here](http://www.backlog.cloud/help)## Screenshots
## Update
When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available.## Change log
### 1.8.0
> This is another huge update with number of significant improvements/features added.
> Hopefully it will stay for a longer.### Features & improvements
- dark theme
- `search items` feature
- backup to file feature
- new top bar unified acroos OS
- modals can be closed by pressing ESC or click outside modal area
- scrollbar ui improved
- number of keyboard shortcuts added
- check for updates on app startup
- other minor ui improvements...### Bug fixes
- fixed issue which makes impossible to move some item to newly created board
- fix bug when specific items can't be edited nor deleted
- fixed issue when items list was not fully visible (last item was truncated)## Why I've wrote it ?
When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future.I know that, there are hundreds of *todo list managers* or other *notes manager*,
but this one will finally perfectly fulfill my needs. So far I wrote my thoughts on sticky notes, I tried Evernote, Simplenote...
They are fine, but all of them were either bloated with unnecessary features or lacked the desired "flow" -
when I open a program I want type down thoughts, hit enter, and get back to my actual work. That's how I write Backlog. No dependencies, no internet connection required, no external accounts etc.## License
It's free and opensource application under **MIT** license. You can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source# Technical
#### How ?
This application is built with [Electron](https://electron.atom.io) and web technologies (javascript, css, html) more specifically: [Vue.js](https://vuejs.org). UI toolkit is [iView](https://www.iviewui.com/)#### Build Setup
You can build it yourself instead of downloading executable:``` bash
# install dependencies
npm install# Compiles and hot-reloads for development
npm run serve# Compiles and minifies for production
npm run build# Run your tests
npm run test# Lints and fixes files
npm run lint# Run your unit tests
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).