[tw5] Re: How to derive future dates from <> macro?

2018-10-12 Thread Jeff Vance
Hi Mohammad,

Yes, that's exactly what I needed!  Thanks! I tested it and it's working 
now.

Cheers,
Jeff





-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/90a9fe07-4125-45ab-a670-752c843aee43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to derive future dates from <> macro?

2018-10-11 Thread Jeff Vance

Great!  I like this idea even more.  But I'm running into a problem. Say 
you create the entire list, including the wrap around from 52 to 01.  Now 
"01" is in the list twice.  The macro works for all cases except for 01 as 
the input. It must see that as the last entry in the list rather than the 
first, and returns nothing since it is last.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ebeda62c-3d3d-4a6c-8101-4d667503522f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to derive future dates from <> macro?

2018-10-11 Thread Jeff Vance
Hi Tony,

Thanks for the pointer to the plugins. After thinking about it, I'm 
actually tempted to just create a dictionary tiddler that serves as a 
lookup table for incrementing each week. It only requires 52 entries. That 
also takes care of the wrap around to 0. Entry 52 can just list 0 as it's 
increment.  I could do it for year too (maybe up to 10 years, then stop).  
On one hand it seems kind of silly to use a lookup table to perform 
addition by 1, but in this case it seems it will get the job done with 
minimal fuss.

Jeff



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a5f8cfda-f586-4f20-9c2b-cb97f9bb8895%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] How to derive future dates from <> macro?

2018-10-10 Thread Jeff Vance
I've been using the <> macro to get current dates, year, week number, 
etc.  I'm now facing a situation where I have to anticipate what *next* 
week is going to be, based on the current week number.  I spent a lot of 
time trying to figure out if it's possible and nothing is coming to mind. I 
can get the current week number, but how would I increment it by 1?  Or how 
to get next year?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2df17468-2085-4b65-82b9-a9e25ef48cde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Is it possible to list tiddlers that have one tag, but sort them by a second tag?

2018-10-10 Thread Jeff Vance

Actually...I just realized this is a silly question. If I sort by "created" 
field, the order will always stay the same, even if tiddlers are edited 
later.  So it shouldn't be a big deal as long a tiddler isn't deleted and 
created again in the future.  

Still, I'm curious if there is a way to do it by tags in case I need to do 
something like this in the future.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/25129821-cd83-467d-b3ce-c4b2e6e084a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Is it possible to list tiddlers that have one tag, but sort them by a second tag?

2018-10-10 Thread Jeff Vance

I'm not sure if this is possible:  Say I have a bunch of tiddlers tagged 
"Team Meeting", and each meeting also has a tag for the week that it 
occurred. What I want is to generate a table of contents that lists all the 
team meetings, sorted by week.  I kind of prefer to use the tag for sorting 
rather than creation date because sometimes tiddlers get edited after the 
fact and the order will change. I want to keep the order that the meetings 
actually occurred. I suppose I could just create an extra field called 
"week" to keep in addition to the tag, but I'm already using week tags to 
track other things so it seems redundant.

I see the table of contents macro has a "sort" parameter, but i can't tell 
it to sort by tag since there is a mix of tags in that field. Is there a 
way to define a filter that says to sort only by a certain kind of tag? 
Maybe based on a regular expression? The week tags all look like this: 
2018_ww40.

I appreciate any ideas.

Jeff

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/abd642e3-3655-4945-817b-4a16816f739e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Possible to get the TOC style with normal tabs macro?

2017-12-25 Thread Jeff Vance
I'm not sure if this is possible, but there are many times I like the look 
of the table-of-contents, but I don't want to generate a full hierarchy of 
tagged titles.  I just want standard tabbed list of titles, but with the 
look of the TOC.  I don't see any way to control the depth of the TOC 
macro, so I was thinking maybe there is a way to apply this class to the 
Tabs macro?  Or maybe write an alternate version of the 
toc-tabbed-external-nav macro that only does the first level?  

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9bd00dd7-f3dd-42b8-af14-21b3b869caf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to use the "strict" flag for tag operator?

2017-12-25 Thread Jeff Vance

I'm trying to use the new suffix option in the tag filter operator, as 
described here:

https://tiddlywiki.com/#tag%20Operator

I don't understand the syntax for how to actually set the "strict" flag. At 
first I thought it would be like:  tag[:strict  some_tag].  Or maybe 
tag[strict:  some_tag].  Neither of these seems to work.  

And...if it works, is my understanding correct:  if the tag doesn't exist, 
it should continue using the full list of input titles?  So if this is 
defined inside a macro, with a parameter for the tag to filter on, and in 
some cases I leave the parameter undefined, it should produce the full list 
without that tag filterright?  For example, I was thinking of doing 
something like this:

Macro that will filter on a tag and an optional project tag. If the project 
tag exists, it will list only titles tagged by both my_tag and the project 
tag. If the project tag doesn't exist, just list everything with the first 
tag. (what I really want is actually more involved than this, but this is a 
simplified example)



<$macrocall $name="proj_tiddlers" my_tag="example1" proj="Project A"/>
<$macrocall $name="proj_tiddlers" my_tag="example2" proj="Project B"/>
<$macrocall $name="proj_tiddlers" my_tag="example3"/>


\define proj_tiddlers(my_tag  proj)
  <$list filter="[tag[$my_tag$]tag[strict: $proj$]]">
...



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/33533d01-3791-4cac-ab92-2adfac53f3ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 basics, how to create a list of tiddler tagged with current tiddler

2017-04-30 Thread Jeff Vance

I'm referring to the button in the editor toolbar that says  "Insert a 
preconfigured snippet of text".  I created custom entries for each of those 
examples.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/780130aa-1af1-46c2-a784-025a1facd5f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 basics, how to create a list of tiddler tagged with current tiddler

2017-04-30 Thread Jeff Vance
I do this so often that I created several snippets that I insert regularly 
(using the snippet editor button), each listing titles in a different way.  
I use all of these different methods depending on the kind of content and 
how much of it there is. These might give you other ideas:


