Skip to content

Commit

Permalink
Add search-joplin-notes extension (#8556)
Browse files Browse the repository at this point in the history
* Add search-joplin-notes extension

- add:command
- Merge pull request #18 from wisdom-plus/pubilc
- add:categries
- version_up
- Merge pull request #17 from wisdom-plus/type
- fix:type
- Merge pull request #16 from wisdom-plus/cached_error
- fix:pingjoplin
- fix:cached
- Merge pull request #13 from wisdom-plus/README
- add:metadata
- add:README
- Merge pull request #11 from wisdom-plus/applescript
- rm:applescript
- change:icon image
- Merge pull request #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 #1 from wisdom-plus/version_up
- fix:localhost
- upgrade: packerage
- Merge pull request #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

* Update CHANGELOG.md

* Update package.json

* 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 Oct 10, 2023
1 parent 16f7f61 commit 7fdec72
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-09-18

Added metadata

## [New Commands] - 2023-09-17

Add support for searching 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 7fdec72

Please sign in to comment.