GitXplorerGitXplorer
b

atom-ledger

public
4 stars
1 forks
5 issues

Commits

List of commits on branch master.
Unverified
6979c0148d45b7fb04f8efeff2e3a3e561280899

Prepare 1.0.4 release

bbe9 committed 8 years ago
Unverified
2591e4b7025d0af3022745590217583b2b09cd08

Merge pull request #6 from deril/patch-1

bbe9 committed 8 years ago
Unverified
9c5e346d5f87f118b44ea96b46f1d20927c0d38f

Update styles according to changes in atom v1.13.0

dderil committed 8 years ago
Unverified
a6b15cd8ea1d1fba037b377ba8427a00f40b8a37

Prepare 1.0.3 release

bbe9 committed 9 years ago
Unverified
bd1dfb3030afa1ac38ce628e4405f5aab5eecef4

Don't necessarily make accounts bold

bbe9 committed 9 years ago
Unverified
bc312b078f4feda1ad2a003d855fb58a64ad7e1a

Fix version in CHANGELOG

bbe9 committed 9 years ago

README

The README file for this repository.

ledger package

This is a ledger syntax and autocompletion package, based on original TextMate bundle.

Autocompletion

Autocompletion is based on autocomplete-plus package which is included with Atom distribution since 1.0.0. It allows to autocomplete account names.

First, it scans current file and determines account names used in it. Second, it loads an accounts.txt file from the same directory as your ledger file and considers accounts names from it as well. This option is useful if you have a bunch of ledger files, but want to autocomplete from all of them. (You can use ledger accounts > accounts.txt command to obtain this file).