*Titles in bullets (sorted):*

<>





*Tiddlers in tabs:*
<$macrocall $name="tabs"
tabsList="[tag{!!title}]"
class="tc-vertical"
  />





*Table of contents expandable*
<$set name="this" value={{!!title}}>
<>






*TOC internal navigation*Note that for these, I customize the state tiddler 
to a unique name for each TOC so currently selected tiddler doesn't show up 
in other TOCs. I also made it a "popup" state because I didn't want it to 
save state for every single TOC between loads. But others may prefer to 
keep the state of the selected title, in which case you could save it it 
$:/state/toc/

<$set name="this" value={{!!title}}>
  <$macrocall $name="toc-tabbed-internal-nav"
  tag="$(this)$"
  selectedTiddler="$:/state/popup/toc/$(this)$"
  />




*TOC external navigation:*

<$set name="this" value={{!!title}}>
  <$macrocall $name="toc-tabbed-external-nav"
  tag="$(this)$"
  selectedTiddler="$:/state/popup/toc/$(this)$"
  />





-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/17fc9d47-18c9-4a48-aff0-daa2897a2a79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Can I bulk delete a tag?

2017-04-30 Thread Jeff Vance

Thank you!  I just tried this and it worked perfectly.  I also appreciate 
the warning on backing up, although I'm extra careful about that stuff so 
no need to worry.  (I actually create 2 backups to different locations on a 
regular basis).

Cheers,

Jeff


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7ccaf4bd-d009-4b93-9eba-62eb5c679087%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Can I bulk delete a tag?

2017-04-29 Thread Jeff Vance
Not sure if this is possible:  I have about 100 tiddlers that have a 
certain tag.  I decided I don't want that tag to exist anymore, but keep 
all those tiddlers since they are also tagged by other things.  Is there a 
way to remove the tag from every tiddler in one operation?  I don't want to 
manually edit all of them!


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/1ba45a7a-6b3f-4421-bc35-54267b1b6f8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Announcing the release of TiddlyWiki v5.1.14

2017-04-27 Thread Jeff Vance
I'm confused by the following claimed update:  "Optional automatic 
relinking of references to renamed tiddlers"

Is that referring to the checkbox to rename the tags and list field entries 
that contain that tiddler?  When I first read that, I thought it meant it 
would update standard links to the new tiddler name, but I just tested it 
and I see no option for that.  Any existing links will still link to the 
original name.  But maybe that was never the goal and I misunderstood.

JV



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a375addd-5be2-4f04-a443-ee4679db6243%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Discovered Mixing Firefox Tiled Tabs with TiddlyWiki

2017-04-22 Thread Jeff Vance
Ah, thanks for clearing this up.  You're right...I only assumed it was 
read-only because there are no menu buttons available to perform an edit 
when a tiddler is open in a new window. But given that by default none of 
my tiddlers will ever have active elements for editing, they will probably 
always be read-only for me.  Although, now that I think about it, it would 
be nice to have toolbar button options available for "new window" 
tiddlers.  Then we could set a few buttons to appear (maybe edit and info, 
for example) in the new window.  



On Saturday, April 22, 2017 at 6:39:22 AM UTC-5, @TiddlyTweeter wrote:
>
> Ciao Jeff
>
> Footnote: The reason why  Tiddlers opened via "Open In New Window" LOOK as 
> if they are not active is because they don't have the top menu. But if you 
> open a Tiddler that has active interactional elements in page you will see 
> they work. 
>
> Best wishes
> Josiah
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/83a636dc-c76a-4a57-b4a5-456a29fbadc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Discovered Mixing Firefox Tiled Tabs with TiddlyWiki

2017-04-20 Thread Jeff Vance
Not sure if anyone else has tried this trick, but I was trying the Firefox 
extension Tile Tabs which lets you take multiple tabs and display them at 
the same time split screen, or tiled within the firefox window.  I'm 
finding this words really well with tiddlywiki in fullscreen.  Because I'll 
pop-out a few tiddlers into new windows, but because it is full screen, it 
makes each a new tab instead which the extension suddenly makes available 
for split-view/tiling. So I'll have the main story river open on one side, 
and 1 or 2 other tiddlers in the other pane. Of course the other windows 
are "read-only", but that is fine for meI get the main river browsing 
and editing, and a pane or 2 to the left with read-only reference tiddlers. 
And if I make those a tag-tiddler with a Table-of-Contents with "internal 
navigation" style, I can still browse through tons of related tiddlers in 
the read-only pane via the the TOC links.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d322b27c-2766-4ea1-981e-429a6d53a246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TiddlyFox seemed to stop working

2017-04-20 Thread Jeff Vance
Hi Jeremy,

I just tested it out in the developer edition. I still see the "Move to new 
Window" problem I mentioned earlier (maybe it was missed).  I enable 
saving, then right-click the tab, select Move to new Window, and in the new 
window TiddlyFox button appears disabled (even though it actually is 
enabled).  And clicking it opens an empty window.

Jeff



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b4e0f93a-5a7f-4464-b056-834b5ce395d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Retaining Styles in Exported HTML

2017-04-18 Thread Jeff Vance
Hi folks,  I've been experimenting with drafting up stuff inside TW, then 
exporting to other places.  For example, I might write up status reports 
for work, then export these (or copy/paste) into an email. Or I might draft 
a document, export to HTML, then import that file into LibreOffice or 
Google Docs, etc.  I've noticed that this overall works extremely well.  
Usually all the formatting is kept and I can rapidly generate some very 
professional looking emails and documents.

However, there are a couple things I noticed that were bothering me. I 
think it has something to do with the priority of how the CSS rules are 
applied or translated.  I have a custom style sheet where I modified some 
colors. For example, inline code I made a darker red and removed the 
borders. The static HTML file looks fine, but sometimes copying to emails 
or importing to a word processor, it returns to the original TW style of 
bright red with borders.  Plus: in some cases, the large code blocks (which 
normally aren't red), are sometimes rendered entirely in red text as if 
they are inline code (rather than block code).  Anyone have ideas how to 
fix this?  

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/47fbd246-2707-4d73-84a7-e67e54612aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Core drag-and-drop improvements

2017-04-18 Thread Jeff Vance
Thanks for pointing these out Alex. I didn't realize so many new 
possibilities were opening up with this feature.  I completely agree with 
your point on the ability to change the name of the tag tiddler. I run into 
this problem all the time. I start collecting and grouping things, only 
later changing how I want to classify them.  Up until now I relied heavily 
on the RenameTags tiddler that was previously posted in the community.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/00761737-098e-46bc-bbed-997309af234b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyFox seemed to stop working

2017-04-17 Thread Jeff Vance
I haven't had any major problems with TiddlyFox, but just now I found what 
looks like a bug, but not a show stopper.  If you open a TW file and enable 
saving, then move the tab to a new window (either drag, or right-click 
"move to new window"), in the new window the TiddlyFox icon is no longer 
green (turns grey), and clicking the button opens an empty window.  
However, TiddlyFox is clearly still working since my edits still get saved 
to the file.

Cheers,
JV

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d609902a-f21d-42ac-a74d-eaa87367e833%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: No Linking to External Files in node.js setup?

2017-04-16 Thread Jeff Vance
Hi Mark:  this is interesting.  Exploring your idea of using another 
node.js application to serve files, I found this:

https://github.com/indexzero/http-server

I tried it on its own and it works very well, but not sure how to make it 
play nicely with TiddlyWiki.  Maybe there is some sort of conflict running 
them together and resolving the host. Starting the file server from the 
root of the relative path, I could navigate to any file via localhost (when 
TW is not running).  But when TW server is running, the file paths don't 
work anymore.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ddbd81c0-de63-439c-ad34-77b1fa297adb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: No Linking to External Files in node.js setup?

2017-04-16 Thread Jeff Vance
Ok, thanks for the clarification and tips!  I was not using relative 
external links before (I wasn't aware that was possible).  I'm definitely 
switching to that way of linking now.  Especially since most of the stuff I 
link to are in a dropbox folder and I'm running out of storage (for the 
free service). So I'm probably going to move everything to a different path 
now.

I'm thinking I might just avoid the node.js setup, however. I liked the 
idea of it, and if it's a pain to set it up to link to other files, it's 
not worth it to me.  One benefit I noticed is the node.js version was 
running faster when I would save changes or delete tiddlers.  My .html 
version has gotten fairly big and there is now a slight delay (maybe 0.5 
seconds) when it saves changes. But the node.js version is instant.  I also 
sync my TW in dropbox, so I liked the idea of only syncing smaller files 
with each change, rather than the entire thing. But linking to PDFs is far 
more important for me.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/60ebe6b9-8ac3-4f2a-92d7-a7c27e0b478d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] No Linking to External Files in node.js setup?

2017-04-15 Thread Jeff Vance
I'm experimenting with using node.js setup for the first time.  My personal 
TW has gotten pretty huge and I was curious to see what using the node.js 
setup is like.  However, one major problem is I have lots of links to PDF 
files using file:///path/to/file.  They worked fine before, but under 
node.js, my browser won't let me click them.  There are no errors or 
messages or anything.  I just click the link and nothing happens. I tried 
Firefox and Safari.  In both cases, I have to copy the link and paste it 
into the address bar to actually go to the file.

Is this a common problem? If there is no way around it, I might ditch the 
node.js idea altogether. I have tons of PDFs I've indexed this way, so not 
being able to link to them is a deal breaker.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/e009ea55-e51e-4513-a2df-2f6f776e910f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Is there No way to spell check with the Code Mirror Plugin?

2017-04-02 Thread Jeff Vance

I did some experimenting and google searching and found what seems like 
kind of a hack to get spell check sort-of working. But it is awkward.  I 
found something that said you could force Firefox to spell check everything 
on any page with a bookmark that has this:

javascript:document.body.contentEditable='true';%20document.designMode='on'
;%20void%200

I tried it and it actually works...but the spelling correction while in the 
editor doesn't actually change the text when you save the tiddler.  Also 
the "designMode=on" seems to be award in an editor since you have 2 
cursors( one where the spell check and one for the editor). So I removed 
the designMode=on and it is a little better. You can't auto-replace, but it 
at least underlines all the misspelled words so you can manually type them. 
Then I guess maybe use a second bookmark to toggle off the spell check.  
Definitely not ideal, but it kind of works.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/82ba7911-0a78-4750-99a6-46c202670497%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Can't change default story position for opening tiddlers from pop-out window

2017-03-31 Thread Jeff Vance
I don't know if anyone has ever noticed this, but you know how the control 
panel has settings for "Navigation from within the Story River" and 
"Navigation from outside the Story River?" And you can specify the new 
tiddlers open above or below the story river.  I assumed that "outside" the 
story river setting also applies to links selected from tiddlers opened in 
a new window.  Apparently not!  It looks like no matter what any of these 
are set to, links selected from a pop-out window will always put the 
tiddler above the story river.

Not sure if this was intended or not, but wouldn't it make sense for 
pop-out windows to be considered "outside" the story river?


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2a4487e8-bcad-4690-b6e8-36dff825bd93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-31 Thread Jeff Vance

I was thinking of what might be a convenient way of taking advantage of the 
drag-and-drop. One that came to mind is when you're writing a document and 
you want to draft each section in a different tiddler. In the writing 
process, you inevitably will need to reorganize sections or insert 
sections. Each section of the document could be tagged by a Table of 
Contents tiddler that lists all the sections in order.  With drag-and-drop, 
it sounds like you could simply drag the order of the sections in the TOC 
and it can save the new order in a field.  Then when you're done, you can 
transclude all the sections in the correct order to export the final draft.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/34db17f7-bb81-4033-861a-2e595216715a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Is there No way to spell check with the Code Mirror Plugin?

