Skip to content

Commit

Permalink
Synonyms, fix whitespace, add Test, update readme, add first J phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Jul 26, 2019
1 parent 967c2ae commit da9c450
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 241 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ For example, for a white interface looking for "find", use [aplcart.info?w&q=fin

## Scope

To answer *how do I* questions, APLcart currently searches the following :
To answer *how do I* questions, APLcart currently searches over 2000 entries:

- General syntax, like `name f←Y`
- Primitives, like `!`
Expand Down
1 change: 1 addition & 0 deletions Test.dyalog
@@ -0,0 +1 @@
Test{0::0 1File }
4 changes: 2 additions & 2 deletions aplcart.css
Expand Up @@ -6,9 +6,9 @@ i,td:nth-child(n+3){display:none}
body{filter:invert(.85);background:#444;color:#222;overflow:hidden;position:relative;font-size:16px}
.b{filter:invert(1);background:#222} .w{filter:invert(0);background:#ddd}
div{background:#fff;height:calc(100vh - 13ex);overflow-y:scroll;overflow-x:hidden}
#t{width:100%;table-layout:fixed;color:#333}
#t{width:100%;table-layout:fixed;color:#333;white-space:pre-wrap}
tr:hover td{color:#000}
td{padding:.5em;}
td{padding:.5em}
td:first-child{word-wrap:break-word}
#z{margin-top:1ex;display:inline-block;width:calc(100% - 1.75em)}
#q{width:calc(100vw - 15em);border:none;border-radius:0 1em 1em 0;font-size:medium;padding-right:1.1em}
Expand Down

0 comments on commit da9c450

Please sign in to comment.