Click on the package to download.
| hyperlist.vmb |
2.9 |
2026-08-13 |
8.0 |
Geir Isene |
Various fixes on starters, coloring to magenta |
| hyperlist.vmb |
2.8 |
2026-08-11 |
8.0 |
Geir Isene |
Clarified that both "+" and "-" can be used as item markers and that a line that breaks must have a marker and the continuing lines must start two spaces in. Indentation for items now has a minimum tab set of 3 spaces. |
| hyperlist.vmb |
2.7 |
2026-08-10 |
8.0 |
Geir Isene |
Added [?!] as a Qualifier to the docs. |
| hyperlist.vmb |
2.6.3 |
2025-10-21 |
7.0 |
Geir Isene |
Bug fix: HyperList folding now works in markdown fenced code blocks
use ```hl or ```hyperlist language identifiers). Fixes issue #12.
|
| hyperlist.vmb |
2.6.2 |
2025-07-23 |
7.0 |
Geir Isene |
2.6.2:
Documentation and export improvements
New Features:
- Added <leader>M mapping for Markdown export (fixing issue #16)
- Enabled modern export key mappings (<leader>e* commands)
Export Commands:
- <leader>eL - Enhanced LaTeX export with modern packages
- <leader>eH - Enhanced HTML export with responsive design
- <leader>eM - Markdown export
- <leader>eT - TPP presentation export
Documentation:
- Updated documentation to include all export commands
- Added modern key mappings to documentation
|
| hyperlist-2.6.1.vmb |
2.6.1 |
2025-07-04 |
7.0 |
Geir Isene |
VERSION 2.6.1 2025-01-04
Major performance and feature enhancements:
Bug Fixes:
- Fixed encryption menu commands to use AES-256-CBC consistently
- Fixed calendar function time parsing overflow for hours >= 24
- Fixed ambiguous encryption command prompts, now shows clean password prompts
- Fixed startup error with undefined functions in configuration section
Performance Improvements:
- Added intelligent file size detection and performance mode for large files
- Dynamic folding levels: reduced from 15 to 6 for files >2000 lines
- Optimized syntax patterns with simplified regex for large files
- Improved syntax sync values based on file size (5-50 minlines)
- Added configurable performance thresholds via g:hyperlist_large_file_threshold
Modern Vim/Neovim Features (Optional):
- Added floating window support for reference previews (Neovim 0.4+)
- Implemented LSP-style context-aware completion system
- Added Telescope.nvim integration for navigation
- Created breadcrumb navigation (ShowHyperListBreadcrumb)
- Added quick template insertion functions
- Enhanced reference preview with auto-close timers
Export Enhancements:
- NEW: Markdown export with GitHub-flavored markdown support
- Enhanced HTML export with modern CSS and responsive design
- Improved LaTeX export with tcolorbox and fontawesome5 packages
- Better iCal export with proper metadata, categories from hashtags
- All exports now support configuration via g:hyperlist_export_* variables
New Configuration Options:
- g:hyperlist_large_file_threshold (default: 2000)
- g:hyperlist_performance_mode (auto-detected)
- g:hyperlist_enable_floating_windows (auto-detected)
- g:hyperlist_enable_lsp_completion (default: 1)
- g:hyperlist_html_theme (modern/classic/minimal)
- g:hyperlist_markdown_checkbox_style (github/unicode)
- And many more export configuration options
All changes are 100% backward compatible. Original functions and
keybindings remain unchanged. New features are opt-in via configuration.
|
| hyperlist.vmb |
2.6.0 |
2025-04-28 |
7.0 |
Geir Isene |
Plugin v2.6.0 (for HyperList v2.6): Added marker for Item in progress, <leader>o |
| hyperlist.vmb |
2.5 |
2023-08-30 |
7.0 |
Geir Isene |
Included Substitutions (the reason for the HyperList 2.5 upgrade) |
| hyperlist.vmb |
2.4.7 |
2023-08-23 |
7.0 |
Geir Isene |
Fixed bugs in LaTeX conversion & ogther minor glitches. |
| hyperlist.vmb |
2.4.6 |
2023-03-01 |
7.0 |
Geir Isene |
Added "/" to Operators to cater for "AND/OR:"
Bugfix of autoencryption |
| hyperlist.vmb |
2.4.5 |
2021-05-16 |
7.0 |
Geir Isene |
Fixed Neovim compatibility issues |
| hyperlist.vmb |
2.4.4 |
2020-08-06 |
7.0 |
Geir Isene |
Refactoring (thanks to Nick Jensen [nickspoons] for guidance. |
| hyperlist.vmb |
2.4.3 |
2020-08-01 |
7.0 |
Geir Isene |
Several important upgrades under the hood. Programs for opening files in references can now be set by the user by setting the global variables in vimrc:
g:wordprocessingprogram = "", g:spreadsheetprogram = "", g:presentationprogram = "", g:imageprogram = "", g:pdfprogram = "", g:browserprogram = ""
|
| hyperlist.vmb |
2.4.2 |
2020-07-23 |
7.0 |
Geir Isene |
Quickfix: C-SPACE now maps to zA (toggles fold recursively)
Several bugfixes in the HTML conversion
|
| hyperlist.vmb |
2.4.1 |
2019-10-06 |
7.0 |
Geir Isene |
Updated to be compatible with HyperList definition v. 2.4
Included full tutorial/test suite (thanks to Don Kelley).
Improved LaTeX export.
Improved GotoRef() (mapped to 'gr' and '<CR>'). GotoRef() now also opens files if the format is <file:...>. GotoRef() handles the new relative references like <+2> and <-5>.
Some other minor changes and clean-ups of the documentation. |
| hyperlist.vmb |
2.3.17 |
2019-08-15 |
7.0 |
Geir Isene |
Significant release:
Added a GVIM menu. Full rework of the color schemes for VIM & gVIM.
Improvement to Goto Reference (gr) and Autonumbering and more.
Several minor changes and improvement in the docs.
Thanks to Don Kelley for suggestions and for extensive testing.
|
| hyperlist.vmb |
2.3.16 |
2019-08-04 |
7.0 |
Geir Isene |
Improved the CalendarAdd functionality to include the item and all its children in the event description and the filename in the header for easy reference. |
| hyperlist.vmb |
2.3.15 |
2019-08-01 |
7.0 |
Geir Isene |
Added function CalendarAdd to add items with future dates as events to your Google calendar (requires gcalcli - https://github.com/insanum/gcalcli) - mapped to <leader>G |
| hyperlist.vmb |
2.3.14 |
2019-05-19 |
7.0 |
Geir Isene |
Added the feature to highlight/focus the current part of a HyperList (toggles with <leader>h) |
| hyperlist.vmb |
2.3.13 |
2018-10-24 |
7.0 |
Geir Isene |
Added function Renumber() to (re)number items on same indent (using <leader>R in visual mode) |
| hyperlist.vmb |
2.3.12 |
2018-06-18 |
7.0 |
Geir Isene |
Minor fix to bold/italics/underlined elements |
| hyperlist.vmb |
2.3.11 |
2018-02-23 |
7.0 |
Geir Isene |
Added TPP conversion (info on TPP: https://github.com/cbbrowne/tpp). Pressing <leader>T now converts the HyperList into a basic TPP presentation. |
| hyperlist.vmb |
2.3.10 |
2018-02-13 |
7.0 |
Geir Isene |
Prettified LaTeX output ( <leader>L ) |
| hyperlist.vmb |
2.3.9 |
2018-01-26 |
7.0 |
Geir Isene |
Fixed bugs in LaTeX & HTML conversion (to accept space in refs)
|
| hyperlist.vmb |
2.3.8 |
2017-10-27 |
7.0 |
Geir Isene |
Added a sorting function: vmap <leader>s
To sort a set of items at a specific indentation, visually select (V) the
items you want to sort (including all the children of those items) and press
<leader>s and the items in the range will be alphabetically sorted - but only
the items on the same level/indentation as the first item selected. The sorted
items will keep their children. This is useful if parts of a HyperList is
numbered and you get the numbering out of sequence and wants to resort them.
One caveat, the last line in the selection cannot be the very last line in
the document (there must be an item or an empty line below it). |
| hyperlist.vmb |
2.3.7 |
2017-08-11 |
7.0 |
Geir Isene |
Autonumbering now works also with numbers ending in a period (both 4.2.1 and 4.2.1. now works for <cr>, <c-t> and <c-d>). |
| hyperlist.vmb |
2.3.6 |
2017-06-17 |
7.0 |
Geir Isene |
Added basic autonumbering (with <leader># or <leader>an)
<leader># or <leader>an toggles autonumbering of new items (the previous item must be numbered for the next item to be autonumbered). An item is indented to the right with <c-t>, adding one level of numbering. An item is indented to the left with <c-d>, removing one level of numbering and increasing the number by one. Thanks to Jerry Antosh for the suggestion and for testing.
|
| hyperlist.vmb |
2.3.5 |
2017-01-16 |
7.0 |
Geir Isene |
Added the function Complexity() to give a complexity score for a HyperList |
| hyperlist.vmb |
2.3.4 |
2016-09-05 |
7.0 |
Geir Isene |
Fixed opening/editing of default files opened via 'gf' (calling the OpenFile function) |
| hyperlist.vmb |
2.3.3 |
2016-07-26 |
7.0 |
Geir Isene |
Fixed bug in install package. |
| hyperlist.vmb |
2.3.2 |
2016-06-30 |
7.0 |
Geir Isene |
Added functionality to Show/Hide of words under cursor/regex pattern. Taken from VIM script #1594 (thanks to Amit Sethi). |
| hyperlist.vba |
2.3.1 |
2015-06-30 |
7.0 |
Geir Isene |
Added the function OpenFile() to open referenced file (mapped to 'gf')
Use \"gf\" to open the file under the cursor. Graphic files are opened in \"feh\", pdf files in \"zathura\" and MS/OOO docs in \"LibreOffice\". Other filetypes are opened in VIM for editing. All this can be changed by editing the function OpenFile() in the file \"hyperlist.vim\".
|
| hyperlist.vba |
2.3 |
2015-02-13 |
7.0 |
Geir Isene |
Updated plugin to HyperList definition version 2.3.
Made the changes necessary to accommodate for Twitter-type (hash)Tags.
New markup for References (and included \"@\" in references).
Fixed bold/italic/underlined.
Changed the Change Markup.
Updated Latex/HTML conversion.
Updated documentation.
|
| hyperlist.vba |
2.1.7 |
2012-10-17 |
7.0 |
Geir Isene |
Changes: Fixed bugs in Identifier and Multi. Cosmetic fixes. |
| hyperlist.vba |
2.1.6 |
2012-10-15 |
7.0 |
Geir Isene |
The Outliner / MindStructure / Logicizer / UniverseMapper / CoffeeMaker just got better:
Fixed the GotoRef function (mapped to "gr" and "<CR>") |
| hyperlist.vba |
2.1.5 |
2012-10-13 |
7.0 |
Geir Isene |
Added "zx" as a command to update folding (to update syntax).
Added <CR> as an alternative to gr (Goto Ref).
Added a mark (m') to gr/<CR> to facilitate easy jump back.
Speed-up. Also added a global variable that can be set if you don't want the
collapse functions active, set this: ("g:disable_collapse") - it will
considerably speed up large HyperListS.
Fixed syntax highlighting for the first line in a HyperList.
Documentation updates.
|
| hyperlist.vba |
2.1.3 |
2012-09-23 |
7.0 |
Geir Isene |
Changes:
Included more accented characters.
Speedup; Adjusted minimum and maximum lines of sync'ing.
Fixed identifiers.
|
| hyperlist.vba |
2.1.2 |
2012-07-07 |
7.0 |
Geir Isene |
Important security upgrade: Removed traces of encrypted data upon en/decrypting (part of) a HyperList. |
| hyperlist.vba |
2.1.1 |
2012-04-28 |
7.0 |
Geir Isene |
New HyperList version (2.1) with important changes (see http://isene.com/hyperlist.pdf)
Upgraded plugin to reflect the new Hyperlist version (2.1) |
| hyperlist.vba |
2.1 |
2012-04-16 |
7.0 |
Geir Isene |
Better syntax highlighting for folds (both term & gui and both for dark and light backgrounds).
Added "sync minlines/maxlines" settings to be changed for slow computers. |
| hyperlist.vba |
2.0 |
2012-04-05 |
7.0 |
Geir Isene |
Initial upload |