France
From Julien Blanchard to ~julienxx/castor
Thank you that’s a good idea! I’ll see what I can do. Cheers, julienxx > Le 6 juin 2023 à 20:51, killab33z <killab33z@hispagatos.org> a écrit : > > I have been greatly enjoying Castor and noticed a feature I would like to request be added, which is to let the user add a note for the gemini or gopher sites they bookmark. It can be a little confusing to know which site is which without having a note field to add info to. >
From Julien Blanchard to ~julienxx/castor
Thanks! I just pushed an update of Castor crates, that should fix it.
From Julien Blanchard to ~julienxx/asuka
Applied thanks!
From Julien Blanchard to ~julienxx/asuka
On 19/01/2021 19:00, Luke Hsiao wrote: > The latest tag is v0.8.1, but the crate tag is still v0.8.0. This fixes > the discrepancy. > --- > Cargo.toml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Cargo.toml b/Cargo.toml > index 8f678e8..0a26a9a 100644 > --- a/Cargo.toml > +++ b/Cargo.toml > @@ -1,6 +1,6 @@ > [package] > name = "asuka"
From Julien Blanchard to ~julienxx/castor
On 07/01/2021 14:55, Cadence Ember wrote: > Rendered headers do not call escape_text, so their text is treated > like HTML, such as its "feature" with ampersands. > > Examples, source followed by explained result: > > ## Fun & games > > This is rendered as nothing. > > ## Fun & games > > This is rendered as `Fun & games` in H2 style. >
From Julien Blanchard to ~julienxx/asuka
On 25/12/2020 19:31, René Wagner wrote: > Hi, > Hi René > been using asuka for some time now and having some questions: > - the README lists "Press h to show/hide history." which doesn't do anything for me - bug or missing feature? :) Good catch, this was a feature once but was removed about a year ago, I'll update the README. > - A keybinding to remove a shortcut seems to be missing currently - intentional? >
From Julien Blanchard to ~julienxx/castor9-devel
Thanks for the patch!
From Julien Blanchard to ~julienxx/castor9-devel
Applied thanks a lot, this kind of contributions is definitely wanted!
From Julien Blanchard to ~julienxx/castor
Applied, thanks!
From Julien Blanchard to ~julienxx/asuka
I still prefer some duplication instead of adding flags to existing methods. Thanks again!