2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #187 from vimoutliner/180-no-cmd-in-syntax More... almost 2 years ago
Removes commands in syntax file More... about 2 years ago
Delete help section 'Post Processors' since it is little more than a pointer to the section on scripts. The earlier discussion gets the link at the first mention of post processors. More... about 4 years ago
small format and linking tweaks More... about 4 years ago
clarify path to scripts Mostly by rearranging the sentence so it is less likely to be split across lines. Also note that vimoutliner is in the path twice. More... about 4 years ago
fix alignment of shell commands More... about 4 years ago
try for light-weight cross-reference More... about 4 years ago
typo fix More... about 4 years ago
Put more esoteric stuff later in help file More... about 4 years ago
Delete README.detailed symlink More... about 4 years ago
small tweaks Not sure how to do cross-references effectively. More... about 4 years ago
Move installation instructions into README More... about 4 years ago
Switch README to markdown. More... about 4 years ago
maketags cleanup; behavior changes More... about 4 years ago
Documentation cleanup, esp installation 1. Use actual script path and add notes about dealing with it. 2. Attempt to provide a direct description of inter- outline linking, and move the testing section there. The testing procedure is changed in several ways so that it might work; the previous test did not. 3. Update date and version numbers in docs, and eliminate reference to non-existent files. 4. Remove reference to double-comma in README since it is not the default. 5. Note vimoutliner is not in current Debian. 6. votl_maketags is now python, not perl. More... about 4 years ago
Create directory that maketags will need A more elegant solution would be to change the maketags code to create it on demand. More... about 4 years ago
Make all Python scripts at least syntactically python3 valid. More... over 4 years ago
Alter regex so that empty lines switch to start with colon More... over 4 years ago
Remove outdated installation links More... about 5 years ago
votl_checkbox: Partially checked box is empty for SwitchBox function. More... over 5 years ago
The first effort to port to Python 3. More... almost 6 years ago
Remove duplicate line More... over 6 years ago
Replace <esc> with <c-o> in keybindings More... over 6 years ago
otl2html.py: switch off debug logging More... almost 7 years ago
Define MyFoldText with a bang. More... about 7 years ago
Remove duplicate votl-install documentation tag. More... about 7 years ago
Improve readability by using textwrap.dedent(). More... over 7 years ago
Some fixes based on the review. More... over 7 years ago
Fix formatting of TODO.otl More... over 7 years ago
Use argparse instead of home-made argument parser and remove global variables. More... over 7 years ago