2021-12-29 06:52:32 by pin | Files touched by this commit (2) | |
Log message:
wwww/wiki-tui: update to 0.4.3
Feature
-config:
-add parser configuration options
-add UserParserConfig and ParserConfig
-implement the options in the Default parser
-add documentation in the readme (04885c7)
wiki:
-add code blocks to the article (c58242a)
Bug Fixes
-ui:
-open the correct url when selecting a link (bf14f09)
-fix selecting a header in the toc view
-add simulation of keypresses in the select function of the toc view Closes #14 \
(511a925)
-remove the url prefix of the article name in the open dialog (72d799f)
-fix selecting the first link in an article (39c087e)
|
2021-11-07 17:04:51 by pin | Files touched by this commit (2) | |
Log message:
www/wiki-tui: update to 0.4.2
Added:
-nix installation (#9)
Fixes:
-garbled ascii on specific terminal geometries (#10)
|
2021-11-05 14:12:48 by pin | Files touched by this commit (2) | |
Log message:
www/wiki-tui: update to 0.4.1
Fixes:
-Removed a warning
-Fixed a bug where wiki-tui would crash when trying to access an invalid link
-Fixed a bug where wiki-tui wouldn't change the background of the search bar
-Fixed the color of headers
-Fixed scrolling inside of articles with no links
|
2021-11-02 10:16:28 by pin | Files touched by this commit (2) | |
Log message:
www/wiki-tui: update to 0.4
Added:
-You can now go to the headers by pressing ENTER on the item in the table of
contents
-When wiki-tui crashes, it generates a crash report
-You can now change the color of specific views
Changes:
-The logging is now more informative
-Added cargo & NetBSD installation method
-The configuration format is now toml
Fixes:
-Words are no longer overlapping
-Fixed a bug where wiki-tui would crash when pressing keys while searching (#6)
|
2021-10-31 09:33:18 by pin | Files touched by this commit (5) |
Log message:
www/wiki-tui: import package
A simple and easy to use Wikipedia Text User Interface.
wiki-tui currently has these features:
-Browse through Wikipedia (Set the language by changing the url in the config)
-Uses webscraping and a custom view to display wikipedia articles in the
terminal
-Use links to open other articles
These features are planned:
-View and interact with more elements of wikipedia articles (like tables,
images, etc.)
-Better error handling
|