diff --git a/mywiki/tiddlers/ELM language.tid b/mywiki/tiddlers/ELM language.tid index 0888505..e50f6ab 100644 --- a/mywiki/tiddlers/ELM language.tid +++ b/mywiki/tiddlers/ELM language.tid @@ -1,6 +1,6 @@ created: 20170204131710165 creator: user -modified: 20170219151435935 +modified: 20170313163846592 modifier: user tags: title: ELM language @@ -21,3 +21,20 @@ type: text/vnd.tiddlywiki ; Upgrade your Elm Views with Selectors : https://medium.com/@ckoster22/upgrade-your-elm-views-with-selectors-1d8c8308b336#.8k6ywmcyz +; elm-conf US 2016 +: https://www.youtube.com/watch?v=DSjbTC-hvqQ&list=PLglJM3BYAMPH2zuz1nbKHQyeawE4SN0Cd + +; elm material design lite (MDL) +: https://debois.github.io/elm-mdl/ + +; Error Handling in Elm +: https://hackernoon.com/error-handling-in-elm-7ffaf9ff3f8 + +; Toward a Better Front End Architecture: Elm - Codemash 2017 +: https://www.youtube.com/watch?v=EDp6UmaA9CM + +; Decoding JSON Structures with Elm +: https://robots.thoughtbot.com/decoding-json-structures-with-elm + +; Learn X in Y minutes, Where X=Elm +: https://learnxinyminutes.com/docs/elm/ \ No newline at end of file diff --git a/mywiki/tiddlers/ELM vrendly.tid b/mywiki/tiddlers/ELM vrendly.tid new file mode 100644 index 0000000..8e4612c --- /dev/null +++ b/mywiki/tiddlers/ELM vrendly.tid @@ -0,0 +1,20 @@ +created: 20170307193155866 +creator: user +modified: 20170313093759076 +modifier: user +tags: +title: ELM vrendly +type: text/vnd.tiddlywiki + +```sh +npm install create-elm-app -g +create-elm-app vrendly +cd vrendly +elm-app package install krisajenkins/remotedata +elm-app package install simonh1000/elm-jwt +elm-app package install debois/elm-mdl +elm-app package install NoRedInk/elm-decode-pipeline +elm-app package install NoRedInk/json-elm-schema +elm-app package install Bogdanp/elm-combine +elm-app package install elm-lang/http +elm-app package install elm-community/json-extra diff --git a/mywiki/tiddlers/git-annex.tid b/mywiki/tiddlers/git-annex.tid new file mode 100644 index 0000000..5dbf6bc --- /dev/null +++ b/mywiki/tiddlers/git-annex.tid @@ -0,0 +1,10 @@ +created: 20170318053204866 +creator: user +modified: 20170318053304768 +modifier: user +tags: git +title: git-annex +type: text/vnd.tiddlywiki + +; git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space. +: http://git-annex.branchable.com/ \ No newline at end of file