mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
29599baa3b
@ -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]]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
29
editions/tw5.com/tiddlers/saving/Saving with Polly.tid
Normal file
29
editions/tw5.com/tiddlers/saving/Saving with Polly.tid
Normal file
@ -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
|
@ -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""">>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user