Jermolene
6de13e2f60
Update release note
2019-03-05 22:22:55 +00:00
Jermolene
a9e595c3f6
Dynaview: Add support for saving/restoring scroll position from local storage
2019-03-04 16:59:39 +00:00
Jermolene
477c41f843
Add tooltip attribute to select widget
2019-03-04 12:24:16 +00:00
Jermolene
2104017249
Browser-storage: Only save state tiddlers by default
...
And add it back to the prerelease now that it's a bit safer
2019-03-03 17:16:35 +00:00
Jeremy Ruston
148c1a0355
Clarify that filter operator brackets cannot be nested
2019-03-03 14:32:26 +00:00
Jermolene
36e76429b1
Add is[variable] filter
...
See discussion here https://groups.google.com/d/topic/tiddlywiki/4rEuAWc4EpM/discussion
2019-02-25 13:08:22 +00:00
Bimba Laszlo
181897514f
Add links to plugins made by @bimlas ( #3778 )
2019-02-19 12:33:31 +01:00
Jermolene
9d7d3fefa0
Split operator: Remove empty strings when splitting
...
See the discussion on 9b2d527; thanks @kookma
2019-02-08 15:59:07 +00:00
Jermolene
adb07ccba0
Add a test for all filter with blank operand
...
Actually quite a useful way to get all of the tiddlers that were passed into the filter.
2019-02-07 17:59:12 +00:00
Jermolene
9601e570af
Fix further typo in cdeabba
2019-02-07 15:07:21 +00:00
Jermolene
5c5628e10b
Fix typo in cdeabba
2019-02-07 15:00:39 +00:00
Jermolene
cdeabbaf56
Remove browser-storage plugin from main prerelease
...
But make sure it's in the "full" edition.
2019-02-07 14:53:59 +00:00
Jermolene
158f96a207
Fix split operator testcase
2019-02-07 12:48:23 +00:00
Jermolene
dc29acd656
Fixed bug with split operator
2019-02-07 12:45:07 +00:00
Jermolene
af40485e37
Docs updates
2019-02-07 11:19:06 +00:00
Jermolene
9b2d52716a
Add new string operators: length, join, split, concat etc.
2019-02-07 11:18:53 +00:00
Jermolene
f709641967
Upsdate release note
2019-02-06 18:22:29 +00:00
Jermolene
1c982fba2d
Fix sticky titles dropdown overlap
...
Fixes #3572
2019-02-06 14:20:34 +00:00
Jermolene
0ea00b59b0
Add numeric maths filter operators
...
There are other ways we could add maths to TW5 (including @EvanBalster's awesome https://github.com/EvanBalster/TiddlyWikiFormula ) but the approach here has the merit of simplicity because it reuses the existing filter evaluation mechanism. That means that it's not ordinary "2+2" maths, it's a unique list processing language...
Docs to come
Fixes #254
2019-02-06 14:19:55 +00:00
Jermolene
44c66b98a9
Add default prefix for tm-fold-all-tiddlers message
2019-02-05 16:01:24 +00:00
Jermolene
e31c5563ff
BrowserStorage: A new plugin to save tiddlers to local storage
...
Experimental at this point.
2019-02-03 12:51:15 +00:00
Jermolene
a4eb139f99
Innerwiki: Add support for draggable anchors
2019-02-01 10:43:42 +00:00
Jermolene
c4bb2110e3
Merge branch 'tiddlywiki-com'
2019-01-29 17:40:54 +00:00
Jermolene
8defe41458
Dynaview demo: Avoid hiding tiddlers that scroll out of view
...
We were getting some problems on Firefox/Safari whereby tiddlers would flicker between visible and invisible, spinning up my laptop fan.
2019-01-29 11:38:25 +00:00
Jermolene
b6d901f888
Innerwiki: Add support for SVG overlays
2019-01-28 18:21:24 +00:00
00SS
90b7961629
Update TiddlerFields.tid ( #3733 )
...
#3680 Was getting too complicated for me so opened a new PR
2019-01-27 19:29:13 +00:00
00SS
c5aa855ce6
Docs: add example to CountWidget.tid ( #3732 )
...
* Update CountWidget.tid
Just a simple example added.
* Update CountWidget.tid
Made a slight addition to conform with the same style used in the Examples section of the $text widget: TextWidget.tid
* Update CountWidget.tid
Modified to use the Documentation display macro:
`<<wikitext-example-without-html>>`
2019-01-27 19:28:42 +00:00
Jeremy Ruston
fc3227831f
Docs: fix HTTPS command typos
...
Fixes #3713
2019-01-27 14:35:58 +00:00
00SS
72ec4d05e4
Update Editor toolbar.tid ( #3720 )
...
Small corrections
2019-01-27 14:31:39 +00:00
00SS
07aeaaa1a4
Docs: Update Hidden Setting SaveWikiButton Filename.tid ( #3721 )
...
Rewording to make clearer
2019-01-27 14:29:46 +00:00
Marxsal
790d606885
Docs: fixing header typo ( #3722 )
2019-01-27 14:28:33 +00:00
Jermolene
c6f1fb7627
Innerwiki demo: Adjust default tiddlers
2019-01-27 12:43:10 +00:00
Jermolene
ca7b62a5f6
Introduce "innerwiki" plugin
...
From the readme:
This plugin enables TiddlyWiki to embed a modified copy of itself (an "innerwiki"). The primary motivation is to be able to produce screenshot illustrations that are automatically up-to-date with the appearance of TiddlyWiki as it changes over time, or to produce the same screenshot in different languages
2019-01-27 10:57:56 +00:00
Jermolene
4c1e3aa8d6
Merge branch 'tiddlywiki-com'
2019-01-22 11:52:38 +00:00
Jermolene
952826e0fa
Dynaview: cleaning up
...
It turns out that we don't need to disable any scroll anchoring done by the browser as our implementation of scroll anchoring will adapt itself.
Also removing an unneeded paragraph tag from the view template.
2019-01-18 17:56:07 +00:00
Marxsal
e6aaafbc8d
Grammar and tense fixes. ( #3708 )
2019-01-18 17:09:27 +00:00
Jermolene
79eb6a5ec1
Docs typo
2019-01-18 09:19:58 +00:00
Jermolene
7c0528340d
Docs: Clarify use of "actionTiddler" variable
2019-01-18 08:57:08 +00:00
Jermolene
273768da1d
Docs updates for TW5's new branch development model
2019-01-15 17:39:45 +00:00
Jermolene
52a30be7c6
Remove confusing reference to "global tiddlers"
2019-01-15 16:28:52 +00:00
00SS
479726c46e
Update TextWidget.tid ( #3696 )
...
Used Example display method of <<wikitext-example-without-html>> and added another example.
2019-01-15 16:14:50 +00:00
Ben Webber
3afb251b3a
Add en-US localization ( #3689 )
2019-01-14 09:44:04 +00:00
Johannes Löthberg
1f829dd5a8
Fix typo password -> username ( #3686 )
2019-01-14 09:42:09 +00:00
Jermolene
e14e69bedc
DynaView plugin: add optional scroll position preservation
2019-01-11 17:50:52 +00:00
00SS
d0afbe50a1
Update Plugins.tid ( #3688 )
...
In response to the two Jeremy Ruston posts at: https://groups.google.com/forum/#!topic/tiddlywiki/aPjljLW1yHE/discussion
2019-01-08 14:21:06 +00:00
Jermolene
c97c3cea74
CI: Fix intentionally broken test
2019-01-04 20:11:02 +00:00
Jermolene
52d328ee1b
CI: Temporarily make one of the tests fail to make sure that failed tests work
2019-01-04 17:58:16 +00:00
Jermolene
d6bffad8ab
Remove references to obsolete "2bld" edition
2019-01-04 16:48:07 +00:00
Jermolene
6195069c5e
Fix URL of prerelease plugin library for v5.1.20
2018-12-21 09:31:36 +00:00
Jermolene
1793dc5e34
Plugin library version for prerelease
2018-12-20 17:10:35 +00:00
Jermolene
1aea7b075d
Prepare release note for v5.1.19 release
2018-12-20 16:37:19 +00:00
Jermolene
1dce674e51
Docs: Add quote from Joe Armstrong
2018-12-20 16:31:32 +00:00
Jermolene
5b6a468757
Docs: simplify community links in HelloThere
2018-12-20 16:31:04 +00:00
Jermolene
4f71c9072f
Docs: fix typo
2018-12-20 16:30:20 +00:00
Jermolene
04ba91ce2f
Release note update
2018-12-19 13:55:47 +00:00
BurningTreeC
9acff8f21c
Add gitter svg + HelloThere link ( #3655 )
...
* add gitter svg $:/core/images/gitter
* add gitter link to HelloThere
* Update HelloThere.tid
2018-12-19 09:11:43 +00:00
Jermolene
f3e17c365a
New release banner for v5.1.19
2018-12-19 09:07:16 +00:00
Jermolene
98a395095b
Fix prerelease display
...
Including the "released" field for an unrerelease prerelease prevents it from being displayed in the "TiddlyWiki Pre-release" tiddler
2018-12-18 18:10:55 +00:00
Jermolene
5f1e8acbc0
Tweak "Creating journal tiddlers" to reflect changes in v5.1.18
2018-12-18 18:03:29 +00:00
Dr. Donald Lund
3827feee3f
Update WebServer "port" variable docs ( #3651 )
...
The colon (:) separator needs to be replaced with an equals sign (=). This kept throwing me off while I was trying to set this up.
2018-12-17 19:36:31 +00:00
Jermolene
172751605e
Update release note
2018-12-17 11:25:00 +00:00
Rob Hoelz
d8b291bc04
Fix search method for search tokens spread across fields ( #3641 )
...
* Fix search method for search tokens spread across fields
Addresses GH #3636 , which reports that if you're searching for "test
body", and "test" only appears in the title field, and "body" only appears
in the text field, 5.1.18's search method won't yield that tiddler as a
result, which appears to be a regression from the 5.1.17 behavior
* Add test for searching for multiple tokens across fields
Verifies GH #3636 :
> If I create a tiddler in the empty edition with the title "Test tiddler" and content "Body content", searching the wiki for "test body" yields no results under either "title matches" or "all matches". Searching for either word individually turns up "Test tiddler", and repeating this in an empty wiki I created from the 5.1.17 tag causes "Test tiddler" to show up under "all matches".
2018-12-17 11:19:48 +00:00
Jermolene
500fd8c062
Add build target for empty.html
...
Part of https://github.com/Jermolene/build.jermolene.github.io/issues/5
2018-12-17 11:07:39 +00:00
BurningTreeC
a4937224b7
More tweaks for "how to create keyboard shortcuts" ( #3646 )
...
readability, better wording
2018-12-16 18:24:33 +00:00
Jermolene
42cf077639
Fix basic authentication forced login
...
Fixes #3647
2018-12-16 18:20:33 +00:00
Jermolene
f71a3b72d7
Update release note
2018-12-15 16:11:00 +00:00
Jermolene
2cfdf59b77
Update release note
2018-12-15 16:01:04 +00:00
Jermolene
a8b8fb3b6f
Restore default filename when saving changes, and make it configurable
...
Fixes #3630
2018-12-15 15:55:19 +00:00
BurningTreeC
a7cdb94957
Reformatting "How to create keyboard shortcuts" ( #3633 )
2018-12-14 21:49:40 +00:00
Jermolene
f6b1e27281
Prepare for v5.1.19
2018-12-14 17:15:23 +00:00
Jermolene
de808ac66d
Prepare for v5.1.19
2018-12-14 16:30:25 +00:00
Jermolene
c065dfa4bb
Preparing for v5.1.18 release
...
Phew!
2018-12-06 09:02:05 +00:00
Jermolene
d4716a6f2b
Tweak new release banner
2018-12-03 09:03:32 +00:00
Jeremy Ruston
70500140b9
v5.1.18 banner artwork
2018-12-02 21:13:50 +00:00
Jermolene
e466f62e7e
Fix default global keyboard shortcuts for Mac
...
Fixes #3610
2018-12-02 15:47:32 +00:00
Evan Balster
b9df224f99
Change to natural counting in range[N] operator ( #3609 )
...
* Add range operator and documentation
* Use 1-based counting in range[N], update docs
2018-12-02 08:39:28 +00:00
Jermolene
0f3912ba95
Update release note contributors list
2018-12-01 18:05:06 +00:00
BurningTreeC
419ea9a243
Tweak for keyboard-shortcuts how-to ( #3605 )
2018-12-01 17:27:21 +00:00
Jermolene
80f44e880c
Release note update
2018-12-01 15:21:16 +00:00
Luca Dorigo
4a9e2696d6
Promote Gitter Chat in the Readme ( #3322 )
...
* Promote Gitter Chat in the Readme
I'm not sure if it's ok to use inline styles for a small addition like this... also, feel free to change the colors :-)
* Added link to Gitter in 'Forums' tiddler and transcluded it in the readme as per @Jermolene comments
* Fixed transclusion and built readme
* Modified Readme so the 'forums' section is transclued with lower heading levels
2018-12-01 14:25:33 +00:00
Jermolene
63031bb3fc
Release note update
2018-12-01 13:48:38 +00:00
Andreas Hahn
2bf6203cf5
Improvements to the static single tiddler view as well as documentation. ( #3386 )
...
* Improvements to the static single tiddler view as well as documentation.
* Fixed tabs
* Fixed tabs
* Revert static view path
* Documentation updates
2018-12-01 13:30:00 +00:00
BurningTreeC
6e674fe9db
KaTeX plugin: add mhchem extension for chemical syntax ( #3601 )
...
* add chemParse (mchem extension)
* add mchem.min.js
* Update tiddlywiki.files
* add chemical reference link
* Rename mchem.min.js to mhchem.min.js
* Update tiddlywiki.files
* renaming mchem to mhchem
* Update readme.tid
* add chemical examples
* Update usage.tid
2018-12-01 13:28:51 +00:00
Ingo Blechschmidt
ea91ab1632
Twitter follow button docs: suggest https instead of http ( #3458 )
2018-11-29 11:10:30 +00:00
Arlen22
603c564872
Add the "tiddlywiki" argument to the server start hook ( #3592 )
...
* Update Hook__th-server-command-post-start.tid
* Update server.js
* Update listen.js
2018-11-29 09:51:11 +00:00
BurningTreeC
b18c85b85c
Add How-To documentation for keyboard shortcuts ( #3588 )
...
* add link to "How to" keyboard shortcuts + styles
* add "How to create keyboard shortcuts"
* Update How to create keyboard shortcuts.tid
* Update How to create keyboard shortcuts.tid
* Update How to create keyboard shortcuts.tid
2018-11-29 09:49:48 +00:00
BurningTreeC
907d498baf
Use stateTitle in dynaview viewtemplate ( #3584 )
2018-11-29 09:48:35 +00:00
BurningTreeC
addc7c0176
Add tv-show-missing-links doc ( #3580 )
2018-11-29 09:47:55 +00:00
Marxsal
9268a8c3ca
Info about using 0.0.0.0, plus warning about using it. ( #3519 )
...
* Info about using 0.0.0.0, plus warning about using it.
* Moved information to WebServer. Incls listen.
* More warnings about n.n.n.n
2018-11-29 09:47:37 +00:00
Marxsal
fe52d5462f
Document tweaks to TOC for newcomers ( #3518 )
2018-11-29 09:46:41 +00:00
HC
5b14a97e0f
Documentation of Using Excise text ( #2533 )
...
* Documentation of Using Excise text
Documentation on the Excise text function.
I propose that the Excise text drop down ( the tiddler: $:/language/Buttons/Excise/Caption/Tag) links to this doc. I don't have permission to (or don't know how to) edit that tiddler in github.
I propose the following text for the drop-down tiddler:
Tag new tiddler with the title of this tiddler (If the title is changed you have to [[save and re-edit|Using Excise]] to use the new title as tag).
see the issue:
https://github.com/Jermolene/TiddlyWiki5/issues/2531
* Update Using Excise.tid
changed headings in response to discussion
* Doc for editor toolbar buttons (wikitext)
Documentation for buttons special to the editor toolbar (wikitext)
* Update Using Excise.tid
placed it under the new [[Editor toolbar]]
* Update Using Stamp.tid
placed it under the new [[Editor toolbar]] tiddler
* Update WikiText.tid
added reference to [[Editor toolbar]]
* Update Formatting text in TiddlyWiki.tid
added reference to the [[Editor toolbar]]
* Update WikiText.tid
* Update Editor toolbar.tid
* Update Editor toolbar.tid
* Update Editor toolbar.tid
* Update Editor toolbar.tid
typo
2018-11-27 21:12:44 +00:00
Mario Pietsch
42f7c03824
tm-open-external-window plus documentation. ( #2721 )
...
* first try - tm-open-external-window plus documentation.
* render examples and make help link a global variable
2018-11-27 18:43:25 +00:00
twMat
9232279a79
Update EditBitmapWidget doc to reflect update in code ( #2725 )
2018-11-27 18:11:21 +00:00
Tobias Beer
ee8821a5b4
Improvde days Operator docs for parameter ( #3041 )
...
in response to @rubaboo's [comment](https://github.com/Jermolene/TiddlyWiki5/pull/2972#issuecomment-331284559 )
2018-11-27 17:57:13 +00:00
Tobias Beer
e0126b2f77
Tweak layout of HelloThere calls to action ( #3046 )
...
should only be at most 4 images per row, centered
the visuals of seeing 6 in the first row and 2 in the second is rather displeasing
2018-11-27 17:56:19 +00:00
Jermolene
2e7faf3439
Updated Dutch translation
...
Thanks @gernert
2018-11-25 10:41:41 +00:00
Jermolene
1700eb4ba7
Docs update
2018-11-25 10:37:33 +00:00
twMat
536ab10790
Update docs for $:/tags/SideBarSegment ( #3579 )
...
The possibility to rearrange stuff "inside" tag pills is not obvious so makes sense to mention.
2018-11-25 10:36:15 +00:00
Jermolene
f6334723f6
Release note update
2018-11-24 16:12:12 +00:00
Jermolene
078df9c157
Remove "TiddlyFox Apocalypse" from HelloThere thumbnails
2018-11-24 15:52:49 +00:00