0.1.55a #131
RobertCraigie
announced in
Announcements
0.1.55a
#131
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Picker API
You can now use the commandline as a picker for arbitrary options.
For example, creating a basic version of
:tabthat only shows bookmarks:You can also customise how each option is displayed by providing a
render()function on eachoptionthat returns aHTMLElement:See the full commandline docs for more information.
Split views API
Warning
This feature is very early in development in Firefox, there will be bugs.
Firefox has work in progress support for split views, so you can view multiple tabs at the same time.
You can now manage split views directly from the Glide config with
glide.unstable.split_views, for example:Changes
gUkeymapping to go to the root of the current URL hierarchygukeymapping to go up the URL hierarchyCommandLineExitautocmdglide.commandline.show()glide.autocmds.remove()glide.content.fn()for marking callbacks as executing in the content process, currently supported inglide.keymaps.set()andglide.excmds.create()glide.o.switch_mode_on_focusfor disabling automatic mode switchingchildrensyntax sugar toDOM.create_element()so you can now doDOM.create_element('div', ['child'], { ...props })glide.otype extensibleglide.keys.send()potentially resulting in out-of-order key eventsglide.o.yank_highlighttype to allowrgb(255, 255, 255)stringsThis discussion was created from the release 0.1.55a.
All reactions