This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Pull data from Yahoo Finance. | |
* | |
* @param {String} symbol The Ticker | |
* @param {String} attribute The option such as "name" | |
* @return yahoo finance stock data of the ticker | |
* @customfunction | |
* 1/ determine how to get the data | |
* 2/ parse the data | |
* 3/ ask for the data |
Title: ABC soup Description: Source: Noobcook Original URL: https://noobcook.com/abc-soup/2/ Yield: 4 bowls Active: Total: Categories: soup Image: https://cdn2.pepperplate.com/recipes/99b5b7a789204fd8a5fc5c1abd737784.jpg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default partial alphanumeric_keys modifier_keys | |
xkb_symbols "pc105" { | |
key <ESC> { [ Escape ] }; | |
// The extra key on many European keyboards: | |
key <LSGT> { [ less, greater, bar, brokenbar ] }; | |
// The following keys are common to all layouts. | |
key <BKSL> { [ backslash, bar ] }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Demo |