Re: [tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-11-09 Thread Jeremy Ruston
On a device with a keyboard you can click on TiddlyWiki's page background and then use the keyboard shortcut for "paste". The $:/Import dialogue should open with the pasted item as a tiddler. Best wishes Jeremy. -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 9 Nov 2020, at

[tw5] Re: move preview panel to bottom for tagged tiddler

2020-11-09 Thread Brian Radspinner
Try working these values into your stylesheet and see how it goes, it works for me... /* - edit text field - */ .tc-tiddler-edit-frame .tc-tiddler-preview iframe.tc-edit-texteditor { float: none; width: 100%; } /* - content preview area - */ .tc-tiddler-preview-preview

[tw5] Re: Help Wanted - Filtered transclusion

2020-11-09 Thread Saq Imtiaz
You may have missed my point. I don't believe your first filter run every returns an empty title list. Try this: {{{ [!is[blank]] ~[!is[blank]] ~[] }}} For a hint try this in Advanced Search -> Filters: [] It should tell you there is 1 match. You can also test: {{{ [count[]] }}} Your first

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Joshua Fontany
Saq caught it! You are overwriting the text field of each tiddler as it is imported with a blank string. Delete the "text" and "_cannonical_uri" fields from the config json, and you should be good. The reason we do not use "_canononical_uri" in this instance is that we are not asking the

[tw5] Re: Changing the background color for tabs?

2020-11-09 Thread Tiddly Novice
Still trying to figure out how to apply style overwrites to transcluded tiddlers, but in cases where there isn't any pre-existing style stuff applying to the tiddler transcluded by the tabs that would affect the margin or padding properties, the following CSS code would work. Though I don't

[tw5] Re: Help Wanted - Filtered transclusion

2020-11-09 Thread TW Tones
Saq, Thanks fort the tip, yes I tried that. I will review again with a fresh look, but it is confusing me. I am wondering if there is some sort of regression or bug here? I suppose in the mean time if I can find an alternative, perhaps with list filters and not filtered transclusions it would

[tw5] Re: Changing the background color for tabs?

2020-11-09 Thread Tiddly Novice
I got part of the solution figured out. I made some CSS that removed some of the empty space, but there seems to be some left. Except, I think that empty space is not from the tabs but rather from the transcluded tiddler. The inspector tool in TiddlyDesktop reveals there's a paragraph creating

[tw5] Re: Changing the background color for tabs?

2020-11-09 Thread Tiddly Novice
I think what might be happening is that empty padding or margins or something is just sort of naturally getting added during the usage of the TW tabs macro. I'm pretty sure there'd be a way to remove that, the question is what the best way to do that would be. One way might be to write a new

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread TiddlyTweeter
Ciao Anjar My point was ONLY that .htaccess setup is NOT a TW issue. It is a server admin issue. So why are we talking about it? In very smart TW like BOB you can manage the needed files in the online server version. But that is likely rare. Hope this clarifies the scope for you. TT On

[tw5] Is there a way to create a tiddler using text that is stored in the clipboard?

2020-11-09 Thread si
Say you have copied a paragraph of text and it is stored in your clipboard. Is there a way to create a button in TiddlyWiki that will create a new tiddler whose "text" field is populated with whatever was stored in your clipboard? I'm not expecting the answer to be yes but I thought I'd ask

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Anjar
Hi TT, I'm not sure I follow your thoughts. For example, I have an online tiddlywiki for sheet music and since some of the scores are in public domain and others not, I separate them and protect the latter with htaccess. That way I can still make a tiddler for it and tag it etc. and embed the

[tw5] Re: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2020-11-09 Thread odin...@gmail.com
Did you end up with a way to disable the hover mode? I am trying to find it within the code, but I can't seem to find it. Op maandag 27 augustus 2018 om 12:57:07 UTC+2 schreef JD: > Hi Mohammad, > > In a future version I'll add an option to disable the hover mode and have > it simply close

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Saq Imtiaz
Skip the text and canonical Uri fields. On Monday, November 9, 2020 at 3:21:16 PM UTC+1 si wrote: > Hi Joshua, thanks for your reply. > > I tried out your suggestion for node.js and although the tiddlers for the > text-files do get created, the text still won't display. > > I created the file

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread TiddlyTweeter
text/html is likely the wrong type. TT On Friday, 6 November 2020 19:21:09 UTC+1, si wrote: > > I have some external source-code files that I would like to add to my wiki > as plain text so that I can make notes on them. > > Rather than making another copy of the text, I thought I would be able

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread TiddlyTweeter
Ciao Anjar ... you can have some content public but also put some content in a > subfolder protected by htaccess and include it in the tiddlywiki. Works > perfectly for pfs etc > Right. Though that is nothing to do with TW, or changes anything you do in it. The only TW bit I can see is you

[tw5] Re: Making (converting) an FAQ into a vanilla TW5

2020-11-09 Thread Osin
I found this page that is somewhat of an FAQ that could become useful. When you say "'question field' for the full question", are you referring to the "add a new field" option at the bottom of every tiddler? I will dig into this more. Re: IE, yeah, no one

[tw5] Re: Making (converting) an FAQ into a vanilla TW5

2020-11-09 Thread 'Mark S.' via TiddlyWiki
Side note. I believe MS will be retiring IE next year. Designing anything around it would be counter-productive. On Monday, November 9, 2020 at 7:29:01 AM UTC-8, Mark S. wrote: > > I would use the title for a short question, the text field for the full > answer, and a "question" field for the

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Anjar
Hi, I'm rather interested in this as well as it may be a way of implementing access control through htaccess; you can have some content public but also put some content in a subfolder protected by htaccess and include it in the tiddlywiki. Works perfectly for pfs etc. Best, Anders mandag 9.

[tw5] Re: Making (converting) an FAQ into a vanilla TW5

2020-11-09 Thread 'Mark S.' via TiddlyWiki
I would use the title for a short question, the text field for the full answer, and a "question" field for the full question. A view template for the item would allow the user to see as little or as much as they wanted of the answer. Every tiddler would be tagged as "FAQ" and then tagged with

[tw5] Two Alternatives to Tiddlyspot: 1. GitHub Pages 2. Google Drive

2020-11-09 Thread Mohammad
Tiddlyspot.com has closed its free services to hosting Tiddlywiki and there are alot of Tiddlywiki files on Tiddlyspot.com which cannot be edited / maintained anymore. Fortunately Tiddlywiki is enough flexible to be able to switch to alternatives very quickly. Here there are two alternatives

[tw5] Making (converting) an FAQ into a vanilla TW5

2020-11-09 Thread Osin
Hello, I'm looking to convert an internal work FAQ housed in a spreadsheet into a mostly vanilla TW5. The FAQ is living and breathing, based on emails and decisions, so it can't fit neatly in a drop-down list. I am having trouble deciding on how to split my data while keeping it fairly

[tw5] move preview panel to bottom for tagged tiddler

2020-11-09 Thread Alexander Kogan
Hello, I'm trying to change the edit preview of a tiddler, so that the preview panel is shown under the edit textbox instead on the right side. This should also only be the case, if the tiddler is tagged with "preview-down". I'm unsing tiddlydrive v0.1.3 to display a wiki in a Google Drive and

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Saq Imtiaz
You are overwriting the text field. Remove: "text": "", "_canonical_uri": {"source": "filename", "prefix": ""} On Monday, November 9, 2020 at 3:21:16 PM UTC+1 si wrote: > Hi Joshua, thanks for your reply. > > I tried out your suggestion for node.js and although

Re: [tw5] Re: Palette Diagram

2020-11-09 Thread TiddlyTweeter
Ciao W Yan ... > > Those are 'indicators' of what you can change, not an actual element. For > example, if you change the palette of Alert background in the editor, you > are not going to see the change because that particular element is not > visible yet. What I'm suggesting is having a

[tw5] Re: Palette Diagram

2020-11-09 Thread TiddlyTweeter
PMario wrote: > ... plus - an example element. This should make experimenting much easier. > Right. The OP, as I read it, is about understanding IN-CONTEXT. I think it true to say that CSS in TW is currently difficult *MERELY because we don't make changing it easier*. It actually uses a

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread si
Hi Joshua, thanks for your reply. I tried out your suggestion for node.js and although the tiddlers for the text-files do get created, the text still won't display. I created the file tiddlers/text-files/tiddlywiki.files a directory as you described, and put the file Text file.txt into the

[tw5] Re: Improved references in TiddlyRemember flashcards

2020-11-09 Thread si
Hi Soren et al. I've been playing around with the dynannotate plugin recently and in my opinion it combines really nicely with TiddlyRemember so I thought I'd share. You can highlight text then attach flashcards directly to that bit of highlighted text. See this gif for an illustration:

[tw5] Re: Palette Diagram

2020-11-09 Thread PMario
On Sunday, November 8, 2020 at 10:57:16 PM UTC+1, Tiddly Novice wrote: > > > The palettes for themes has a lot of different items listed, but it's not > intuitively obvious what item refers to what part of the gui. I've spent > far too long trying to hunt down the item/value pairs I want to

Re: [tw5] Re: Palette Diagram

2020-11-09 Thread W Yan
Using browser inspection tools is a good idea, but elements like Alerts, Blockquote, Codes, Modals etc. are not something you can inspect right away; You need to make them first, or search for them, which is a bit inconvenient (and hard, for beginners). I think it would be great to have some kind

[tw5] Re: Cross-link multiple wikis

2020-11-09 Thread Victor Dorneanu
> if I may suggest you something, I think it is way better to go for "server" solution of tiddlty wiki like TW5-Bob or node js than single file wiki I've used nodeJS solution before on my local machine and it got laggy. I guess you can still improve

[tw5] Re: Palette Diagram

2020-11-09 Thread TiddlyTweeter
Tiddly Novice There is no comprehensive *contextual GUI* guide to the TW coloring book (palette). The CSS *class names* that apply colors can help a lot as they are descriptive. There are also plugins, though prob a bit advanced if you first using TW, dealing with help set complementary

[tw5] Re: Tufte-like sidenotes: generate random ids

2020-11-09 Thread TiddlyTweeter
Ciao Anjar Tufte is a brilliant information designer. His books are phenomenal & enlightening. He bridges the gap between information crunching for okay results to stellar art-sensibility mediated delivery of visuals that are immediately comprehensible. I had a look at the code you supplied