Suggestion: Distraction-free editing

305 views
Skip to first unread message

Mark S.

unread,
Oct 20, 2016, 12:02:06 PM10/20/16
to TiddlyWiki
There's currently a way to put a tiddler in a separate window. It would be really great if you could also EDIT that window, so you could use it for distraction-free editing.

Thanks!
Mark

Thomas Elmiger

unread,
Oct 20, 2016, 6:33:29 PM10/20/16
to TiddlyWiki
Hi Mark

May I suggest the following procedure after opening a tiddler in edit mode:
1. activate full screen mode
2. hide sidebar
optional: 3. hide preview

Could there be less distraction?

Have fun ;–)
Thomas

PMario

unread,
Oct 20, 2016, 6:50:58 PM10/20/16
to TiddlyWiki
On Thursday, October 20, 2016 at 6:02:06 PM UTC+2, Mark S. wrote:
There's currently a way to put a tiddler in a separate window. It would be really great if you could also EDIT that window, so you could use it for distraction-free editing.

IMO that's an idea for a TW theme.
-m

Mark S.

unread,
Oct 20, 2016, 10:49:59 PM10/20/16
to TiddlyWiki
I don't want TW in full-screen. Unfortunately, some distraction is usually required in order to copy and paste and reference other documents. I also want more than one tiddler. All of this could happen if one could edit as well as view a tiddler opened in it's own window.

Thanks,
Mark

Jeremy Ruston

unread,
Oct 21, 2016, 5:28:36 AM10/21/16
to tiddl...@googlegroups.com
Hi Mark

Mat has a thing called “side editor” that is designed to present a single tiddler in the sidebar for editing. There is a dropdown to choose which tiddler you are editing.

You should be able to use Mat’s thing in a separate window just by navigating to the corresponding tiddler and clicking “open in new window”.

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/230eba4a-f88d-4338-b722-e93371bc8494%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Josiah

unread,
Oct 21, 2016, 6:25:19 AM10/21/16
to TiddlyWiki
Ciao Mark & Jeremy

I fully agree that Mat's "Side Editor" is neat & might suit your needs. You need a bit of screen estate for it. Its very solid & reliable.

You can find it here: http://sideeditor.tiddlyspot.com/

Best wishes
Josiah

Mark S.

unread,
Oct 21, 2016, 10:17:18 AM10/21/16
to TiddlyWiki
Thanks for the suggestion, Jeremy.

Unfortunately, when I click on "open new window", I get the rendered tiddler without controls, and the floating, editable text, stays with the main wiki. If the editable text were to float outside the browser, then that would be pretty much on target.

Thanks!
Mark
Message has been deleted

Jeremy Ruston

unread,
Oct 21, 2016, 10:45:01 AM10/21/16
to tiddl...@googlegroups.com
Hi Mark

OK, try creating a new tiddler and inserting this:

Tiddler: <$select tiddler="$:/state/side-edit-tiddler" tag="input">
<$list filter="[!is[system]sort[title]]">
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$select>

<$tiddler tiddler={{$:/state/side-edit-tiddler}}>
<$transclude tiddler="$:/core/ui/EditTemplate"/>
</$tiddler>

Then open that tiddler in a new window.

That gives you the full TW editor in a separate window. If you’d rather just have the main body text editor, then substitute the following the last three lines above:

<div class="tc-tiddler-frame">
<$edit-text tiddler={{$:/state/side-edit-tiddler}} class="tc-edit-texteditor"/>
</div>

Do beware of editing a tiddler in the side window while also editing it in the main window.

Best wishes

Jeremy

Sylvain Naudin

unread,
Oct 25, 2016, 12:02:54 PM10/25/16
to TiddlyWiki
It's a nice tips !
I've some long tiddlers, and with this code, it will be fun/easier to edit content on my first screen and scrool to part edit and see result on second screen with regular wiki.

I vote to add this to wikibar or to more option to edit in new window :p

Thanks for sharing.
Sylvain

Tobias Beer

unread,
Oct 25, 2016, 12:13:36 PM10/25/16
to TiddlyWiki
Hi Sylvain,

 
I vote to add this to wikibar or to more option to edit in new window :p

Yes and no.
  1. It needs some polishing, but the general concept is gr8, especially for big screens or two monitors or an otherwise readOnly wiki
  2. you should be able to search for the title you wish to edit
  3. It shouldn't be necessary to open edit mode to click the editor toolbar just to get to a fullscreen edit mode window, but that could be one way to do it, sure

Best wishes,


Tobias.

Sylvain Naudin

unread,
Oct 25, 2016, 12:30:59 PM10/25/16
to TiddlyWiki
Bonjour Tobias :)

Yes of course, I agree with you, it need more polishing (search, with or without wikibar, etc..)

If there is an edit-window on View Toolbar, there no need to select/search tiddler to edit.

Mark S.

unread,
Oct 25, 2016, 12:57:54 PM10/25/16
to TiddlyWiki
Thanks Jeremy!

So far, especially the 2nd version, has been working well. The first version shows places where icons should be, but there's just little stubs. Hovering over the stubs you can see their original functions.

Currently, I could make a second tiddler if I wanted to open more than one tiddler this way at a time (imagine having various notes splayed around a project). I'm wondering if there is a way to make this like a template, so multiple tiddlers could be opened (without having to insert the code into each place-holder tiddler.

Thanks again!
Mark
Reply all
Reply to author
Forward
0 new messages