2017-03-28 Thread Jeff Vance
I did a search and saw this question come up several times in the past, but 
there has never been a clear answer. The browser's spell check does not 
work when using the Code Mirror plugin. In the past threads, the solution 
was always to disable Code Mirror!  To me, that is not really a solution. 
I'd rather keep Code Mirror and just try to be more careful with my 
spelling.  But I keep noticing typos when I go back to read things later.  
Is there really no way to get the spell check to work again? 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/23508952-2ecc-4f6a-b70e-28eaf003f3d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Transcluding a Core Button is Hidden in pop-out Window

2017-03-28 Thread Jeff Vance
I put the following in several tiddlers as a shortcut to the "New Here" 
button.  I didn't want to put it permanently in the toolbar, but these 
particular tiddlers generate index table of tiddlers tagged with this one. 
So I thought it would be convenient to put a "New Here" icon at the bottom 
of the table.  

{{||$:/core/ui/Buttons/new-here}}

This works, but I noticed that if I Pop-Out this tiddler into a new window, 
the icon doesn't appear.  I can still click in that spot and it acts as if 
the icon is there, but I can't see it.  Any ideas why this happens and how 
to fix it?

Jeff


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/8fadc433-cb6f-46c7-a047-e9c08ea9b662%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Two or more columns of tiddlers in the story river (feature request)

2017-03-26 Thread Jeff Vance
Bumping this old thread: I agree this would be a fantastic feature. 
Especially to be able to drag/drop titles between 2 story rivers 
side-by-side. Or to be able to edit a tiddler in one river, while scrolling 
and referencing information in the other river.  Any chance this will 
eventually be possible?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b886e3e6-9fe4-4024-84ca-d63b954434df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-21 Thread Jeff Vance
Quick question:  Does the drag and drop only work when the filter is based 
on the contents of a field? It appears to be the case. I see in the demo it 
grabs all the days of the week from the List field and drag/drop saves the 
new order in that field.  So what if you use a filter that doesn't get the 
order from a field? I'm guessing it won't work since there is no way to 
save the state of the new ordering.  So I assume that if you want to make 
any list draggable, you must save the filtered list to a field first.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/392fd00a-ee25-4ca4-a917-c94276824142%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] AboveStory content with Classic vs Pop Story views

2017-03-20 Thread Jeff Vance
Ok, I did yet another experiment and things are looking promising.  I tried 
this Top Story View as an alternative to the classic:  
https://github.com/felixhayashi/TW5-TopStoryView

It turns out the Top StoryView *does* scroll so the AboveStory content is 
visible...although for some reason the exact scrolling position of 
selecting a new title is slightly odd to me. I will investigate more, but I 
think this is close to the solution I want.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ac4f16b2-0a63-4bff-8e1e-7ca418eb38ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] AboveStory content with Classic vs Pop Story views

2017-03-20 Thread Jeff Vance

I experimented some more with this, comparing the Classic story view to the 
Pop story view.  I also looked at the code in 
$:/core/modules/storyviews/pop.js and 
$:/core/modules/storyviews/classic.js.  I'm really confused why there is a 
difference in scrolling between these when there is AboveStory content.  I 
was thinking maybe I can modify classic.js so that the default scrolling is 
the same as pop.js, but nothing I do seems to help.  Basically, all I want 
is for Classic story view to behave the same as the Pop story view when 
opening a tiddler:  scroll to the very top of story and show the AboveStory 
content (with the new tiddler just below it).  I'm assuming it *must* be 
possible since the Pop story view is doing this already and it isn't 
significantly different. 


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/70294d49-2ae1-471b-b9fe-adc4454d5899%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-19 Thread Jeff Vance
 I'm very excited to use these new features. One odd thing I noticed:  I 
just experimented with dragging the entries in a tag drop down list. I 
noticed that it isn't possible to drag a title directly to the end of the 
list. You have to instead drag it to be 2nd to last, then drag the last 
entry up. Not really a big deal, but I'm assuming maybe that wasn't 
intended.

Cheers!
Jeff

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ac90fc2e-9e9d-4db0-82e1-831db3fa3982%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Scrolling with Top Toolbar Plugin

2017-03-13 Thread Jeff Vance

Thanks for the suggestions guys!  I played around with these settings and 
it is a little better.  But I might have to just drop this whole idea when 
using seemless mode.  To me it only works well when the tiddler borders are 
there to help push things down.

Cheers,
Jeff


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d70be738-6213-4032-bd66-71d3c4aa5c61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] AboveStory content with Classic vs Pop Story views

2017-03-13 Thread Jeff Vance
I was experimenting with keeping a tiddler as a header that is permanently 
above the story, using the $:/tags/AboveStory.  I noticed that the classic 
story view then starts behaving a little differently from Pop and Zoom when 
it comes to scrolling and opening new tiddlers.  For example, in classic 
view, opening a new tiddler will open at the top of the story (below the 
permanent header), but it is scrolled so the new tiddler is at the top of 
the screen (the permanent header that is above the story is hidden unless 
you scroll up).  But if you use the Pop or Zoom views, opening a tiddler 
will always  scroll to the *very* top.  I'm wondering if there is a way to 
change the behavior in the classic view.  The whole point of putting 
something above the story is so it is always seen when you're at the top of 
the story. Seems to defeat the purpose slightly if classic view is by 
default scrolling to  a position to hide that stuff.  Any ideas?

Cheers,
Jeff

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3d61ef25-26f6-4fb3-8c88-5022e047ab28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Scrolling with Top Toolbar Plugin

2017-03-12 Thread Jeff Vance
It just occurred to me that this problem might be more serious for me 
because I'm using the seemless theme that removes the tiddler borders.  I 
noticed on the plugin demo site, the problem isn't as bad (I assume because 
the added borders push down the relative start of the top tiddler).

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3abf6f7e-3de0-4b95-a59c-72cb6a7f305d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Scrolling with Top Toolbar Plugin

