This website requires JavaScript.
Explore
Help
Sign In
Joplin
/
joplin
mirror of
https://github.com/laurent22/joplin.git
Watch
1
Star
0
Fork
You've already forked joplin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
sqlcipher_support
joplin
/
packages
/
lib
/
services
/
plugins
/
utils
/
getPluginSettingKeyPrefix.ts
4 lines
81 B
TypeScript
Raw
Permalink
Blame
History
export
default
(
pluginId
:
string
)
:
string
=
>
{
return
`
plugin-
${
pluginId
}
.
`
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink