GitXplorerGitXplorer
d

vim-ticard

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
4d9b318a3391cb2d29ae7c50ecca0a2455877e17

add tabstop option due to #1

ddgsuarez committed 9 years ago
Unverified
8a8f349111a7d541f8d3e4143c2b16eafc2e49ce

sort of better line management

ddgsuarez committed 9 years ago
Unverified
0f67ba3e428abdd0a0540a662dcbf8fdba0c9165

got to last location once pushed or pulled

ddgsuarez committed 9 years ago
Unverified
c63d1d7910864e3a1bd2b9f8f0a5840a44aabf40

yet more filter back'n'forth

ddgsuarez committed 9 years ago
Unverified
548b04e06617ee81cdaed8866a024f947ae14467

Yet more filter stuff

ddgsuarez committed 9 years ago
Unverified
96327ef4a9d06273478e5e185491bfd21d648086

More changes to filters

ddgsuarez committed 9 years ago

README

The README file for this repository.

Vim Ticard

Work with trello cards from vim.

Requirements

Usage

  • :Ticard pull URL will download the contents of the Trello card in URL into a new buffer
  • :Ticard push will push the changes in the current buffer to Trello

Options

If pandoc is found, it will be used to make sure that the markdown in the buffer is correctly interpreted by Trello (i.e. it'll unwrap lines since Trello's markdown doesn't respect the spec for new lines). As a side effect all the document is then presented as processed by pandoc. If you want to disable this simply let g:ticard_pandoc_disabled = 1