diff --git a/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid b/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid index 0ea575d17..fb360537f 100644 --- a/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +++ b/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid @@ -1,10 +1,10 @@ created: 20150630205511173 -modified: 20150630205632460 +modified: 20220226175543038 tags: title: Contributor License Agreement type: text/vnd.tiddlywiki Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community). -* For individuals use: [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-individual.md]] -* For entities use: [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-entity.md]] +* For individuals use: [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md]] +* For entities use: [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md]] diff --git a/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid b/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid index 9f924bfde..4fa2c1e35 100644 --- a/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +++ b/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid @@ -1,5 +1,5 @@ created: 20150630205653005 -modified: 20190115165616599 +modified: 20220226175503241 tags: title: Signing the Contributor License Agreement type: text/vnd.tiddlywiki @@ -8,7 +8,7 @@ Create a GitHub pull request to add your name to `cla-individual.md` or `cla-ent ''step by step'' -# Navigate to [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-individual.md]] or [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses/cla-entity.md]] according to whether you are signing as an individual or representative of an organisation +# Navigate to [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md]] or [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md]] according to whether you are signing as an individual or representative of an organisation # Ensure that the "branch" dropdown at the top left is set to `tiddlywiki-com` # Click the "edit" button at the top-right corner (clicking this button will fork the project so you can edit the file) # Add your name at the bottom diff --git a/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid b/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid index 8780d6cbb..8e246e128 100644 --- a/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid +++ b/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid @@ -4,7 +4,7 @@ created: 20160216191710789 delivery: Protocol description: Standard web protocol available on products such as Sharepoint method: save -modified: 20211129222601543 +modified: 20220222190056634 tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP Safari Saving Windows iOS Edge title: Saving via WebDAV type: text/vnd.tiddlywiki @@ -66,6 +66,8 @@ When you do, an authentication dialog will come up. Use your email address that You should be able to load the file and save changes back in place. +!! Paid Hosting + !!! pCloud //''pCloud''// is cloud service with servers in Europe and the United States. When you sign up, you need to select which server location is best for you. Then in your web browser, sign in to the service. Upload the file you wish to access via the browser interface. Then, in another tab, open either diff --git a/editions/tw5.com/tiddlers/saving/Saving with Polly.tid b/editions/tw5.com/tiddlers/saving/Saving with Polly.tid new file mode 100644 index 000000000..60ae74087 --- /dev/null +++ b/editions/tw5.com/tiddlers/saving/Saving with Polly.tid @@ -0,0 +1,29 @@ +caption: Polly +color: #29B6F6 +community-author: TiddlyTweeter +created: 20220223153410510 +delivery: Service +description: Batch script for saving downloaded TiddlyWiki files. +method: save +modified: 20220223160414274 +tags: Chrome Firefox [[Internet Explorer]] Linux Mac Opera Safari Saving Windows Edge +title: Saving with Polly +type: text/vnd.tiddlywiki + +[[Polly|https://github.com/Marxsal/polly]] is a batch file system using Windows //~PowerShell// to restore ~TiddlyWiki files from a specified download directory to their original home directory. + +Effectively, this becomes a new way to save your files, but with these features: + +* No binary executables +* Human-readable batch script. +* No special plugins in your ~TiddlyWiki file +* No special browser required +* No browser extension required. +* No need for node.exe running in background +* Total size expanded package only 100k +* Backups as regular file and/or zip to specified directories +* The ability to "parrot" extra copies to target directories (e.g. a Dropbox folder) + +It should be able to run anywhere that //~PowerShell// runs, including Windows, Linux, and Mac. + +https://github.com/Marxsal/polly \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid b/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid index b1930f4e8..1e94d6e89 100644 --- a/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid @@ -1,6 +1,6 @@ caption: linkcatcher created: 20131024141900000 -modified: 20211009122821108 +modified: 20220226121122574 tags: Widgets MessageHandlerWidgets TriggeringWidgets title: LinkCatcherWidget type: text/vnd.tiddlywiki @@ -25,3 +25,4 @@ The content of the `<$linkcatcher>` widget is displayed normally. |setTo |Value to be assigned by the `set` attribute | |actions |Actions to be performed when a link is caught. Within the action string, the variable "navigateTo" contains the title of the tiddler being navigated. <<.from-version "5.1.23">> the <<.def "modifier">> variable lists the modifier keys that are pressed when the action is invoked. The possible modifiers are ''ctrl'', ''ctrl-alt'', ''ctrl-shift'', ''alt'', ''alt-shift'', ''shift'' and ''ctrl-alt-shift'' | +<<.tip """<<.from-version "5.2.0">> For more complex use cases involving trapping the <<.param tm-navigate>> message consider the MessageCatcherWidget which provides greater flexibility""">> diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 67e6e3a0e..0933fcad0 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -479,3 +479,5 @@ Fred, @tw-FRed, 2021/12/04 Joseph Cosentino, @jc-ose, 2021-12-14 @davout1806, 2021/12/17 + +@pmario, @TiddlyVee, 2022/02/26