Skip to content

Commit

Permalink
Getting plugin to work on mobile devices.
Browse files Browse the repository at this point in the history
Reimplementing on top of [Quorafind/Obsidian-Svelte-Starter](https://github.com/Quorafind/Obsidian-Svelte-Starter)
  • Loading branch information
tokenshift committed Nov 9, 2022
1 parent 10443dd commit 445dc23
Show file tree
Hide file tree
Showing 19 changed files with 8,316 additions and 10,288 deletions.
2 changes: 1 addition & 1 deletion .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_style = space
indent_size = 4
tab_width = 4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
coverage/
styles.css
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0] - 2022-11-09

### Added

* Mobile support! Tested in iPad (2019) and Android (Pixel 6) so far.

### Modified

* Reimplementing on top of [Quorafind/Obsidian-Svelte-Starter](https://github.com/Quorafind/Obsidian-Svelte-Starter)
to get it working on mobile devices.

## [0.1.1] - 2022-11-08

### Modified
Expand Down
50 changes: 0 additions & 50 deletions esbuild.config.mjs

This file was deleted.

5 changes: 0 additions & 5 deletions jest.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-page-gallery",
"name": "Page Gallery",
"version": "0.1.1",
"version": "0.2.0",
"minAppVersion": "0.15.0",
"description": "Creates an embeddable gallery based on selected page contents.",
"author": "Nathan Clark",
Expand Down
Loading

0 comments on commit 445dc23

Please sign in to comment.