Hi Zaphod,
I made a new version with the exportbutton. It is all so easy if you
know the correct spell. I renamed the tiddlers to avoid that they export
themselves.
Cheers!
Jan
Am 06.07.2016 um 23:44 schrieb 'Mark S.' via TiddlyWiki:
If you go into the filter tab under "advanced search" and enter a
valid filter, a little export (up arrow) icon will appear next to the
search box. Look closely -- it can be very hard to see. Click on that
and you will be offered the chance to download a csv file, an html
file, a json file, or a tiddler file.
Unfortunately, if you choose to download as tiddlers, only ONE of the
target tiddlers will be exported.
Mark
On Wednesday, July 6, 2016 at 7:35:10 AM UTC-7, Jan wrote:
Hi Zaphod,
This is a question for the Wizards...and a very useful modification.
Perhaps we put it up in the forum as a new Topic.
If anyone more skilled reads this,
What is the syntax to export Tiddlers with the download-message to
something else than .html?
Cheers Jan
Am 06.07.2016 um 16:22 schrieb Zaphod Beeblebrox:
Ah, I see, now - I tried dragging the link from here onto the TW,
but never got the Import ribbon...
Very clean and smooth - Thank You :)
Is there a way to have it export to .json, though? I'm afraid
that some of my less technically-inclined users would (do what I
just did :-P ) try to bring up the .html file in their browser,
instead of importing it.
--Zaphod
On Wednesday, July 6, 2016 at 10:00:07 AM UTC-4, Jan wrote:
Hi Zaphod,
The html contains the exported tiddlers. Drag it onto a
Tiddlywiki to import and test it.
I t installs an exporter in a sidebar tab which exports a
chosen number of tiddlers ( again in html format...) which
can then be dragged to other Tws...
Cheers Jan.
Am 06.07.2016 um 15:08 schrieb Zaphod Beeblebrox:
Thank You, Jan, but I'm not quite sure what it is...?
I downloaded it, but upon bringing it up in either Firefox
or Chrome, all I get is a blank white page.
--Zaphod
On Monday, July 4, 2016 at 2:43:03 PM UTC-4, Jan wrote:
Hi,
I made a little thing wich allows to export a chosen
number of tiddlers last modified by the current user as
an html file.
(Not a jason-file as you intended, but it works the same
way...)
My aim was also to make collaboration a bit more easy so
I called it Export for Teamwork.
I hope it helps for your usecase.
To make it work in the sidebar it was best to transclude
it into another tiddler tagged $:/tags/SideBar.
If you do not want it in the sidebar you can delete it.
Cheers,
Jan
--
You received this message because you are subscribed to the
Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails
from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at
https://groups.google.com/group/tiddlywiki
<https://groups.google.com/group/tiddlywiki>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/2f1b9f42-6945-421a-b334-a24d28ee0f69%40googlegroups.com
<https://groups.google.com/d/msgid/tiddlywiki/2f1b9f42-6945-421a-b334-a24d28ee0f69%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout
<https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the
Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to [email protected] <javascript:>.
To post to this group, send email to [email protected]
<javascript:>.
Visit this group at https://groups.google.com/group/tiddlywiki
<https://groups.google.com/group/tiddlywiki>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/98c656ec-8d9c-4362-aa07-cd1eff814f09%40googlegroups.com
<https://groups.google.com/d/msgid/tiddlywiki/98c656ec-8d9c-4362-aa07-cd1eff814f09%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout
<https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google
Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/2aa05b89-3822-449a-a5c3-3efee75b2359%40googlegroups.com
<https://groups.google.com/d/msgid/tiddlywiki/2aa05b89-3822-449a-a5c3-3efee75b2359%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/577D847A.4090203%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.
[
{
"text": "{{$:/macros/Export for Teamwork}}\n\n",
"caption": "{{$:/core/images/download-button}}",
"created": "20160702002458026",
"creator": "JR",
"modified": "20160705093443510",
"modifier": "JR",
"tags": "task Inventar $:/tags/SideBar",
"title": "$:/macros/Exporter"
}
][
{
"created": "20160706215048450",
"creator": "JR",
"text": "\\define userexport()
\n[modifier[$(exportuser)$]!is[system]!sort[modified]limit[$(exportnum)$]]\n\\end\n<$set
name=\"exportnum\" value={{!!limit}}>\n<$set name=\"exportuser\"
value={{$:/status/UserName}}><br>\n<$set name=\"var-user-filter\"
value=<<userexport>> >\n</$set>\nExport the newest {{!!limit}} Tiddlers
modified by {{$:/status/UserName}} <$macrocall $name=\"exportButton\"
exportFilter=<<userexport>>
lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n<hr>\n<span
title=\"Wieviele\"><$edit-text tag=\"input\" field=\"limit\"
default=\"Wieviele?\"/></span>\n<$set name=\"exportnum\"
value={{!!limit}}>\n<span title=\"Wer\"><$edit-text
tiddler=\"$:/status/UserName\" tag=\"input\" type=\"text\"/></span>\n<$set
name=\"exportnum\" value={{!!limit}}>\n<$set name=\"exportuser\"
value={{$:/status/UserName}}><br>\n<$list filter=<<userexport>>
><br><<currentTiddler>></$list>\n</$set>",
"caption": "{{$:/core/images/download-button}}",
"limit": "10",
"modified": "20160706221603497",
"modifier": "JR",
"tags": "task Inventar $:/tags/Macro",
"title": "$:/macros/Export for Teamwork"
}
]