Hi Dave,

You create a tiddler to be edited. If you use the code as is, then tag the 
tiddler "Mine" and close.

You put the code in a tiddler and call it what you want. Save (view the 
tiddler). Use the Open in a new Window option. From the dropdown menu, 
select the tiddler you want to edit (the one you just created). In my 
example code, I only display tiddlers tagged with "Mine" because I was 
re-testing on TiddlyWiki.com where there are too many tiddlers. But in an 
empty TW you might not need to tag.

-- Mark

On Saturday, September 15, 2018 at 10:43:48 AM UTC-7, Dave Gifford - 
http://www.giffmex.org/ wrote:
>
> Where do you put that code, Mark? I think I am missing a step. Just 
> putting it into a blank tiddler doesn't help too much to create space, and 
> I am not seeing an 'open in a new window' option even when I right click. 
>
> On Saturday, September 15, 2018 at 12:22:18 PM UTC-5, Mark S. wrote:
>>
>> TW is pretty minimalist already. Here's some code I use sometimes:
>>
>> <$select tiddler="$:/state/side-edit-tiddler" tag="input">
>> <$list filter="[!is[system]tag[Mine]sort[title]]">
>> <option value=<<currentTiddler>>><$text text=<<currentTiddler>>/>
>> </option>
>> </$list>
>> </$select>
>>
>> <div class="tc-tiddler-frame">
>> <$edit-text tiddler={{$:/state/side-edit-tiddler}} 
>> class="tc-edit-texteditor"/>
>> </div>
>>
>> I added the tag "Mine" because I was reviewing on TiddlyWiki.com, but you 
>> can remove that for an empty TW file.
>>
>> The advantage of this is that you can "open in a new window" and have 
>> pretty much the entire real estate to yourself, with no distracting tool 
>> bars or controls. Just be sure to go back to the TW to save from time to 
>> time. If distractions are actually wanted, someone could add back in the 
>> toolbar features they most like.
>>
>> -- Mark
>>
>> On Saturday, September 15, 2018 at 7:07:20 AM UTC-7, @TiddlyTweeter wrote:
>>>
>>> There was a very interesting comment on Twitter about why the user 
>>> wasn't going for TiddlyWiki ...
>>>
>>> ... it's really useful! i was seduced by the utter simplicity of plain 
>>>> text files though. i really enjoy stark, stripped down interaces 
>>>> (especially for writing)
>>>>
>>>
>>> ... for me it was more textural than anything. that's one of the 
>>>> challenges for me in finding a replacement. it seems there are similar 
>>>> tools (zim, etc.) but all of them have a similarly busy interface.
>>>
>>>  
>>> @lorenschmidt 
>>> <https://twitter.com/lorenschmidt/status/1039960312223604736>
>>>
>>> It raises a great point about need for a design for the minimalist 
>>> interface possible, optimised for writers who want to write *first*, and 
>>> organise later. 
>>>
>>> Any thoughts?
>>> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d718078-efd4-4d56-9e09-117e930e8f30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to