Skip to content

Commit

Permalink
Add example of editor history import
Browse files Browse the repository at this point in the history
  • Loading branch information
Inwerpsel committed May 20, 2024
1 parent 9691f06 commit a31a167
Show file tree
Hide file tree
Showing 2 changed files with 2,662 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ please let me know in a [new issue](https://github.com/Inwerpsel/use-theme-edito
order, and thus specificity. Specifically this happens if you change properties that should be overridden
by a more specfic scope. For example: `.btn` and `.btn-primary`. This currently happens if you create an alias
for a property on `.btn`.
</details>

#### Big page with most things
[πŸ–Œ Cheatsheet](https://inwerpsel.github.io/use-theme-editor/demo/bs/cheatsheet/)
#### Loading an export of editor history
You can import and editor session by saving this JSON file: https://github.com/Inwerpsel/use-theme-editor/blob/main/data/histories/bs-crystal-buttons.json

Then, use the "Import history JSON" in the "Import/export" panel to load the session from this file.

It attempts to restore the scroll position, which may not fully work if the screen size is too small.

#### Smaller pages
[πŸ–Œ album](https://inwerpsel.github.io/use-theme-editor/demo/bs/album)
[πŸ–Œ blog](https://inwerpsel.github.io/use-theme-editor/demo/bs/blog)
Expand Down Expand Up @@ -104,6 +108,10 @@ please let me know in a [new issue](https://github.com/Inwerpsel/use-theme-edito
[πŸ–Œ sticky-footer](https://inwerpsel.github.io/use-theme-editor/demo/bs/sticky-footer)
[πŸ–Œ sticky-footer-navbar](https://inwerpsel.github.io/use-theme-editor/demo/bs/sticky-footer-navbar)

</details>

#### Big page with most things
[πŸ–Œ Cheatsheet](https://inwerpsel.github.io/use-theme-editor/demo/bs/cheatsheet/)
### Openprops ([source](https://open-props.style/))

<details>
Expand Down
Loading

0 comments on commit a31a167

Please sign in to comment.