Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Mar 14, 2024
1 parent 7dd6891 commit 563a8af
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 558 deletions.
2 changes: 1 addition & 1 deletion go/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -156523,7 +156523,7 @@ ${"-".repeat(err.pos)}^`;
title: "An attractive title",
description: "The most attractive description ever!",
meta: ``,
libraries: ['https://cdnjs.cloudflare.com/ajax/libs/picocss/1.5.7/pico.classless.min.css', 'https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.css', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css', 'https://michaelsboost.github.io/kodeWeave/go/libraries/tailwind/tailwind.min.js'],
libraries: ['https://cdnjs.cloudflare.com/ajax/libs/picocss/1.5.7/pico.classless.min.css', 'https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.css', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'],
markdown: ``,
html: ``,
css: ``,
Expand Down
6 changes: 3 additions & 3 deletions go/editor.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EditorView, lineNumbers, highlightActiveLineGutter, highlightSpecialChars, drawSelection, dropCursor, rectangularSelection, crosshairCursor, highlightActiveLine, keymap } from '@codemirror/view';
import { EditorState, StateField, EditorSelection, StateEffect } from '@codemirror/state';
import { foldGutter, indentOnInput, syntaxHighlighting, defaultHighlightStyle, bracketMatching, foldKeymap, foldAll, unfoldAll, syntaxTree, syntaxTreeAvailable } from '@codemirror/language';
import { EditorState } from '@codemirror/state';
import { foldGutter, indentOnInput, syntaxHighlighting, defaultHighlightStyle, bracketMatching, foldKeymap, foldAll, unfoldAll} from '@codemirror/language';
import { history, undo, redo, indentWithTab, indentMore, indentLess, defaultKeymap, historyKeymap, toggleComment} from '@codemirror/commands';
import { openSearchPanel, gotoLine, highlightSelectionMatches, searchKeymap } from '@codemirror/search';
import { closeBrackets, autocompletion, closeBracketsKeymap, completionKeymap } from '@codemirror/autocomplete';
Expand All @@ -26,7 +26,7 @@ let defaultProject = {
title: "An attractive title",
description: "The most attractive description ever!",
meta: ``,
libraries: ['https://cdnjs.cloudflare.com/ajax/libs/picocss/1.5.7/pico.classless.min.css', 'https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.css', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css', 'https://michaelsboost.github.io/kodeWeave/go/libraries/tailwind/tailwind.min.js'],
libraries: ['https://cdnjs.cloudflare.com/ajax/libs/picocss/1.5.7/pico.classless.min.css', 'https://michaelsboost.com/TailwindCSSMod/tailwind-mod.min.css', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'],
markdown: ``,
html: ``,
css: ``,
Expand Down
11 changes: 0 additions & 11 deletions go/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

92 changes: 0 additions & 92 deletions go/node_modules/@codemirror/theme-one-dark/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions go/node_modules/@codemirror/theme-one-dark/LICENSE

This file was deleted.

46 changes: 0 additions & 46 deletions go/node_modules/@codemirror/theme-one-dark/README.md

This file was deleted.

141 changes: 0 additions & 141 deletions go/node_modules/@codemirror/theme-one-dark/dist/index.cjs

This file was deleted.

Loading

0 comments on commit 563a8af

Please sign in to comment.