2017-03-12 Thread Jeff Vance
Hi All,

I've been experimenting with Ton Gerner's excellent top toolbar plugin:  
http://tw5toolbar.tiddlyspot.com/

However, one thing is really bugging me: the default scrolling position of 
the story when opening a new tiddler. Surely others have seen this? After 
opening, by default the story is scrolled such that the title of the new 
tiddler is hidden by the toolbar. What makes it even more awkward is the 
buttons for the tiddler are also hidden. So that means if you want to edit 
a tiddler, you always have to open, then scroll to reveal the button, then 
click edit. Maybe it's a really minor thing for some, but I find it too 
awkward. Are there any solutions for this? 

Cheers,
Jeff

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/39af4d59-9df6-4830-a3a7-fd899b4eab2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tinka 0.3.0 release

2017-03-03 Thread Jeff Vance
Thanks for this update!  I just started using the previous version and have 
found it to be *very* helpful.  I'll switch to this new one immediately.

Jeff


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0489a6d4-14ca-4821-b3ad-704be0247eb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to default SelectWidget to the first entry in a list?

2017-02-27 Thread Jeff Vance

Hi guys:  thanks for the suggestions.  However, it seems to be not quite so 
simple.  Simply setting the default selection in the widget doesn't seem to 
actually activate that selection.  I assume I have to actually update the 
text of the state tiddler being used by the widget so it activates that 
selection.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/8d79de82-1bf5-4526-8d8a-0ebc2a0fa135%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Broken code block word wrapping in transcluded tiddler with vertical tabs.

2017-02-27 Thread Jeff Vance
By chance, I found a specific scenario that seems to break word-wrapping 
when transcluding tiddlers into tabs.  I wonder if this is a TW bug. It 
specifically happens with a code-block that contains long dashed lines.   
It's very easy to recreate with the following:

1. Create a tiddler with a single code block like this:

```
--
```



2. Transclude that tiddler into a tab (must be vertical)

<$macrocall $name="tabs"
  tabsList="[title[TEST TIDDLER]]"
  state="$:/state/test"
  class="tc-vertical"
/>


Then select the tab, and shrink the browser width. The transcluded version 
does not word-wrap, but the original tiddler does!  Also, I noticed it only 
happens if the it is using class="tc-vertical".  When reverting to 
horizontal tabs, the word-wrap works!


It's not a huge deal since it's a fairly rare scenario, but I thought I 
should point it out. Maybe it's something someone would want to fix.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d76bc2bb-1784-4bba-91eb-0363ca2a87a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to create a basic plugin that bundles some content?

2017-02-27 Thread Jeff Vance
Thanks Ton!  That was exactly the problem.  The vanilla style was being 
applied after mine.  I added the list-after field and it works now.

Cheers,
Jeff

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b48a34c0-d86b-4404-a248-d5f1d37bc960%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to create a basic plugin that bundles some content?

2017-02-27 Thread Jeff Vance
Hi Andreas,

Thanks for the explanation of the shadow tiddler transformation, however I 
think there is something more going on here that is messing up the 
stylesheet.  Not only did I make sure to save and refresh after creating 
the plugin, I also downloaded a fresh empty TW and copied the plugin over 
to it, then saved and refreshed.  Looking more closely, it looks like only 
some of the stylesheet changes are applied and some aren't.  For example, 
see below for a sample of some of the changes.  The heading font change is 
actually being applied. However the other 2 are not (changing site title 
color and removing borders around inline code).  What's even more strange 
to me is if I then simply clone the stylesheet tiddler and save it (without 
making any other changes to it), everything suddenly works.

h1, h2, h3, h4, h5{font-family: "Trebuchet MS";}
.tc-site-title {color: #ff6600;}

code {
border-radius: 0;
border: 0;
background: transparent;
}


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/e2cf33dd-08cb-4298-a2bb-edc7d15ec12d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to create a basic plugin that bundles some content?

2017-02-26 Thread Jeff Vance
Ah, thanks for the tip!  I did some searching and I found the Tinka plugin, 
although it was a bit hard at first since it is no longer available where 
it was originally posted. I tried it out and it seems to be working really 
well.  I only have one problem so far:  one of my tiddlers I want to 
include is a style sheet tiddler (tagged $:/tags/Stylesheet). I noticed 
that after packaging this into the plugin, it no longer applies the style 
sheet modifications.  For example it modifies the color of the site title, 
changes the font for headings, etc.  Any ideas on why this happens?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/51e4794e-953a-4b23-9cb4-d61e0a11343e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to create a basic plugin that bundles some content?

2017-02-26 Thread Jeff Vance
Maybe this is a really basic question, but I did some searching and I'm 
having a hard time finding some basic steps on how to create a plugin.  I'm 
not doing anything advanced with javascript, etc.  I just have a bunch of 
tiddlers with some custom content, some images, and some macros I created 
that I want to bundle together.  Is there straight forward way to put all 
this into a plugin that I can share?  I also want to include some various 
customizations I've made to some system tiddlers.  Is this possible?  For 
example, I modified the new journal button to do some extra things.  I 
appreciate any guidance on this or links to more info.

Cheers,

Jeff

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/503c2bfd-54e2-4cc2-b1b7-e0e5e3d177e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to default SelectWidget to the first entry in a list?

2017-02-26 Thread Jeff Vance
I have a tiddler with a SelectWidget that runs a filter to get a list of 
options.  I want the selection to always default to the very first entry, 
which will change over time as new tiddlers are created.  I haven't seen 
any examples of how to do this.  I see that I can set a default selection 
by name, but in my case the name I want will always change.  Is there a way 
to do this that I'm missing? I would love to just say, whichever is the 
first entry in the list, select that by default.  

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/85bbf86b-282b-4e6c-88c9-3ed4690138df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to get all tiddlers not tagged by a list of tags?

2017-02-21 Thread Jeff Vance

Ah!  I think I figured it out!  I kept experimenting and I came up with 
this:

<>

Looks like it's working by doing 2 runs, the first to get everything tagged 
by the current tiddler then removing the results of another run that gets 
everything tagged with a status tag.  I'm not sure if there is a more 
efficient way, but I guess this works for now!


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9f7509a1-26dd-48dd-82b8-39faf040e280%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to get all tiddlers not tagged by a list of tags?

2017-02-21 Thread Jeff Vance

A quick example to clarify what I'm trying to do:  What I'd really like is 
to do something like this.


   - I have a series of "status" tags, such as To Do, Done, Obsolete, 
   Review.  The tiddlers for each of these tags are tagged "status".
   - So I can get a list of all "status" tags with tag[status].
   - Now, I want a list of all the tiddlers that are tagged by the current 
   title tiddler, but missing a status tag. Something maybe like this?  
   Actuallymaybe this is the solution I'm looking for? 
   
tag[status]] -tagging[]tag{!!title}


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/97ea9953-aacf-4b5d-9edc-dc4266d4151b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to get all tiddlers not tagged by a list of tags?

