1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/core/modules/startup
Tobias Beer 88a65f038e Add a "close plugin library" button (#2072)
* provides a "close plugin library" button

* starting from #1718 by @inmysocks
* possibly fixes all of #1718, #1597,  and #2067

* corrected code comment

* add back title

No idea why I overlooked this beforehand.

Next time I will not suggest such changes that have little to do with
the PR, but rather just comment the code.

* ah, sorry, "fixed" wrong spot

now

```
<$action-sendmessage $message="tm-load-plugin-from-library"
url={{!!url}} title={{$(assetInfo)$!!original-title}}/>
```

...should be back at the right spot.

* mhhh... still fixing the mess

load, unload, puh... let's see if I got it now

* added unloadIFrame and minor syntax fixes
2017-02-22 12:15:26 +00:00
..
browser-messaging.js Add a "close plugin library" button (#2072) 2017-02-22 12:15:26 +00:00
commands.js Report command errors through $tw.utils.error 2014-10-21 19:31:50 +01:00
favicon.js Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
info.js Introduce info mechanism 2014-07-20 18:07:30 +01:00
load-modules.js Refine node vs. browser behaviour 2014-12-18 19:52:15 +00:00
password.js added localisation for encryption dialog & de-DE translation 2015-03-18 18:52:33 +01:00
render.js Allow drafts typing timeout to be configured 2015-05-11 20:15:42 +01:00
rootwidget.js Extend notification handler to accept variables 2016-07-03 14:55:41 +01:00
startup.js Remove extraneous console.log 2016-08-16 15:48:25 +01:00
story.js Add page print button 2016-10-20 09:44:52 +01:00
windows.js Refinements to 87fa7f972c 2016-10-18 16:39:18 +01:00