GitXplorerGitXplorer
b

atom-ledger

public
4 stars
1 forks
5 issues

Commits

List of commits on branch master.
Unverified
ae22c66d303c40a8748667b275d79b189dfe907b

Prepare 1.0.2 release

bbe9 committed 9 years ago
Unverified
ea296ee77632d0daf068100d0b2bed8a4a4028c7

Remove filterSuggestions: true

bbe9 committed 9 years ago
Unverified
551c73bc60efa97e530e6ab792c57575233cb1a4

Prepare 1.0.1 release

bbe9 committed 10 years ago
Unverified
f203edba590f59429282d599d0c55b9da44435ed

Remove autocomplete-plus dependency

bbe9 committed 10 years ago
Unverified
030e8a436015c9784478c5bc2a46f9d153697391

Prepare 1.0.0 release

bbe9 committed 10 years ago
Unverified
875a4b619876e18ff75c5ede52aea69ccaf35a24

Add docs

bbe9 committed 10 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).