cage
2cf53e76b9
- [gemini] fixed command 'open-next-visible-link'.
2021-11-26 15:38:09 +01:00
cage
1fbdab1443
- [gemini] added commands: 'go-to-previous-link' and 'go-to-next-link'.
2021-11-26 14:10:11 +01:00
cage
ab91432e2e
- fixed module delete-post-using-regex; the procedure delete all the
...
rows matching a regex not only the visible ones in thread window;
- moved keybinding from modules/next-previous-open.lisp into the main
init file.
2021-11-26 10:59:50 +01:00
cage
7307444c86
- added new module: 'delete-by-regex.lisp';
...
- fixed bug that prevented to update local and federated timeline;
- prevented crash when syncing thread window that contains no posts;
2021-11-20 12:17:22 +01:00
cage
77d8deb84e
- refactored some code in a function: 'db:row-avatar'.
2021-11-19 10:43:33 +01:00
cage
6ed5432d2b
- added command 'view-user-avatar'.
2021-11-16 19:55:03 +01:00
cage
cfbbb4a13e
- updated manpage.
2021-11-16 16:26:28 +01:00
cage
c91ec87737
- mentioned again "-G" command line switch in the manpage.
2021-11-16 16:03:51 +01:00
cage
5d46a96638
- added load-script-file.
2021-11-16 16:00:19 +01:00
cage
815ab305a0
- fixed function's name.
2021-11-16 15:43:08 +01:00
cage
26bf79b6e4
- prevented sending a successful notification when the procedure to follow or unfollow an user failed.
2021-11-16 10:15:06 +01:00
cage
5e035458fe
- skipped redirect if parsing of iri failed.
2021-11-15 18:17:21 +01:00
cage
e5597c6a80
- added query to redirect if present in the redirect iri.
2021-11-15 18:11:36 +01:00
cage
2f59f589f1
- fixed typo.
2021-11-14 16:34:47 +01:00
cage
4b649d91ae
- added a script to get a list of people user is following.
2021-11-14 13:44:58 +01:00
cage
2597c131cd
- updated manpage.
2021-11-13 16:34:07 +01:00
cage
22bce9cdd9
- made width of TOC customizable (when using tinmop in gemini fullscreen mode).
2021-11-12 21:06:28 +01:00
cage
01eef29432
- used an error message instead of a notification when opening a file that does not exists (thanks op\!).
2021-11-12 20:27:11 +01:00
cage
ebddc9e1e6
- changed logic to guess if the window is displaying gemini contents;
...
- replaced window'stitle with the IRI of the gemini content streaming;
- fixed italian translation.
2021-11-12 19:12:03 +01:00
cage
5c5378d348
- fixed typo in changelog.
2021-11-12 15:54:31 +01:00
cage
0609764701
-updated Changelog.
2021-11-12 15:52:28 +01:00
cage
b00cbe4f2a
-updated italian translation.
2021-11-12 15:51:16 +01:00
cage
f05ca2f300
- removed duplicates in url history when printing gemini startpage in gemini full screen mode.
2021-11-12 15:04:19 +01:00
cage
7b8581c5e4
- added exclusive gemini client UI layout.
2021-11-12 15:00:34 +01:00
cage
63ee43ad3f
- removed argument for ommand line switch 'gemini-client-only'.
2021-11-12 11:13:03 +01:00
cage
75a056cce0
- added command-line option for gemini fullscreen mode;
...
- cleaned up command line switch management.
2021-11-12 10:50:33 +01:00
cage
23742186db
- fixed default in config file.
2021-11-10 19:35:52 +01:00
cage
e6f92f3621
- [gemini] ensured opening files with an external program if the size of the file is smaller than the cache size.
2021-11-10 16:21:18 +01:00
cage
2782317bb7
- [gemini] added customizable buffer size when opening partial gemini
...
content with an external program.
using "no wait" directive can be followed by "buffer NUMBER" to
customize the cache (in Mib) to be cached before opening the partial
downloaded data.
2021-11-10 16:12:08 +01:00
cage
60a66d6ea9
- [gemini] prevented sending fragment part of the IRI to server;
...
- chaged prefix for links in gemini streams.
2021-11-07 10:31:01 +01:00
cage
04a08a8043
- updated Changelog.
2021-11-06 16:48:33 +01:00
cage
c3492c06c1
- [gemini] added 'search-message-gemini-fragment-event'
...
When a fragment is present in a uri/iri it is used as a regular
expression to search in the *source* of the text, the window's content
is moved to shows the *rendered* line where matching occurred.
2021-11-06 12:32:03 +01:00
cage
5bbd5100c8
- changed 'raw-text' to 'source-line';
...
- added ocstring to 'search-gemini-fragment'.
2021-11-06 11:26:20 +01:00
cage
768e4a220b
- added 'search-gemini-fragment'
2021-11-06 11:21:15 +01:00
cage
b1b412ad89
- added 'match-words'.
2021-11-05 14:48:40 +01:00
cage
9d0e588b0b
- fixed crash when completing an empty command line (pressing tab with
...
no string typed on the command line);
- fixed chrash when completing bookmark entry with non word character
(e.g. '[');
- added macro 'gemini-parser:with-initialized-parser';
- added source metadata (sourceline and source-line-id to results of
gemini parsing to IR (see: sexp->text-rows).
2021-11-05 11:13:05 +01:00
cage
f2dba92f8b
- added command 'open-next-visible-link';
...
- removed debug message.
2021-10-30 18:39:13 +02:00
cage
dfdf303d1d
- transform any line made from blank characters in vertical-space.
2021-10-27 14:24:46 +02:00
cage
fe9792a576
- [gemini/parsing] transformed to vertical space a text line made from blank characters only.
2021-10-26 20:05:18 +02:00
cage
02a277894a
- ensured a line is not added to a line in the slot 'normal-text'.
2021-10-26 18:50:31 +02:00
cage
26792b7c00
- [gemini] fixed crash occurred when rendering an empty quote line.
2021-10-25 18:47:55 +02:00
cage
c3c9036427
- removed unused argument.
2021-10-25 18:21:18 +02:00
cage
41bf046a29
- [gemini] attached source line to each parsed gemtext node.
2021-10-24 15:53:31 +02:00
cage
be100347ef
- added missing author to Changelog.
2021-10-24 14:04:51 +02:00
cage
f9cc367267
- [gemini] moved fitting of quoted lines to message window routines.
2021-10-22 15:07:36 +02:00
cage
3b7cc47c8f
- prompted for older threshold instead of using a constant.
2021-10-17 18:11:50 +02:00
cage
bce702465c
- [experimental][gemini] used URI's fragment as a search criteria for the gemini page (disabled by default).
2021-10-17 17:40:18 +02:00
cage
f46d86baea
- updated build script to install 'delete-old-posts.lisp'
2021-10-15 14:06:04 +02:00
cage
c50de0dca2
- added a script to delete old posts.
2021-10-15 13:59:06 +02:00
cage
dff23fe909
- allowed skipping posts using language type.
2021-10-13 15:01:15 +02:00