Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rhenryw/SimpleTools

Repository files navigation

SimpleTools

A compact suite of web tools crafted with SolidJS, Vite, and TypeScript.

This README was just made by gpt until I actually make one. Not a super detailed one either

Features

  • Notebook: Markdown support, auto-save to IndexedDB, organized by notebooks and pages.
  • HTML Previewer: Real-time preview of HTML/CSS/JS.
  • Theming: Custom YAML-driven themes with live preview in Settings.
  • Lightning-fast AI-powered citation generator: Ultra-quick, faster than Scribr + MyBib (Powered by Pollinations

Setup

  1. npm install
  2. npm run dev

Themes

Themes live in public/themes/. Drop in your own YAML file there, following the schema:

name: MyTheme
mainColor: "#hex"
color2: "#hex"
backgroundColor: "#hex"
textColor: "#hex"
sidebarColor: "#hex"
accentColor: "#hex"

AltStyle によって変換されたページ (->オリジナル) /