diff --git a/.gitignore b/.gitignore index 2e27ce2..cf1ed82 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-metadata .idea *.swp +.vscode/ diff --git a/_posts/2016-07-04-the-tools-are-borked.markdown b/_posts/2016-07-04-the-tools-are-borked.markdown index 910f2d8..3063704 100644 --- a/_posts/2016-07-04-the-tools-are-borked.markdown +++ b/_posts/2016-07-04-the-tools-are-borked.markdown @@ -74,17 +74,6 @@ a MKE user's group demonstration, but that one _should_ be easier to deal with s Oh, and don't try using ```ng generate route``` for now. It is intentionally disabled until the router development calms down a bit, but it does give a link to some [interesting router information][router], so that is useful. -[Current Weather][rootTest] - -[Forecasts][categoriesTest] - -[UV Index][ratingsTest] - -[Current Weather URI][rootTestURI] - -[Forecasts URI][categoriesTestURI] - -[UV Index URI][ratingsTestURI] [angular2]: https://angular.io @@ -94,9 +83,3 @@ calms down a bit, but it does give a link to some [interesting router informatio [TOH]: https://angular.io/docs/ts/latest/tutorial/ [apidocs]: https://angular.io/docs/ts/latest/api/ [router]: http://victorsavkin.com/post/145672529346/angular-router -[categoriesTest]: https://world-of-teas.herokuapp.com/#/categories -[ratingsTest]: https://world-of-teas.herokuapp.com/#/ratings -[rootTest]: https://world-of-teas.herokuapp.com/# -[categoriesTestURI]: kwsweather://world-of-teas.herokuapp.com/#/categories -[ratingsTestURI]: kwsweather://world-of-teas.herokuapp.com/#/ratings -[rootTestURI]: kwsweather://world-of-teas.herokuapp.com/# diff --git a/_posts/2018-11-16-deep-linking.markdown b/_posts/2018-11-16-deep-linking.markdown new file mode 100644 index 0000000..fc25187 --- /dev/null +++ b/_posts/2018-11-16-deep-linking.markdown @@ -0,0 +1,34 @@ +--- +layout: post +title: "Deeplinking Test Links" +date: 2018-11-16 +categories: ionic cordova +--- + +These links are associated with my public [Deeplinks Demo][PublicDeeplinksDemo] application. This application does not fully work on iOS at this time. I could rectify that, but it is not really all that high on my list of things to do at this time. + +- [Current Weather][rootTest] +- [Forecasts][categoriesTest] +- [UV Index][ratingsTest] +- [Current Weather Using URI][rootTestURI] +- [Forecasts Using URI][categoriesTestURI] +- [UV Index Using URI][ratingsTestURI] + + +These links are associated with the private Ionic Customer Success demo applications (the code and app are private, not the web-site...) + +- [Green Tea][greenTest] +- [White Tea][whiteTest] +- [Yellow Tea][yellowTest] + + +[PublicDeeplinksDemo]: https://github.com/kensodemann/deeplinks-demo +[categoriesTest]: https://world-of-teas.herokuapp.com/#/categories +[ratingsTest]: https://world-of-teas.herokuapp.com/#/ratings +[rootTest]: https://world-of-teas.herokuapp.com/# +[categoriesTestURI]: kwsweather://world-of-teas.herokuapp.com/#/categories +[ratingsTestURI]: kwsweather://world-of-teas.herokuapp.com/#/ratings +[rootTestURI]: kwsweather://world-of-teas.herokuapp.com/# +[greenTest]: https://cs-demo-deeplink.herokuapp.com/green +[whiteTest]: https://cs-demo-deeplink.herokuapp.com/white +[yellowTest]: https://cs-demo-deeplink.herokuapp.com/yellow \ No newline at end of file