Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

semarketir/pathner-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmaintaine

Pathner Scheme

Compose thought moment from web to Path apps. path://compose/thought?subject=subject&text=text

Installation

<script src="vendors.js"></script> # jQuery & Lodash
<script src="bundle.js"></script>

Basic use

pathnerScheme({
    subject: 'subject',
    text: 'text',
    unsupportedHandler: function () {
        console.log('This browser does not support Path scheme.');
        // window.locations = 'http(s)://...'
        // Redirect to Path Partner's Page ( Post moment via web )
    }
});

MIT

About

Compose thought moment from web to Path apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published