Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing Find symbol/engines/"output web apps" list #93

Open
4www opened this issue Jul 24, 2023 · 1 comment
Open

missing Find symbol/engines/"output web apps" list #93

4www opened this issue Jul 24, 2023 · 1 comment

Comments

@4www
Copy link
Contributor

4www commented Jul 24, 2023

In the case of a user starting to type in their omnibox, and wanting to "complete an action", such as ex:

  • would like to convert a/this file in an other fomat
  • would like to CRUDSearch information somewhere,
  • generally accessing a web app, and maybe getting a "url pipeable output"
  • etc.

some pattern of missing engines, symbols and semantics emerge, can try to list them until we find an app that provides the desired functionalities.

Maybe can also be discussed on:

@4www 4www changed the title missing Find "output web apps" list missing Find symbol/engines/"output web apps" list Jul 25, 2023
@4www
Copy link
Contributor Author

4www commented Jul 25, 2023

Some examples

The following classes MUST be supported:
User IDs (@user:example.org)
Room IDs (!roomid:example.org)
Room aliases (#roomalias:example.org)
Event IDs ($eventid:example.org)
  • view-source: from mobile browsers polyfill; see possibilities with https://eruda.liriliri.io/
  • magnet: links protocol (to do something by default? browsers already request for selecting an application for this scheme, but could think about "registering a protocol handler")
  • magnet link utilities (to .torrent, decrypt etc.)
  • data:<mediatype>[;base64],<data> as a protocol/symbol, and not a set of + do actions
  • and other URI/protocol/scheme that one might copy/paste to a URL or want to "transform into an other URL/protocol" https://en.wikipedia.org/wiki/List_of_URI_schemes
  • also would be nice to be able to even "list links" that can "resolve to something in a browser", for applications like dns:[//<host>[:<port>]/]<dnsname>[?<dnsquery>]
  • dns://radio4000.com/A/ -> dns://radio4000.com/A/ (not rendered in github markdown, but would be in html)
dig radio4000.com A
;; [...]
;; QUESTION SECTION:
;radio4000.com.			IN	A

;; ANSWER SECTION:
radio4000.com.		284	IN	A	172.67.199.111
radio4000.com.		284	IN	A	104.21.76.187
[...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant