Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .nojekyll
Empty file.
42 changes: 2 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,9 @@
<meta name="keywords" content="writing, distraction-free">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="main.js"></script>
<script src="/src/index.jsx" type="module" defer></script>
</head>
<body>
<main>
<textarea tabindex="-1" placeholder="start writing..." spellcheck="false"></textarea>
<footer>
<div><!--
--><span id="WordCount">0 words</span><!--
--><span class="separator">·</span><!--
--><span id="CharacterCount">0 chars</span><!--
--><span class="separator">·</span><!--
--><span id="TimeToRead">Nothing to read</span><!--
--></div>
<div class="footerControls"><!--
--><span><!--
--><select id="fontSelector"><!--
--><optgroup label="Serif"><!--
--><option value="'Courier Prime', serif">Courier Prime</option><!--
--><option value="'Merriweather', serif">Merriweather</option><!--
--></optgroup><!--
--><optgroup label="Sans Serif"><!--
--><option value="'Atkinson Hyperlegible', sans-serif">Atkinson Hyperlegible</option><!--
--><option value="'Geologica', sans-serif">Geologica</option><!--
--></optgroup><!--
--><optgroup label="Monospace"><!--
--><option value="'Cousine', monospace" selected>Cousine</option><!--
--><option value="'Ubuntu Mono', monospace">Ubuntu Mono</option><!--
--></optgroup><!--
--></select><!--
--><input type="number" id="fontSize" name="fontSize" min="12" max="100" value="20"><!--
--><label for="fontSelector"> Font</label><!--
--></span><!--
--><span class="separator">·</span><!--
--><span><!--
--><input type="checkbox" id="EnableSpellCheck" name="EnableSpellCheck"><!--
--><label for="EnableSpellCheck"> Enable Spell Check</label><!--
--></span><!--
--></div>
</footer>
</main>
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>

15 changes: 15 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true,
},
}
75 changes: 0 additions & 75 deletions main.js

This file was deleted.

Loading