Skip to content

Commit

Permalink
Add search-joplin-notes extension
Browse files Browse the repository at this point in the history
- 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
wisdom-plus committed Sep 24, 2023
1 parent dc05d68 commit 2653c79
Show file tree
Hide file tree
Showing 20 changed files with 3,398 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/search-joplin-notes/.eslintrc.json
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"]
}
7 changes: 7 additions & 0 deletions extensions/search-joplin-notes/.gitignore
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
4 changes: 4 additions & 0 deletions extensions/search-joplin-notes/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
9 changes: 9 additions & 0 deletions extensions/search-joplin-notes/CHANGELOG.md
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
22 changes: 22 additions & 0 deletions extensions/search-joplin-notes/README.md
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.
Loading

0 comments on commit 2653c79

Please sign in to comment.