Skip to content

#46 LinkOpenType Custom Handling for All URL Schemes#47

Merged
NuPlay merged 1 commit intomainfrom
feature/#46-change-customtype
Apr 1, 2024
Merged

#46 LinkOpenType Custom Handling for All URL Schemes#47
NuPlay merged 1 commit intomainfrom
feature/#46-change-customtype

Conversation

@NuPlay
Copy link
Owner

@NuPlay NuPlay commented Jan 28, 2024

#46 LinkOpenType - custom type

Previously, the custom type's activation was restricted to URLs with 'http' and 'https' schemes.
This limitation has now been lifted, allowing the custom type to be universally applicable to all URL schemes.

if case let .custom(action) = parent.conf.linkOpenType {
    action(url)
} else { ... }

Previously, the custom type's activation was restricted to URLs with 'http' and 'https' schemes. This limitation has now been lifted, allowing the custom type to be universally applicable to all URL schemes.
@NuPlay NuPlay added the enhancement New feature or request label Jan 28, 2024
@NuPlay NuPlay self-assigned this Jan 28, 2024
@NuPlay NuPlay merged commit 16b87cf into main Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant