Commit graph

478 commits

Author SHA1 Message Date
Tomas Babej
0d69006343 tests: Add tests for forcing virtual tags 2015-08-27 07:12:54 +02:00
Tomas Babej
e3d3f6d106 viewport: Refactor forcing of the virtual tags 2015-08-27 07:12:43 +02:00
Tomas Babej
328099a141 viewport: When forcing virtual tags, first remove, the add new ones 2015-08-27 07:09:19 +02:00
Tomas Babej
5606d8dc57 viewport: Make sure we do not end up with duplicate tags when forcing 2015-08-27 07:05:40 +02:00
Tomas Babej
ef2842f217 viewport: Use add instead of append 2015-08-27 07:03:32 +02:00
Tomas Babej
7d23805ad6 tests: Add tests for a invalid sort order 2015-08-27 06:55:13 +02:00
Tomas Babej
94205fb4ba tests: Add tests for the VISIBLE meta tag 2015-08-27 06:50:28 +02:00
Tomas Babej
c3dd085dde tests: Add test for referencing a non-existent context 2015-08-27 06:43:17 +02:00
Tomas Babej
0c7b4511a6 doc: Clarify using setting flags 2015-08-27 05:46:29 +02:00
Tomas Babej
075e6530db docs: Add section about leveraging contexts in the viewport definitions 2015-08-27 05:39:22 +02:00
Tomas Babej
77b71548cc docs: Add section about inspecting viewports 2015-08-27 05:29:52 +02:00
Tomas Babej
e21d62e62c docs: Add section about adding metadata using '--' syntax 2015-08-27 05:29:35 +02:00
Tomas Babej
3bac72481d docs: Bump section number for extra data sources 2015-08-27 05:28:55 +02:00
Tomas Babej
cbc270479b doc: Include information about extra data sources 2015-08-26 21:39:31 +02:00
Tomas Babej
386a7dbba0 docs: Describe viewports in detail 2015-08-26 21:39:28 +02:00
Tomas Babej
156c892fdc doc: Describe tasks in taskwiki in detail 2015-08-26 21:39:26 +02:00
Tomas Babej
3819248824 docs: Revamp troubleshooting section 2015-08-26 21:39:25 +02:00
Tomas Babej
3f7c2b2770 docs: Update the contributions and credits 2015-08-26 21:39:23 +02:00
Tomas Babej
e611b26785 docs: Update the feature description 2015-08-26 21:39:21 +02:00
Tomas Babej
bee68b8cb5 docs: Add the optional enhancements section 2015-08-26 21:39:20 +02:00
Tomas Babej
07fe371ad1 docs: Revamp the installing section 2015-08-26 21:39:18 +02:00
Tomas Babej
a1b246f39f doc: Update the requirements section 2015-08-26 21:39:17 +02:00
Tomas Babej
531ce750f2 docs: Document meta commands 2015-08-26 21:39:15 +02:00
Tomas Babej
7abe7d97bf docs: Update the section for interactive commands 2015-08-26 21:39:14 +02:00
Tomas Babej
a640f83af2 docs: Update the section for selected task(s) specific commands 2015-08-26 21:39:12 +02:00
Tomas Babej
cd7516f007 docs: Update individual descriptions for report splits 2015-08-26 21:39:10 +02:00
Tomas Babej
5d563c85a5 docs: Expand the introduction to the split reports 2015-08-26 21:39:09 +02:00
Tomas Babej
fac9e73f7a docs: Improve description for the split reports 2015-08-26 21:39:07 +02:00
Tomas Babej
c96b7eb2af docs: Add licence 2015-08-26 21:39:05 +02:00
Tomas Babej
add35700ac docs: Make all the commands and settings tagged 2015-08-26 21:39:03 +02:00
Tomas Babej
b2af1d4388 docs: Enumerate and describe all the options 2015-08-26 21:39:01 +02:00
Tomas Babej
6f637db482 docs: Explicitly state file type in vim modline 2015-08-26 21:38:59 +02:00
Tomas Babej
83e2f4d31f docs: Make example tasks not match 2015-08-26 21:38:56 +02:00
Tomas Babej
3d59614f45 tests: Add test for parsing the tasks with optional modstrings 2015-08-26 21:38:43 +02:00
Tomas Babej
fbc71de4b7 VimwikiTask: Fix conversion of modification string using double hyphen 2015-08-18 23:13:15 +02:00
Tomas Babej
e121daddb7 tests: Add tests for contexts sourced from TW 2015-08-15 18:33:56 +02:00
Tomas Babej
1b5a19924e tests: Refactor module mocks for parsing tests 2015-08-15 16:29:04 +02:00
Tomas Babej
00711bbb63 tests: Move cache setup into per test setup method 2015-08-15 15:22:03 +02:00
Tomas Babej
1a8f9c1d1c Cache: Do not reference the old config dict for overrides 2015-08-15 15:19:30 +02:00
Tomas Babej
4131ec598e tests: Fix incorrect asserts 2015-08-15 15:17:29 +02:00
Tomas Babej
a9e5fb8bc4 Viewport: Use explicit defaults to replace filterstring derived defaults 2015-08-15 15:16:51 +02:00
Tomas Babej
811dc82848 Viewport: Move meta processing into process_filterstring method 2015-08-15 15:16:51 +02:00
Tomas Babej
6c0920c105 Viewport: Expand context tokens in the filterstring 2015-08-15 14:57:05 +02:00
Tomas Babej
064184ce96 Meta: Use new config property instead of deprecated get_config call 2015-08-15 03:44:29 +02:00
Tomas Babej
aa2c3cad31 Viewport: Make all filter string processing happen in one method 2015-08-15 03:20:32 +02:00
Tomas Babej
19cfaf8534 constants: Use tuple instead of a list for DEFAULT_VIEWPORT_VIRTUAL_TAGS 2015-08-15 03:19:41 +02:00
Tomas Babej
94090f27eb Move virtual tag overrides to a separate method 2015-08-14 23:39:33 +02:00
Tomas Babej
d7cb9eaf25 docs: Revamp Credits and Contributing 2015-08-14 23:22:15 +02:00
Tomas Babej
6139809fca docs: Remove redundant content 2015-08-14 23:17:32 +02:00
Tomas Babej
087e6f9033 Viewport: Fix typo in a comment 2015-08-14 23:15:45 +02:00