2017-02-21 Thread Jeff Vance
I'm a little stuck trying to create a filter that will take a list of tags, 
then retrieve all the tiddlers that are missing ALL of those tags. Is this 
possible?  I've been going through the list of possible filter operators 
and I can't seem to find a way to do it.  !tag works with just a single 
tag.  The "tagging" operator seems like it might have worked if it 
supported a negate (!) operation, but it apparently it doesn't.  "untagged" 
doesn't work because I want it to allow some tags to exist in the result, 
just not the ones that are specifically in this list.  Any ideas?


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/f20f1a4f-f967-4b20-a602-8469d3b5f98d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Transcluding a tiddler Title above body text (with link to open)

2017-02-16 Thread Jeff Vance
Ok, you are correct!  I tried adding a line break above and it suddenly 
worked.  A line break below was not necessary.

However, I kept experimenting and I found another way that I like better 
without using the view widget.  Using your suggestion to apply  tags, I 
can make the header a link using the link widget, which is ultimately what 
I wanted.  This seems to work really well.  Thanks for the tips!

<$tiddler tiddler=<>>
<$link to=<>>{{!!title}}
<$transclude mode="block"/>





-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/868b6fc0-2a49-401f-8d5b-0cd8733da6e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Transcluding a tiddler Title above body text (with link to open)

2017-02-16 Thread Jeff Vance
I found a few examples online that show how to use a template that will 
transclude the title of a tiddler above the body text. However, I tried 
creating such a template and applying it to the Tabs macro and it doesn't 
wikify the Title, or in fact anything I try to type there.  What I really 
want is for it to display as a main header (and even better, make it a link 
to open the tiddler outside the tab for editing).

For example:  if I try this, in a template:

<$tiddler tiddler=<>>
! <$view field="title"/>
<$transclude mode="block"/>


If I apply this template to the tabs macro, the body text shows up fine, but 
the title is plain text with ! in front. 
In fact any text I type there doesn't seem to by wikified.(like: !Test Title)

This seems the same as other examples I've found online, so I'm not sure if 
there is something different when using the tabs macro.
Or maybe something changed in recent versions of TW that requires a different 
way? I appreciate any tips!

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4ca183f6-e436-471f-9ef9-ce400e04a81f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Any way to stop transcluded tiddlers {{!!title}} from matching the parent title?

2017-02-16 Thread Jeff Vance
This is an interesting trick.  I gave it a try and it worked.  And thanks 
for the template idea, although I didn't need to do that in this case.  I'm 
already using a macro that then calls the tabs macro, getting the current 
tiddler title.  So I just put the <$tiddler> entry inside that outer macro, 
before calling <> and it is working in all the instances.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2c8df51d-b077-46fe-9b16-d9b9190f91ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Any way to stop transcluded tiddlers {{!!title}} from matching the parent title?

2017-02-15 Thread Jeff Vance
I'm very confused on how to manage the currentTiddler and {{!!title}} 
entries in a tiddler when it becomes transcluded.  I get that this is a 
powerful feature that allows a template tiddler to take on the title of 
whatever tiddler it is transcluded into.  But what about situations when I 
specifically don't want this?  Is there a way to force it to use the 
original title?

For example: In my current case, I have many weekly tiddlers that use macro 
to generate a table of journal entries for a week. It uses the title of 
that tiddler to get the week number, then it finds all the journal entries 
for that week. Now, I suddenly had this idea that I can collect all the 
weeks into a Yearly tiddler, using Tabs for each week. However, 
transcluding all the "week" tiddlers into the new tiddler containing the 
tabs prevents the macro from working since it tries to use the new title 
for the "week" parameter.  The only thing I can think of at the moment is 
to rewrite the macro to not use the title field and instead use another 
field that can contain the week number.  But that seems like a pain since I 
would have to update all the current weeks to contain the new field.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0442b502-e9a3-4d3b-88ef-ddd81bec1d7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do you substitute a tiddler title into a macro parameter?

2017-02-15 Thread Jeff Vance
Ah, Perfect!  Thank you!  Works exactly as I wanted.  I'll definitely keep 
this in mind if I ever need to do something like this again.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2a5a1f8a-df4e-4463-a69b-cda2fdb66ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How do you substitute a tiddler title into a macro parameter?

2017-02-15 Thread Jeff Vance
I'm having trouble substituting the title of a tiddler into an argument to 
the tabs macro.  What am I doing wrong?  This is in a macro I'm defining to 
take the title of the current tiddler, create tabs for all tiddler tagged 
by this one, then include an additional tiddler that has a "_Summary" 
suffix.  I want the summary tab selected by default.  It seems that the 
"default" argument is not working.


