Skip to content

Commit 9a1130b

Browse files
authored
fix grammar cause it was weird.
prolly should add a good readme but i'm too lazy to thing of what I should puut. currently it's generated by chatgpt based on a description of the site T_T
1 parent 84ef219 commit 9a1130b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SimpleTools
22

3-
A collection of simple web tools built with SolidJS, Vite, and TypeScript.
3+
A compact suite of web tools crafted with SolidJS, Vite, and TypeScript.
44

55
## Features
6-
- **Notebook**: Markdown supported, auto-save to IndexedDB, organized by notebooks and pages.
7-
- **HTML Viewer**: Real-time preview of HTML/CSS/JS.
8-
- **Theming**: Custom YAML-based themes with live preview in settings.
9-
- **Speedy AI powered citation generator**: Super quick, faster than Scribr + MyBib
6+
- Notebook: Markdown support, auto-save to IndexedDB, organized by notebooks and pages.
7+
- HTML Previewer: Real-time preview of HTML/CSS/JS.
8+
- Theming: Custom YAML-driven themes with live preview in Settings.
9+
- Lightning-fast AI-powered citation generator: Ultra-quick, faster than Scribr + MyBib
1010

1111
## Setup
1212
1. `npm install`
1313
2. `npm run dev`
1414

1515
## Themes
16-
Themes are located in `public/themes/`. You can add your own YAML file there adhering to the schema:
16+
Themes live in `public/themes/`. Drop in your own YAML file there, following the schema:
1717
```yaml
1818
name: MyTheme
1919
mainColor: "#hex"

0 commit comments

Comments
 (0)