Skip to content

Commit

Permalink
Add Shiori extension (raycast#10540)
Browse files Browse the repository at this point in the history
* feat: Add shiori extension

* assets: update icons and screenshots

* lint: prefer const

* npm: update lock file

* lint: autofix

* refactor: general improvements

* assets: screenshots

* Update package.json

* Update addBookmark.tsx

* update

* Update addBookmark.tsx

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent bb17c63 commit 7514345
Show file tree
Hide file tree
Showing 13 changed files with 2,641 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/shiori/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/shiori/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/shiori/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/shiori/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Shiori Changelog

## [Initial Version] - 2024-01-21
3 changes: 3 additions & 0 deletions extensions/shiori/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Shiori

Interact with Shiori the bookmark manager
Binary file added extensions/shiori/assets/shiori-icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shiori/assets/shiori-icon-original.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shiori/metadata/shiori-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7514345

Please sign in to comment.