2025-03-27
06:24:46
# 4f5137e
[README] only a couple changes in 4 years.
2025-03-27
05:57:57
# 82aa1ca
[domain] repair `news.ycombinator.com` parser
2025-03-27
05:55:23
# 9a51a0e
[nix] add a minimal `flake.nix`
2025-01-07
21:18:31
# dd81d9b
Create LICENSE
2021-04-20
01:43:39
# 156cc98
update autosuggest layout and functionality
2021-04-20
01:10:35
# ce558e2
add check for HTMLElement type
2021-04-15
11:33:09
# 22c4945
Merge pull request #80 from geoffreylitt/demonstrations-and-formulas
2021-04-15
11:28:04
# eb15ac0
Merge branch 'demonstrations-and-formulas' of https://github.com/geoffreylitt/wildcard into demonstrations-and-formulas
2021-04-15
11:27:55
# fa0bb5c
Comment out table context menu for user tests
2021-04-12
17:31:27
# f2ac038
fix functions
2021-04-10
14:29:27
# be5f681
Update adapter via setTimeout to avoid blocking the main thread
2021-04-09
14:37:57
# 576f419
Working on perfomance issues
2021-04-08
02:13:37
# ab28238
Implemented poc of unified scraping and customizing model
2021-04-08
00:51:15
# ae26361
Working on unified scraping and customization, switching to rebase from new-functions branch
2021-04-03
00:26:01
# 95faf92
Fixed issue with columm selector generation
2021-04-02
04:31:01
# 047b71d
Working on improving performance on Github repo page, formulas are still taking too long to evaluate
2021-04-01
03:44:01
# 98eb4da
Implemented initial version of demonstration + manual formula creation
2021-03-30
03:09:34
# e25a11e
Save adapters in-memory during creation which among other things provides support for editing demonstration-generated formulas
2021-03-28
21:37:13
# 4df607d
Working on row and column selector candidate list & updatable app table formulas
2021-03-24
22:50:03
# 22cc35d
Updated adapter generation to use new formula format
2021-03-31
00:47:53
# 57a7e11
Rebased from main
2021-03-30
03:09:34
# b373962
Save adapters in-memory during creation which among other things provides support for editing demonstration-generated formulas
2021-03-28
21:37:13
# 0de4f1b
Working on row and column selector candidate list & updatable app table formulas
2021-03-24
22:50:03
# b7e62fa
Updated adapter generation to use new formula format
2021-04-01
21:48:55
# cacf29e
Rebase complete
2021-04-01
21:37:39
# 713ac12
Rebasing from main to pick up query selector formula cache
2021-04-01
03:44:01
# 6f7594b
Implemented initial version of demonstration + manual formula creation
2021-03-30
03:09:34
# 8399bf3
Save adapters in-memory during creation which among other things provides support for editing demonstration-generated formulas
2021-03-28
21:37:13
# 8155bd3
Working on row and column selector candidate list & updatable app table formulas
2021-03-24
22:50:03
# 480f6ea
Updated adapter generation to use new formula format
2021-03-31
00:47:53
# 94e855f
Rebased from main
2021-03-30
03:09:34
# 2108703
Save adapters in-memory during creation which among other things provides support for editing demonstration-generated formulas
2021-03-28
21:37:13
# de06409
Working on row and column selector candidate list & updatable app table formulas
2021-03-24
22:50:03
# 9a4196e
Updated adapter generation to use new formula format
2021-04-08
02:19:19
# 5fcd6f0
Merge pull request #74 from geoffreylitt/new-functions
2021-04-08
02:18:15
# f650b8b
revert changes to grammar
2021-04-08
02:14:28
# f48f694
add Substring
2021-04-08
01:59:22
# 8b510a3
Merge branch 'main' of github.com:geoffreylitt/wildcard into new-functions
2021-04-08
01:58:38
# df37965
Merge pull request #73 from geoffreylitt/autocomplete
2021-04-08
01:48:04
# 548c020
allow spaces between arguments
2021-04-08
01:35:58
# 77cdc0a
provide helper text in more places
2021-04-08
00:41:38
# 0f84a3b
add sections and fixes
2021-04-07
21:37:38
# 14197c8
fix refactor
2021-04-07
21:26:40
# 6207393
refactor
2021-04-07
17:34:39
# 3694705
make colors transparent
2021-04-07
17:05:45
# eece66f
Merge branch 'main' of github.com:geoffreylitt/wildcard into autocomplete
2021-04-01
17:06:20
# ba07f06
cache DOM elements by hashing their HTML
2021-04-01
16:35:53
# cb52b7a
fix scraping workflow for websites with : in the title
2021-03-31
00:13:42
# 4354e54
Merge pull request #68 from geoffreylitt/autocomplete
2021-03-31
00:09:57
# cee9bd1
Merge branch 'main' of github.com:geoffreylitt/wildcard into autocomplete
2021-03-31
00:09:48
# fb49405
make small code review changes
2021-03-31
00:04:13
# d990027
split autosuggest into own component file
2021-03-30
23:09:31
# d6c2714
Merge branch 'main' of github.com:geoffreylitt/wildcard into new-functions
2021-03-30
23:08:03
# 7ac69da
improve docs and add ExtractStart
2021-03-28
11:29:45
# 6a73539
clean up build code
2021-03-25
03:28:26
# d44a054
Add functions for boolean logic, Includes, Extract; edit docs
2021-03-24
22:43:40
# c9d42fb
fix bug with the merge
2021-03-24
22:08:04
# 82df456
fix merge conflicts
2021-03-24
21:14:02
# 4e962fa
Fix comments
2021-03-24
21:12:35
# 179a700
improve style and formatting
2021-03-18
14:45:38
# f19206b
return formulas from adapters
2021-03-10
11:45:34
# 2ebb4fd
initial stub: DOM elements in table cells
2021-03-24
21:03:00
# 977342b
Merge pull request #66 from geoffreylitt/new-build
2021-03-24
21:01:04
# ffc8667
update instructions
2021-03-24
19:48:16
# 1924ce6
Improve docs and change math operation suggestions
2021-03-18
04:04:36
# 807c542
fix bug
2021-03-18
03:57:31
# cb0e059
add support for suggesting math symbols, with help text
2021-03-18
02:51:01
# ad5767e
styling and footers for column suggestions
2021-03-18
01:58:04
# 364553a
clean up helper text code
2021-03-17
21:46:25
# fa7ccca
remove prefix from rendered suggestion
2021-03-17
21:23:31
# 5fc8c73
fix regex matching
2021-03-17
20:12:53
# 861c7a1
add attributes to suggestions and import functions
2021-03-17
16:39:46
# e26e017
fix crash on number selection
2021-03-17
11:30:01
# 5462957
styling
2021-03-11
11:50:59
# cddf498
render helper text for suggested functions
2021-03-10
23:30:04
# 1f9f55c
improve functionality with regex
2021-03-10
18:10:04
# f00988e
upgrade estrella
2021-03-10
17:14:34
# 1999f06
small style updates
2021-03-10
10:59:44
# c468443
streamline build pipeline
2021-03-04
01:29:14
# 4c807af
implement working functionality and fix some styling
2021-03-04
00:29:19
# 4738151
get autosuggest to appear
2021-02-22
22:49:53
# 38add14
remove Edit Formula menu item
2021-02-22
22:49:19
# 571e1a0
edit formulas from the main table UI
2021-02-22
22:34:18
# 20f30bf
cleanup actions file
2021-02-22
22:29:20
# 938537b
eval formula columns in correct dependency order
2021-02-22
17:56:12
# 34da6f1
Merge branch 'formulas-again-again' into main
2021-02-22
17:47:32
# 796d124
add a function results cache
2021-02-22
17:37:52
# 7e720a1
re-enable the Hacker News adapter
2021-02-22
17:19:37
# 63c1d4f
eval one attribute at a time
2021-02-19
18:10:57
# 30ed57f
Merge pull request #62 from geoffreylitt/scraper-sharing
2021-02-19
12:36:38
# c6a7c99
Merging to main branch
2021-02-02
21:37:26
# 58c943b
Deleted unused Bootstrap files
2021-02-02
21:34:36
# 9d10326
Added bootstrap classes to tutorial elements to prevent style overrides on certain websites
2021-01-31
16:50:24
# 1a5da41
Comment unused context menu options
2021-01-28
17:20:26
# 9f4a2e3
Can remove columns in edit mode
2021-01-28
15:03:22
# 928f255
Added poc of editing
2021-01-27
00:17:03
# 0cb58c6
Poc of live experience & multi demonstration done, working on editing
2020-12-08
14:29:46
# 9c740c8
Recognize wildcard marketplace site http
2020-11-22
21:57:47
# e16799e
rudimentary formula bar
2020-11-22
21:11:15
# e7ea9c4
show formula columns with an icon
2020-11-22
20:14:21
# 3855b38
show an icon in cell for formula results
2020-11-22
15:28:41
# 73037e0
remove console logs
2020-11-22
15:27:02
# 1d74935
show falsey values in the page
2020-11-22
15:19:08
# 4d63485
show formula results in the page
2020-11-22
15:03:11
# 7c28617
rudimentary formula editing
2020-11-22
14:34:18
# c045db3
working implementation with one event for whole table eval-ing
2020-11-22
14:19:23
# 17de1a1
Revert "another attempt to do one event per record"
2020-11-22
14:19:20
# 0f8346e
another attempt to do one event per record
2020-11-22
13:54:51
# df74d13
eval all formulas at once
2020-11-22
13:42:28
# 3a1bb36
formula eval kinda working. but very slow
2020-11-22
11:46:19
# 352aa77
initial work: display computed formula results in table
2020-11-21
16:05:57
# 6d4d3d0
Conveted working adapters to new format and saved to resources/adapter-configs
2020-11-17
23:16:08
# 1d16158
Refactored end-user scraper code into multiple files under end_user_scraper folder
2020-11-17
19:32:54
# 018fb07
compile marketplace.js along with other files
2020-11-17
17:56:37
# 244b1a0
Merge pull request #55 from bentsai/patch-1
2020-11-17
16:44:16
# ecfbb5a
fix typo
2020-11-17
01:54:14
# b32640f
Use deployed marketplace URLs
2020-11-17
01:07:32
# 430ad80
Fix keysToEvaluate onRowUnselected; Share button location
2020-11-16
22:10:14
# b459103
Fixed merge conflicts and did some manual tests
2020-11-16
21:52:22
# 660fd29
Fixed merge conflicts
2020-11-16
17:07:18
# 7515013
Merge pull request #54 from geoffreylitt/add-columns
2020-11-16
15:41:22
# 931fcbf
show context menu for adding/toggling columns
2020-11-16
17:04:25
# 4f76d5b
Merge pull request #48 from geoffreylitt/faster-builds
2020-11-16
17:03:58
# 72b6c06
move esbuild to dev dependencies
2020-11-11
20:42:10
# 4caef5b
Merge branch 'scraper-sharing' of https://github.com/geoffreylitt/wildcard into scraper-sharing
2020-11-11
20:40:36
# 816ae47
Change shadow color back
2020-11-11
16:07:53
# 3c16fe8
switch from rollup to esbuild
2020-11-11
14:24:55
# caf17df
Revert accidental changes in GitHub scraper
2020-11-11
13:56:50
# c9b82d5
Updated interaction model with colum state & colors
2020-11-09
14:06:57
# 2f50183
Fix adapter saving on options page
2020-11-09
01:47:54
# d342586
Change Share button
2020-11-08
22:51:24
# 0764173
Add Share button and content script to handle marketplace upload
2020-11-07
15:22:42
# 520a5c7
Added urls and matches fields to adapter config
2020-11-06
00:58:08
# 721d35e
Switched to new adapter config
2020-11-04
16:22:25
# 61e5c9e
Update interaction model to require alt+click vs click to scrape a field / column
2020-11-04
15:48:48
# e57b4bc
ignore malformed adapters
2020-10-28
15:30:09
# 2fddea3
fix bug in first-time adapter creation
2020-10-28
13:20:28
# 5e73329
Fix merge
2020-10-28
13:06:30
# 9020679
Merge branch 'scraper-sharing' of https://github.com/geoffreylitt/wildcard into scraper-sharing
2020-10-28
12:53:42
# 7fc8b8a
Updated adapter install flow, added Uninstall button
2020-10-28
00:36:22
# db88052
Fixed merge conflicts
2020-10-28
00:31:49
# cce1e31
Created two-step interaction for end-user creation of adapters
2020-10-21
20:42:20
# e661c1d
Update ask.js
2020-10-21
20:15:15
# 325886f
dynamically fetch extension id for install
2020-10-17
18:22:00
# 73a2dcb
Merge branch 'scraper-sharing' of https://github.com/geoffreylitt/wildcard into scraper-sharing
2020-10-17
18:21:48
# a2af74f
add adapter installation page and get active local adapter for on site code editor
2020-10-16
14:45:50
# b469c24
Pushing incomplete version of prototype for testing
2020-10-15
14:37:49
# ffe19c4
Merge branch 'scraper-sharing' of https://github.com/geoffreylitt/wildcard into scraper-sharing
2020-10-15
14:37:27
# 02edcb6
Working on prototype of pbd scraper - fix lca bug
2020-10-15
00:46:05
# 9220625
Right click to open code editor with save and close
2020-10-10
23:45:32
# 5456e35
Update code that finds lowest common ancestor of selected nodes
2020-10-02
13:13:51
# ff82afb
Remove unneeded console.log calls
2020-10-02
13:03:09
# 2f881c4
Merge branch 'scraper-sharing' of https://github.com/geoffreylitt/wildcard into scraper-sharing
2020-10-02
13:02:47
# 0d037fe
Created prototype of end-user scraper
2020-10-01
23:56:18
# ff0674b
Add chrome page context menu and change code editor theme
2020-09-26
13:25:16
# 054a7ac
Added basic popup menu with an action that links to the options page
2020-09-25
11:23:49
# 41740a7
added code editor to options page
2020-09-18
16:05:10
# 4bff42a
Create branch for scraper sharing exploration
2020-06-24
21:00:11
# 798c233
comma stuff was breaking scrapers in some cases
2020-06-21
22:18:10
# 6be2848
Merge branch 'master' into main
2020-06-20
16:46:06
# 410872b
debounce scrolling for youtube adapter
2020-06-20
16:37:09
# 455028d
fix to youtube adapter + fix wcpanel z-index for youtube left bar
2020-05-07
23:50:54
# 4c68647
fix extracting comma-separated numbers
2020-06-21
13:40:13
# aac2b62
clean up harvard book adapter
2020-06-21
13:38:18
# fc33b32
emphasize pre-release in readme
2020-06-21
13:19:07
# 996d492
add harvard book warehouse adapter
2020-06-12
23:47:55
# 51229bd
Added gifs to Amazon and Hackernews
2020-06-12
22:42:53
# 156cf86
Videos for Amazonzon and Hackernews
2020-06-01
13:13:18
# 28ddeb2
Adding hyperlink to images in gallery
2020-05-25
03:07:56
# f7eeeaa
Re-formatted sidebar to include examples
2020-05-25
02:58:53
# 1955311
Added "toggle visibility" functionality for user columns. Merge branch 'colviz'
2020-05-25
02:57:31
# 6ac36b1
Removed hardcoding of 'user1'
2020-05-25
02:04:09
# 22e43f7
Added a template for examples and completed blogger example
2020-05-25
01:54:36
# 5cde6fa
Added images for blogger
2020-05-24
03:16:44
# 566d5c4
Update restaurant name access due to UberEats change
2020-05-22
03:55:47
# 6185636
Reverting to text hyperlink only
2020-05-22
03:51:35
# 2fd372b
Resolving file path for examples.md
2020-05-22
03:51:07
# edcee59
Resolving file path for examples.md
2020-05-22
03:43:06
# 99b1fe9
Redesigned example gallery and added carousels for all examples
2020-05-20
06:06:40
# c43b145
Remodelled Example gallery to add images with linked captions
2020-05-20
04:00:24
# 38c6dcd
Adding caption to Amazon image
2020-05-20
03:42:05
# e99befe
Testing docsify palettify
2020-05-19
04:15:00
# 66c89af
Editing errors
2020-05-10
02:32:14
# ab04fe4
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-05-10
02:32:06
# 10e8cee
Adding paragraph to examples.md
2020-05-09
23:08:00
# 2e99ebe
Update quickstart.md
2020-05-09
22:54:51
# ac849a2
Update quickstart.md
2020-05-07
17:53:41
# 8e31ced
tweak docs
2020-05-07
17:44:09
# 8b2c402
slightly improve documentation
2020-05-07
17:24:07
# 42fbb74
Merge pull request #21 from karlicoss/github-adapter
2020-05-07
17:20:00
# b171a59
Merge pull request #19 from karlicoss/fix-build
2020-05-07
21:27:07
# 3bf8618
implement basic Github adapter
2020-05-07
19:23:16
# 28cbef3
fix: typo in import
2020-05-07
03:32:21
# 14154d5
Reformatting gallery text
2020-05-07
03:23:35
# 012a05a
Updated image paths for all docs
2020-05-07
03:20:36
# ce4daa1
Testing docsify on AirBnB
2020-05-06
05:27:43
# 2ffab18
Formatting examples.md to include numbers in links
2020-05-06
05:23:16
# 8548293
Correcting number formatting in examples
2020-05-06
05:22:25
# f4ae3d9
Implemented Charvi feedback in quickstart.md
2020-05-06
05:21:16
# 108d977
Implemented Charvi feedback
2020-05-06
05:07:36
# 3eda0ed
Updated AirBnB to local access
2020-05-06
05:03:29
# 72b3c12
Testing local images
2020-05-06
04:53:30
# eb1ac4e
Image link for AirBnB
2020-05-06
04:47:25
# e26eed2
Reformatting sidebar
2020-05-06
04:45:05
# 9ce1ced
Fixing sidebar
2020-05-06
04:06:00
# 1bcf1ff
Merged gallery into master
2020-05-06
03:41:53
# 5f0646d
Re-organizing
2020-05-06
03:33:12
# 5144d2f
Adding youtube
2020-05-06
03:24:26
# 52ce59f
Add Youtube photos
2020-05-06
03:09:12
# c24bee7
AirBnB and hackernews complete
2020-05-06
03:06:02
# 5deca92
Renaming for consistency
2020-05-06
03:02:59
# 6700e7c
Adding annotations for HackerNews and AirBnB
2020-05-06
02:36:39
# aac7c28
AirBnB
2020-05-05
21:50:16
# 498fb60
Set hide in page attribute appropriately
2020-05-05
21:09:25
# ef45a10
Showing toggle visibility button
2020-05-05
20:43:00
# 8ea1c6e
AirBnB
2020-05-05
04:12:58
# 6444cb6
Add AirBnB photos
2020-05-05
03:37:28
# b356689
Adding photos for weather app
2020-05-05
03:34:58
# 1a10c4f
Weather
2020-05-05
03:18:21
# cd31053
Cropping hackernews photos
2020-05-05
03:14:31
# eaf076a
Hackernews
2020-05-05
03:07:01
# bd534e6
Adding hackernews photos. Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-05-05
03:06:43
# 6f54bc9
Adding hackernews photos
2020-05-05
01:00:12
# e7195e2
adding hacker
2020-05-05
00:59:15
# 052c698
Creating new data
2020-05-04
20:44:39
# 5714548
update readme
2020-05-04
14:21:38
# 3bc61b2
fix docs bug
2020-05-04
08:18:38
# 988787a
test ubereats
2020-05-04
07:37:53
# 091f0e3
Adding is_open column
2020-05-04
01:08:24
# 0702c4c
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-05-04
05:03:58
# 7e566af
Fix ubereats null error bug
2020-05-04
04:02:24
# be18ac1
m
2020-05-04
03:56:52
# 1c98ad1
Amazon complete
2020-05-04
03:51:37
# 95ef944
push
2020-05-04
03:50:17
# 1f4fde2
test
2020-05-04
03:48:37
# 05edbd7
Add compelling image to Amazon
2020-05-04
03:45:14
# 865c813
te
2020-05-04
03:44:08
# 7aa7747
h
2020-05-04
03:42:28
# 5b19494
bold
2020-05-04
03:40:36
# c533158
help
2020-05-04
03:39:02
# f622844
working
2020-05-04
03:38:24
# 3e9f129
Test
2020-05-04
03:37:16
# 99beb75
me
2020-05-04
03:35:59
# 56e8387
spacing
2020-05-04
03:35:11
# 0441819
help
2020-05-04
03:34:25
# 97e77c4
help
2020-05-04
03:32:16
# 42e6106
More visuals
2020-05-04
03:30:14
# 7eda3b7
Test
2020-05-04
03:28:47
# ff3173d
Test center
2020-05-04
03:27:03
# 0a36d6b
Test center
2020-05-04
03:23:42
# 19af360
centered
2020-05-04
03:22:15
# c437d3c
View more pictures
2020-05-04
03:09:01
# ab52ba1
Test image
2020-05-04
03:05:09
# 4aa3020
Adding photos for Amazon gallery
2020-05-04
02:57:58
# 9b7c35f
Adding condition column to Amazon site adapter
2020-05-02
17:02:54
# 9e4ba41
Previous fix for Chrome not crashing prevented Firefox AJAX requests. Now works as intended.
2020-05-02
17:00:48
# 9634153
Fixed Airbnb site adapter to allow multiple classes for fallback
2020-05-02
15:38:38
# 7063799
Merge pull request #18 from geoffreylitt/AJAXScrapingAfterOverhaul
2020-05-02
15:38:06
# 2a296ce
Merge branch 'master' into AJAXScrapingAfterOverhaul
2020-05-02
14:19:09
# 3a53cc6
Reversed general airbnb site adapter fix to instead be made on master
2020-05-02
14:04:32
# 20d9dd7
Made AJAX scraping Firefox-specific. Wildcard no longer crashes on other browsers.
2020-04-28
23:21:45
# c1b023c
UberEats working in AJAX
2020-04-28
02:37:52
# a7e116f
Ajax-scraped rows now update to show in the wildcard table
2020-04-27
23:00:28
# 741f262
Site adapters are now able to specify how to scrape AJAX requests. Not showing in the wildcard table yet though.
2020-04-28
02:30:32
# 09048a0
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-04-28
02:21:54
# e91c3e3
Fixed 'undefined' bug in UberEats
2020-04-27
17:56:20
# 3be8a4c
Fixed YouTube table display issue by increasing z-index.
2020-04-27
17:07:49
# 22d278b
Fixed errors in the airbnb and youtube site adapters.
2020-04-27
12:55:53
# 5f0f7d3
bunch of docs
2020-04-24
12:07:09
# 82b6c12
annotate correctly when an annotation doesn't match the page
2020-04-24
12:07:03
# c0bdb6d
better column widths
2020-04-24
12:06:53
# e86c205
better output from chrome autoreloader
2020-04-24
11:51:49
# fb6a6df
handle case where annotated row isn't present in current page
2020-04-23
23:12:02
# 1967b9c
oops fix local storage annotaitons
2020-04-23
23:09:29
# bf96c90
show sort order correctly in the table
2020-04-23
22:46:20
# 463cf40
persist annotations and sort order
2020-04-23
18:41:47
# 78d4574
add support for custom row selection styling
2020-04-23
18:31:23
# 43b6dec
add back basic selection highlighting
2020-04-23
17:17:14
# b43756f
basic open close button
2020-04-09
21:55:00
# 2ef9898
Overhaul the entire framework into a new design
2020-04-17
14:38:01
# 3d80551
update firefox instructions
2020-04-14
21:42:54
# 6165f48
update readme
2020-04-14
21:37:33
# 641902d
update release instructions
2020-04-14
21:34:34
# 4a248db
add release notes to readme
2020-04-14
21:23:22
# 418fbf3
remove dist from git
2020-04-14
01:08:06
# f3027a8
Fixed the issue of users not being able to see what they are typing in user columns
2020-04-11
04:33:54
# 156fd23
Fixed parsing of underscores + fixed bug in Amazon site adapter
2020-04-10
20:59:47
# fcfa336
Added Firefox instructions to READme, added web-ext module for autoreloading changes to Firefox browse
2020-04-10
20:30:02
# 7b37661
Mozilla updates
2020-04-10
10:24:15
# e07653d
Merge pull request #15 from Glench/patch-1
2020-04-09
17:30:29
# 688feb1
Update youtube.ts
2020-04-08
16:17:18
# 26c5494
Quick fix to price calculations in Amazon site adapter
2020-04-08
11:11:45
# a5f4366
add instacart adapter
2020-04-06
14:08:32
# 9e2a5ab
readme tweaks
2020-04-05
20:02:43
# d049ef8
Added instructions to install extension on Edge
2020-03-23
23:26:35
# 84c665e
Everything working
2020-03-10
15:53:14
# 23cf597
Implemented YouTube site adapter
2020-03-10
04:46:54
# c3157ca
Uber eats working, amazon not
2020-03-09
12:55:32
# 7cec840
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-03-09
12:30:16
# 8a58e6c
Created first pass at YouTube site adapter
2020-02-16
22:40:53
# a1932cd
Add real formula language
2020-03-05
12:51:31
# b683583
Fixed illegal invocation error, spec errors in loadData, and added boolean type to DataValue
2020-03-04
17:45:40
# a0c6886
update readme
2020-03-03
13:44:53
# 4c2e865
uber eats partially, amazon fully working - save book listing
2020-03-03
09:49:36
# 6fc0b55
Revert "Modified isInstanceof to check for HTMLInputElement"
2020-03-03
09:21:10
# c5c922b
add dist folder to git
2020-03-03
09:18:31
# 9bcf1f6
update readme
2020-03-03
09:17:53
# 37eced2
update install instructions
2020-03-01
03:46:41
# 6c1f912
fixed name bug
2020-03-01
03:07:37
# 4c6e35e
Modified isInstanceof to check for HTMLInputElement
2020-03-01
03:02:21
# 6458700
UberEats site adapter
2020-02-27
17:55:49
# 2c88129
Created adapter for the weather channel's hourly forecast
2020-02-26
22:13:27
# 5cd8f50
Fixed some of the style issues with the text editor inside of blogger
2020-02-24
17:57:41
# c1580ae
start uber eats adapter
2020-02-24
14:12:31
# 24d241f
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-02-24
14:12:01
# 89fe3ee
Fixed issue with core when the renderer attribute was not specified
2020-02-23
02:37:52
# 89acd6a
Fixing merge conflict.
2020-02-23
02:36:36
# ecdb26b
Added public Google Calendar to Expedia
2020-02-22
14:05:30
# c9b203d
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-02-22
14:04:34
# 9c5d33f
Added functionality for actual documents to be edited without the HTML source being visible. Updated blogger site adapter for this and implemented functionality in core.
2020-02-20
18:02:12
# 2491611
update docs
2020-02-19
17:36:18
# 6f57b3c
Fixed blogger site adapter to fit with new site adapter framework
2020-02-18
13:54:39
# 3b41f2d
Merge branch 'master' of https://github.com/geoffreylitt/wildcard
2020-02-18
13:50:08
# be106c4
Implemented a rich text editor cell editor for source html. Made this testable on Expedia and through a new site adapter for Blogger.
2020-02-17
11:14:24
# d75308c
tweak readme
2020-02-16
18:40:41
# c378263
remember filters too
2020-02-16
18:29:50
# 8ed7738
persist sort order
2020-02-16
17:53:48
# 998f1d8
restyle the toggle button
2020-02-16
17:24:42
# bdad5e7
add HN adapter, refactor adapter API
2020-02-10
11:00:22
# 1fd4a2a
update docs again
2020-02-10
10:58:58
# 9cc2a99
update docs
2020-02-10
10:58:45
# 895aa1d
more docs
2020-02-10
10:57:55
# 1bc2f96
improve docs
2020-02-10
10:52:43
# 2a4078c
improve site adapter docs
2020-02-10
10:45:11
# 0e1da9c
try fixing GH pages docs
2020-02-10
10:42:10
# dc442b9
Set theme jekyll-theme-slate
2020-02-10
10:41:24
# 15aa1b7
re-add docs
2020-02-10
10:39:10
# ed36104
more polish
2020-02-10
10:24:24
# 57cb1a8
no docs online yet
2020-02-10
10:23:38
# 5b05075
Merge branch 'refactor-extract'
2020-02-10
10:23:31
# 47a573d
re-remove docs
2020-02-10
10:23:03
# 28ff5b0
remove docs again from git
2020-02-10
10:21:58
# c3c23e7
expedia highlighting
2020-02-10
10:10:38
# aa0da9f
re-enable Expedia adapter, cell editing
2020-02-10
09:39:44
# bff49d7
extract data from HTML elements
2020-02-10
09:02:37
# 01947ef
add docs to git
2020-02-10
09:02:06
# e6a8c1d
add docs to git
2020-02-10
09:01:55
# 595710e
add docs to git
2020-02-09
15:34:02
# 27eec9f
Airbnb working on the refactor
2020-02-09
14:44:10
# 5b25397
add docs
2020-02-09
14:36:51
# 582261c
make reload triggers optional
2020-02-09
14:25:33
# 80f752d
remove todomvc mutation observers
2020-02-09
14:25:01
# 3ff7e1e
make row container optional
2020-02-09
14:13:31
# 434cb30
flatten adapter options
2020-02-09
13:28:15
# 3d865e9
add stub instructions
2020-02-09
13:19:11
# fd321f7
update airbnb site adapter
2020-02-09
13:13:34
# 449209b
basic architecture workign
2020-02-09
13:07:39
# c5008d2
reworking adapter architecture
2020-02-09
11:48:41
# 2d11d69
make expedia origin editable
2020-02-07
11:19:33
# aa32ca5
remove dist from git
2020-02-07
11:09:39
# f4db1a1
remove test code
2020-02-07
10:56:06
# bbee4ea
auto-update chrome extension in development
2020-02-06
15:49:33
# c8f6343
update readme
2020-02-06
15:37:13
# 59350b7
clean up code and readme
2020-02-04
11:16:08
# f7a4b35
fix rollup config; package as Chrome extension
2020-01-31
17:08:45
# dacbc22
add some more instructions
2020-01-13
14:48:32
# 168ef6f
todomvc demo
2020-01-12
23:13:06
# 8b88c19
getting closer on snoozing
2020-01-12
21:59:39
# 2338a6d
basic todomvc adapter
2020-01-12
16:27:46
# dabc9c7
started working on todomvc adapter
2020-01-02
22:47:36
# 970cc16
various fixes
2019-12-30
14:33:21
# 1a34a31
expedia demo recovered
2019-12-30
14:14:10
# 24dd44a
got datepicker basically working again, although highlighting is wonky
2019-12-22
23:30:49
# ca988f3
doc stub
2019-12-22
23:26:18
# 7cdbc0b
fix docs command
2019-12-22
23:25:34
# 609b4d4
tweaks
2019-12-22
23:13:06
# a700040
move wildcard to typescript'
2019-12-22
22:25:22
# 55fa8d5
basic sorting working
2019-12-22
16:10:58
# f945e08
add price and rating
2019-12-22
15:51:14
# 6a6fb4b
bring styles in from node_modules
2019-12-22
15:08:09
# 39d9110
got airbnb basically running on the new plugin
2019-12-22
14:04:01
# 4ae97b2
switch over to rollup for the airbnb demo
2019-12-22
13:53:21
# 0d234c3
finish the rename
2019-12-22
13:48:28
# e709d21
rename
2019-12-04
23:44:43
# 3856f25
all kinda working
2019-12-04
23:34:28
# 16d7c3d
janky but working
2019-12-04
19:03:32
# c32246d
getting closer
2019-12-04
18:46:37
# 1032ed6
moved css into rollup; have calendar showing up
2019-12-03
23:47:43
# ab15dbb
remove unnecessary files
2019-12-03
23:47:26
# cab71db
got rollup working
2019-12-03
23:00:37
# 9042c86
a password-style editor as a demo
2019-12-03
22:31:01
# 18d1f66
basic datepicker done
2019-12-03
17:42:40
# 9a4d4ee
some bidi working
2019-12-03
17:34:43
# e636c01
react to changes in the page
2019-12-03
17:21:35
# 1b099f9
start datepicker demo with proper separation of concerns
2019-12-02
23:42:24
# 692c7b3
start a datepicker stub
2019-12-02
23:24:59
# fdd79c5
airbnb demo basically working
2019-11-14
11:42:48
# 5e523b0
walk score demo basically working
2019-11-13
19:43:33
# 366c4e7
trying some stuff
2019-11-12
21:21:13
# 8cc8a3e
other
2019-11-12
17:07:37
# ec72988
load ajax data into page
2019-11-12
16:54:15
# 5f99c7c
got ajax data into the extension
2019-11-05
14:30:06
# 7383e66
open close table
2019-11-05
14:24:49
# 15d3db9
open close table view
2019-11-05
14:11:04
# 2792264
scroll matching
2019-11-05
13:46:50
# 9772f13
persisted user data
2019-11-05
11:56:38
# 338f70a
injecting user data
2019-11-04
20:21:39
# e208754
sorting, favoriting
2019-11-04
19:28:02
# ac9da6e
controlling the page