-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this will also help me create an error dialog later but uhhhhh how tf do i hook up open/close functionality to it
- Loading branch information
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
export interface InfoModalProps { | ||
id: string; | ||
} | ||
const { id } = Astro.props as InfoModalProps; | ||
--- | ||
|
||
<dialog | ||
id={id} | ||
style="position: absolute; top:50%; bottom:50%; max-width: 65%;" | ||
> | ||
<slot /> | ||
</dialog> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
--- | ||
|
||
- Search words or phrases up to **6 words long**: `musi mute a` | ||
- Search **multiple phrases at once** with commas `,`: `toki, pona` | ||
- Use **wildcard** `*` in place of a word to get top phrases: `ona li *` | ||
- **Add** phrases with `+`: `ale + ali` | ||
- **Subtract** with `-`: `toki - toki pona` | ||
- Set a **minimum sentence length** by adding `_1-6` to a phrase: | ||
`toki_2, toki_3` | ||
- The sentences menu sets the **minimum sentence length** for **all searches** | ||
- The **Relative scale** shows the percentage of times a word appeared | ||
- The **Absolute scale** shows the number of times a word appeared | ||
- **Smoothing** averages out noisy graphs, but too much can be misleading | ||
- The rest is weird or complicated- use the defaults or | ||
[check the help page](/ilo-muni/help) | ||
- **o musi pona, o alasa pona! Have fun, search responsibly!** |
This file contains 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