forked from raycast/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add:command - Merge pull request raycast#18 from wisdom-plus/pubilc - add:categries - version_up - Merge pull request raycast#17 from wisdom-plus/type - fix:type - Merge pull request raycast#16 from wisdom-plus/cached_error - fix:pingjoplin - fix:cached - Merge pull request raycast#13 from wisdom-plus/README - add:metadata - add:README - Merge pull request raycast#11 from wisdom-plus/applescript - rm:applescript - change:icon image - Merge pull request raycast#9 from wisdom-plus/untils - add:raycast react hooks - fix:useGetPath - add:usePingJoplin - wip:refactring:api - add:untils runAppleScript - add:package raycast untils - Merge pull request raycast#1 from wisdom-plus/version_up - fix:localhost - upgrade: packerage - Merge pull request raycast#1 from tomoron/joplin - pref:resetResult - pref:Loading - fix:fetch - pref:await - fix:description - add:pingjoplin - pref:port - change:icon - add:joplin icon and delete command icon - add:Icon and Color - pref:error detail - fix:error - add:state error - add:api catch error - add:toast - add:loding - pref:api then - fix:letter case - add:NoteDetail - replace:useGetPath() - add:useGetPath - rename:type - rename:notedata - fix:typo - add:joplinbundleid - fix:raycastbundleid - replece:fetchnotes - pref:promise await - rm:import runapplescript - add:BundleId - mv:runapplescripts - add:applescripts.ts - add:open raycast - add:delay - rm:comment - fix:Joplin is running not open - pref:NotesList - add:fix:props - add:noteslist - pref:url - add:constnts.ts - add:api.ts - add:types.ts - commentout - add:applescript - add_packeage:run-applescript - add:read token - fix:type - add:preferences token - add:open - add:open joplin - rm:comment - add:url fields - pref:fetch search - add:result map - add:fetch - add_package:node-fetch - add:searchText - init
- Loading branch information
1 parent
dc05d68
commit 2653c79
Showing
20 changed files
with
3,398 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"root": true, | ||
"env": { | ||
"es2020": true, | ||
"node": true | ||
}, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": ["@typescript-eslint"], | ||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# misc | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# search joplin notes Changelog | ||
|
||
## [Add metadata] - 2023-9-18 | ||
|
||
Add ScrieenShots | ||
|
||
## [New Commands] - 2023-9-17 | ||
|
||
Add support for serarch notes in Joplin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Search Joplin Notes | ||
|
||
search and view in your joplin notes | ||
|
||
## Troubleshooting | ||
|
||
### I cannot find the Joplin notes from Raycast | ||
|
||
If you are unable to invoke Joplin note from Raycast, please check the following two points: | ||
|
||
- Is the Joplin authentication token correct? | ||
- Is the Joplin web clipper service enabled? | ||
|
||
### Check if the web clipper service is enabled | ||
|
||
- Open Joplin settings. | ||
- Select the web clipper service tab and ensure the web clipper service is enabled. | ||
- Additionally, set the authentication token found below to Raycast. | ||
|
||
If the instructions are unclear, please refer to the official website's help section. | ||
|
||
[Joplin Help](https://joplinapp.org/help/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.