Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
- CSS organization
- livecodes fonts update
- refactor class names/files
- share gist modal
- wordwrap attempt
- tags refining
- Codeium AI
  • Loading branch information
gapmiss committed Feb 21, 2024
1 parent 06a991a commit e569a83
Show file tree
Hide file tree
Showing 28 changed files with 1,630 additions and 1,504 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4
indent_style = space
indent_size = 2
tab_width = 2
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ or:
- [X] test Obsidian.md mobile app
- [X] onboarding, add tour to playground buttons
- [X] save as gist
- [ ] gist README
- [X] URL handler for opening a gist in Obsidian.md app
- [X] tags
- [ ] style settings support
Expand All @@ -67,7 +66,6 @@ or:
- [X] loading animation for search
- [ ] playground custom settings


## Tips

- [ ] cursor position and Obsidian.md commands when inside the playground iframe
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "livecodes-playground",
"name": "Livecodes Playground",
"name": "Livecodes",
"version": "0.8.1",
"minAppVersion": "0.15.0",
"description": "Livecodes code playground",
Expand Down
Loading

0 comments on commit e569a83

Please sign in to comment.