\define weeklyView()
<$macrocall $name="tabs"
  tabsList="[title{!!title}addsuffix[_Summary]][tag{!!title}sort[created]]"
  state="$:/state/daily_tab"
  default="{{!!title}}_Summary"
  class="tc-vertical"
/>
\end




-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3d12119c-0b98-4e52-9c4c-57bcdef6bcc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tag macro causes multiple drop-down menus to open

2017-02-05 Thread Jeff Vance
Hi Tobias:Thank you!  I copied that 2nd solution and it is working 
perfectly.  I have this in a macro that I'm using all over the place and 
until now the multiple pop-ups have been annoying. I'm so glad to have this 
cleaned up now. 

Cheers,

Jeff



On Sunday, February 5, 2017 at 3:40:26 PM UTC-6, Tobias Beer wrote:
>
> Hi again,
>
> To be precise regarding...
>  
>
>> There's been quite some lengthy back and forth on this, with proposed 
>> solutions and workarounds:
>>
>> *#2628 allows to specify state qualifier for tag popups*
>> https://github.com/Jermolene/TiddlyWiki5/pull/2628
>>
>
> The solution would be in the second example here:
>
> http://2628.tiddlyspot.com
>
> Best wishes,
>
> Tobias.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/86fd1705-7f8b-46b7-abae-b4c91b69a290%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Is it possible to get the size of a list filter into a variable?

2017-02-05 Thread Jeff Vance
Hi Jeremy,

Your example of a count filter operator is exactly what I'm looking for! 
 Looks like I'll just have to make do without this for now.  Although I'm 
excited to see that you're considering adding this. I'm assuming there must 
be other cases that a count operator would be useful.



On Sunday, February 5, 2017 at 2:26:21 PM UTC-6, Jeremy Ruston wrote:
>
> Hi Jeff, Jed,
>
> > Is it possible to get the size of a list filter into a variable?
>
> Not currently, no. There’s an enhancement already in the 5.1.14 prerelease 
> that provides part of the answer: filtered transcluded attributes. These 
> are attributes that return the first entry of a filtered list. For example:
>
> get[document]] }}}>
> …
>
> The other part is that we need a “count” filter operator (at the moment, 
> there’s only a count widget. The count filter operator would allow one to 
> do things like:
>
> 
> …
>
> I think it’s worth adding a “count” filter; I’ve also come across cases 
> where it would be useful.
>
> > The problem is that the list widget does everything. Almost every 
> component of tiddlywiki that is displayed is displayed inside a list 
> widget, from the order of the tiddlers in the story river to the buttons on 
> each tiddler. Unfortunately this means that anything you do to the list 
> widget has unintended consequences. a while ago Tobias made a modification 
> to the list widget that would give you the index of the current item of the 
> list. It was very useful, unfortunately it turns out that it also 
> interferes with some of the optimisations needed to make tiddlywiki run 
> reasonably.
>
> To clarify, Jed’s referring to the fact that we can’t extend the list 
> widget to provide a variable with the count of the number of entries 
> because it is optimised to re-use the widget and DOM trees of list entries 
> through the insertion and deletion of entries.
>
> > Recently there has been some more discussion about this and I think that 
> the current consensus is that we should just make another widget that does 
> what the list widget does but without the optimisation so we can include 
> things like giving a count of the number of things in a list. I think 
> someone said they would work on it but I don't know if any progress has 
> been made.
>
> Good idea. We need a name for the new widget; perhaps “repeat” or “loop”? 
> (Possibly best discussed via a GitHub ticket, if there isn’t one already)
>
> Best wishes
>
> Jeremy.
>
>
>
> On 5 Feb 2017, at 20:09, Jed Carty  
> wrote:
>
> The problem is that the list widget does everything. Almost every 
> component of tiddlywiki that is displayed is displayed inside a list 
> widget, from the order of the tiddlers in the story river to the buttons on 
> each tiddler. Unfortunately this means that anything you do to the list 
> widget has unintended consequences. a while ago Tobias made a modification 
> to the list widget that would give you the index of the current item of the 
> list. It was very useful, unfortunately it turns out that it also 
> interferes with some of the optimisations needed to make tiddlywiki run 
> reasonably.
>
> Recently there has been some more discussion about this and I think that 
> the current consensus is that we should just make another widget that does 
> what the list widget does but without the optimisation so we can include 
> things like giving a count of the number of things in a list. I think 
> someone said they would work on it but I don't know if any progress has 
> been made.
>
> -- 
> 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 tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> 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/85e52fd9-b55d-4b7a-b159-0eabff6acc2e%40googlegroups.com
>  
> 
> .
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/1334756b-1aac-4810-ae23-d85c86900864%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is it possible to get the size of a list filter into a variable?

2017-02-05 Thread Jeff Vance
Using limit operator with 1 looks like a pretty handy idea (I'll keep it in 
mind), but it doesn't quite help with my current problem. It looks like 
that just helps you determine if the list is empty or not. I'm trying to 
get the exact size of the list.

On Sunday, February 5, 2017 at 1:50:21 PM UTC-6, Mat wrote:
>
> I think this should solve it:
>
>
> https://groups.google.com/forum/#!searchin/tiddlywiki/premessage|sort:relevance/tiddlywiki/Bwjyzg0X6VA/0hiIOeNZEgAJ
>
> (see also  https://github.com/Jermolene/TiddlyWiki5/issues/2202 )
>
> <:-)
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/f7a717f9-2f15-4965-8289-7d08197be515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Is it possible to get the size of a list filter into a variable?

2017-02-05 Thread Jeff Vance
I'm not sure if this is possible.  I'm assuming it isn't since I've tried 
many things.  What I'm doing is I created a macro to generate a table of 
links, organized by certain tags they have.  It's using HTML table syntax 
since the size of the table is dynamic, it is easy to just keep adding rows 
of each entry found by the List widget.  

It's very similar to the filter operator table in the TW documentation 
here: http://tiddlywiki.com/#Filter%20Operators

The problem is, I want the left-most column to contain a row header for 
that group of tiddlers in the table share. So that cell must span the 
number of rows that will be generated.  For example, the filter says, get a 
list of all tiddlers with tag TBD, (say there are 5 of them), now create 
Row header with rowspan="5" displaying TBD as a title, now list links to 
the 5 tiddlers to the right of that row header.  If there are always 5, it 
works perfectly with the TBD row header spanning the 5 rows of links.  But 
this needs to support any number of tiddlers.  But it seems there is no 
possible way to get the size of the filter list and pass this to the 
rowspan attribute.  <$count> does not help since that seems to only wikify 
the result for displaying.  

Is there any way to accomplish this? I'm honestly a little surprised TW5 
doesn't already have a special operator or default variable to capture a 
list size.  Seems like the list widget could be enhanced to automatically 
set a variable equal to the size of the list.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/fe51b7f5-5369-493b-82e5-94c18e863fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Tag macro causes multiple drop-down menus to open

2017-02-04 Thread Jeff Vance
I like using the tag macro to insert a tag pill in wiki text.  I've been 
using this a lot to generate tables of links where I would instead insert 
the tag pill to give the option to go either to that tiddler, or select 
something tagged by that tiddler.  However, I noticed a strange problem: 
 if there are multiple instances of the same tag pill being displayed, 
selecting one of them reveals the drop-down menu on *all* instances.  In 
some cases, it looks very ugly and confusing because the menus might 
overlap.  Anyone else every notice this?  Maybe it's a very rare scenario. 
 It would be much better if this was fixed so only the instance you select 
reveals the menu.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/5301d69b-5878-45df-9b1f-9f83ae9c2a34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Can I put code blocks inside tables?

2016-08-31 Thread Jeff Vance
 I like to keep lots of notes of syntax on various programming languages or 
command line tricks.  In other note tools, I often would create a table 
that lists the commands in one column and a description in another.  I 
can't find any way to do this in TW5 with so many `|<> characters.  I can't 
escape those characters inside inline code block (with ` code `), so I 
figured I'd use full code blocks...but I would really like each block to be 
within 1 column of a table.  I can't seem to make it work.  Is it possible?


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/79beecb3-833a-4f07-842b-0b4a8eda95bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] CodeMirror plugin not highlighting TW5 syntax

