mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
Help: Directly launch an app from its help page
Through links in the help page, the user can directly launch the app whose help page is currently viewed. The idea for this feature came up in the discussion of #11557 (https://github.com/SerenityOS/serenity/pull/11557#issuecomment-1004830728 ). The intention is that the user can simply open the app they are currently trying to understand, and play around with it, learn by doing, or follow along with any guide that may be present in the help page. It feels very great :^)
This commit is contained in:
parent
984bae9038
commit
becf74097e
Notes:
sideshowbarker
2024-07-17 21:14:16 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/becf74097e8 Pull-request: https://github.com/SerenityOS/serenity/pull/11683 Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/linusg ✅
@ -2,6 +2,8 @@
|
||||
|
||||
FontEditor - Serenity font editor
|
||||
|
||||
[Open](file:///bin/FontEditor)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Image Viewer - SerenityOS image viewer
|
||||
|
||||
[Open](file:///bin/ImageViewer)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Inspector - Serenity process inspector
|
||||
|
||||
[Open](file:///bin/Inspector)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Mail - Serenity e-mail client
|
||||
|
||||
[Open](file:///bin/Mail)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Playground - GUI Markup Language (GML) editor
|
||||
|
||||
[Open](file:///bin/Playground)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Profiler - Serenity process profiler
|
||||
|
||||
[Open](file:///bin/Profiler)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Terminal - Serenity terminal emulator
|
||||
|
||||
[Open](file:///bin/Terminal)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
TextEditor - SerenityOS text editor
|
||||
|
||||
[Open](file:///bin/TextEditor)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
|
Loading…
Reference in New Issue
Block a user