17 lines
No EOL
258 B
Markdown
17 lines
No EOL
258 B
Markdown
# Reload In Place
|
|
|
|
## Configuration
|
|
|
|
In `manifest.json`
|
|
|
|
```json
|
|
"plugins":{
|
|
"inlineNotes"
|
|
},
|
|
"pluginsParameters":{
|
|
"reloadInPlace": {
|
|
"blur": false,
|
|
"behavior": "instant"
|
|
}
|
|
},
|
|
``` |