2016-08-19 Thread Jeff Vance
Ah, ok, then that explains it!  I didn't realize nobody ever created a TW5 
highlighter.  I guess it is too significant a change from the TWC 
highlighter to just make a few updates to that one?



On Friday, August 19, 2016 at 3:03:42 AM UTC-5, Jeremy Ruston wrote:
>
> Hi Jeff
>
> Has anyone else noticed this?  I started using the CodeMirror plugin and 
> if I'm using Markdown or TWC syntax, the editor highlights fine.  But for 
> TW5 syntax, it doesn't work.  I thought it was kind of strange since I 
> assumed it would at least work for the default parser.  I checked my  
> $:/config/CodeMirror 
>  but nothing jumped out at me as missing.  I thought maybe this would 
> handle it, but apparently it only works with TWC:  
> "$:/plugins/tiddlywiki/codemirror/mode/tiddlywiki/tiddlywiki.js”,
>
>
> I’m afraid to say that there is no TW5 wikitext highlighter available for 
> CodeMirror at the moment. Creating one would be a welcome contribution but 
> is quite an intricate task, requiring detailed knowledge of TW5’s parsing 
> process.
>
> Best wishes
>
> Jeremy.
>
>
>
>
> -- 
> 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 tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> 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/71ac9365-4723-450a-8255-131e1e1d68a1%40googlegroups.com
>  
> 
> .
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d5967f7c-05b9-45c0-8f30-9d07ea610f44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] CodeMirror plugin not highlighting TW5 syntax

2016-08-18 Thread Jeff Vance
Has anyone else noticed this?  I started using the CodeMirror plugin and if 
I'm using Markdown or TWC syntax, the editor highlights fine.  But for TW5 
syntax, it doesn't work.  I thought it was kind of strange since I assumed 
it would at least work for the default parser.  I checked my  
$:/config/CodeMirror 
 but nothing jumped out at me as missing.  I thought maybe this would 
handle it, but apparently it only works with TWC:  
"$:/plugins/tiddlywiki/codemirror/mode/tiddlywiki/tiddlywiki.js",


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/71ac9365-4723-450a-8255-131e1e1d68a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-08-02 Thread Jeff Vance
Hi Jed,

Thanks a lot for making this plugin.  I was trying to find a way to 
organize my notes a certain way and this solves it for me perfectly.  

I did find a small bug:
- When creating new fields for tags in the control panel, if you 
accidentally enter an invalid name for the field (like inserting a space), 
it creates a tiddler (that apparently goes unused) of the form 
[[$:/settings/AlternateTagFields/bad field]].  This shows up in the recent 
tab.  I just deleted it, so no worries.



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0b8fc0d5-6187-4566-81d5-eea929ec9067%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How can I add a top banner when printing?

2016-07-28 Thread Jeff Vance
I want to create a setup where when I print the current story of tiddlers, 
it automatically inserts a banner at the top of the page.   I can sort of 
get what I want by creating a Print Banner tiddler that has a logo and big 
heading, then manually open this tiddler at the top, followed by a few 
other tiddlers.  Then I can print and it looks perfect.  However, I don't 
want to manually open this banner tiddler every time to do this.  Is there 
an easy way to change the style sheet for printing to include this 
automatically?

On a side note, I noticed I can do this for exporting to static HTML by 
modifying $:/StaticBanner, and then print the output file (since this 
banner is included automatically). But I don't like this so much because 1) 
it now takes extra step to first export, then open the exported file and 
then print, and 2) it's hard to get a static export of just the currently 
open tiddlers that looks right.  (although it works well for export of a 
single tiddler or when exporting all tiddlers).

Any ideas?  


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/38ac2bd4-16b8-4425-8d42-7fd1eeea0419%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.