dece
2324fbb0bc
history: add optional persistent history
2021-06-03 16:45:35 +02:00
dece
5aa03da3e8
help: improve view and list commands
2021-05-09 02:03:45 +02:00
dece
f1c5d8dfc9
history: fix going back
...
Ultimately a simple link list does not do all you want, so now the
history maintains a list of visited links that are useful to display,
but also a backlink list to let the user move to the previous pages.
2021-05-09 00:46:26 +02:00
dece
397a143695
navigation: rework entirely URL management
...
oh and fix the whole history mess a bit
2021-05-08 22:47:34 +02:00
dece
8aee7fdfba
gemtext: add links/title to parsing result
...
parse_gemtext used to return only the element list, requiring subsequent
loops to find a title or collect links; now it's all done at the same
time!
2021-03-28 18:55:52 +02:00
dece
1b8127eea1
add module docstrings
2021-03-13 20:38:52 +01:00
dece
8830465fbf
history: separate smol module
2021-02-18 01:40:05 +01:00