This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
joplin
Watch
1
Star
0
Fork
0
You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced
2024-12-15 09:04:04 +02:00
Code
Issues
Releases
Activity
f325e7694b
joplin
/
packages
/
app-desktop
/
services
/
plugins
/
plugin_index.html
6 lines
97 B
HTML
Raw
Normal View
History
Unescape
Escape
All: Add support for application plugins (#3257)
2020-10-09 19:35:46 +02:00
<
html
>
<
head
>
Desktop: Enforce utf-8 charset for plugin scripts (#4509)
2021-02-23 12:53:19 +02:00
<
meta
charset
=
"UTF-8"
>
All: Add support for application plugins (#3257)
2020-10-09 19:35:46 +02:00
<
script
src
=
"./plugin_index.js"
>
<
/
script
>
Plugins: Improved note change event handling. Also added tests and improved debugging plugins.
2020-12-01 16:08:41 +02:00
<
/
head
>
All: Add support for application plugins (#3257)
2020-10-09 19:35:46 +02:00
<
/
html
>
Reference in New Issue
Copy Permalink