[tw5] Combind two transcluded ToCs with no vertical space

2019-12-16 Thread DemoniWaari
I have two different ToCs in my sidebar, one for Journal entried (reversed creation sorting) and the rest are sorted by title. I have combined them by just transcluding both {{TableOfContents-Journal}}{{TableOfContents}} but there is an annoying vertical space in between the two. I think that T

[tw5] Re: Easily open excised (included) tiddler?

2019-12-16 Thread DemoniWaari
quot;><$transclude > mode="block"/> <$button class="mybuttons" set=<> > setTo="edit">Edit > > <$reveal state=<> type="match" text="edit"><$transclude > tiddler="$:/core/ui/EditTemplate"

Re: [tw5] Re: Easily open excised (included) tiddler?

2019-12-14 Thread DemoniWaari .
;> > setTo="edit">Edit > > <$reveal state=<> type="match" text="edit"><$transclude > tiddler="$:/core/ui/EditTemplate" /> <$button class="mybuttons" set=< > > setTo="show">Show > > &

[tw5] Easily open excised (included) tiddler?

2019-12-13 Thread DemoniWaari
Are there any good methods of quickly opening an excised tiddler from inclusion? Oftentimes when I excise a tiddler, I would like to edit it afterwards but the only way to do this is to go to search and type in the title of the excised tiddler and open it from there. I'd like to do something li

[tw5] Context dependent snippets?

2019-12-03 Thread DemoniWaari
Is is possible to make text snippets context dependent? As in, only available when used inside parentheses or other brackets. I'd like to do something like this in KaTeX $$ 1050 \rightarrow 1060 ~@~ 3\degree \text{C} / \text{min}$$ and it is super annoying to always repeat the \degree \text{C} /

[tw5] Change how "tab" button works on certain window

2019-05-29 Thread DemoniWaari
I was wondering how I could change how the tab button works on a specific window so that it skips a few tabs. For example, if I want to link a tiddler I would press ctrl+L to open up the menu, then type in a few letters, then tab to the correct tiddler and press enter. However, at the moment, t

[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
Yeah that's true, I completely forgot about that. In the end it's maybe one more keystroke extra, I wonder how hard it would be to make it so that when I tab to try and select the tiddler I want it would skip the two buttons on the right of the text field and straight go to the list below? That'

[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
I need to check that out. Yeah it might not be but I'll take a gander around if there is a way. If not, then I might make a thread about it. Thanks. On Monday, March 4, 2019 at 1:51:08 PM UTC+2, Watt wrote: > > Mohammad's 'SNR:search and replace in tiddlers' might do it > retrospectively? I don

[tw5] Re: Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
PERFECT! Thank you, it was not nearly as complicated as I thought. On Monday, March 4, 2019 at 1:17:27 PM UTC+2, Watt wrote: > > Hi demon > > You're not alone in your code mirror confusion. This worked for me; > > Go to Control panel, plugins, get more plugins, open library (while > online), scro

[tw5] Confused about CodeMirror plugins

2019-03-04 Thread DemoniWaari
So I noticed that the CodeMirror plugins would have an auto-completion feature which I would like to have. Unfortunately, I am lost on how to actually use it. In many releases the codemirror stuff is mentioned (e.g. 5.1.16 https://tiddlywiki.com/prerelease/static/Release%25205.1.16.html) but I

[tw5] Re: Extracting a specific row of text from a tiddler?

2018-11-06 Thread DemoniWaari
> *Mark S.* > So, your journal tiddler could have a field with a standard name (afm, > linux) where you note activities (e.g. afm: recalibrated the influx > manifold). Then you could have a tiddler "afm" with a view template that > lists all tiddler names and row contents for those actions. e.

[tw5] Re: Extracting a specific row of text from a tiddler?

2018-11-05 Thread DemoniWaari
> > Mark S. > Not sure I follow you. > > If you have a row in Tiddler3, called row1, then in Tiddler3 you can refer > to it by {{!!row1}} and in some other tiddler by {{Tiddler3!!row3}}. If you > ever need to change the contents of row3, you only need to do it in one > location. > Ah yes but

[tw5] Re: Extracting a specific row of text from a tiddler?

2018-11-02 Thread DemoniWaari
> > *Mark S.*, > Instead of excising to a separate tiddler, you could put the row into a > field in your tiddler. Then other tiddlers could easily access that > row/field ( {{Tiddler3!!importantstuff}} ) > True. The problem is that I'd still have to give the field a name, which means that I h

[tw5] Extracting a specific row of text from a tiddler?

2018-11-02 Thread DemoniWaari
I would like to have a list of tiddlers where I have mentioned the current tiddler (i.e. like in the references) but I would also want to see the entire row of text where I have mentioned it. Something like this: Tiddler1 - Some text - Here I mention another tiddler [Tiddler3] - Here

[tw5] Setting size of transluded tiddler with external text (_canonical_uri)

2018-09-19 Thread DemoniWaari
I have a tiddler where I have included a script file using _canonical_uri and the type of text/html. Unfortunately the tiddler has a lot of empty space at the bottom, looks like empty rows, even though the file itself does not have those. I'd like to trim them out. So, two questions: 1. Can

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-08-28 Thread DemoniWaari
; I'm pretty new to the github workflow, but it's better to leave an issue > there, because here it may get lost > > Thanks for the report, > BTC > >> >> On Sunday, August 19, 2018 at 8:30:00 PM UTC+3, BurningTreeC wrote: >>> >>> Hi @DemoniWaar

Re: [tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-08-27 Thread DemoniWaari
proper place for bug reports for this? >> > > I'm pretty new to the github workflow, but it's better to leave an issue > there, because here it may get lost > > Thanks for the report, > BTC > >> >> On Sunday, August 19, 2018 at 8:30:00 PM UTC+3, Burn

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-08-27 Thread DemoniWaari
an "Internal JavaScript Error" with only "Script error" in it. Again, using TiddlyDesktop. By the way, what would be the proper place for bug reports for this? On Sunday, August 19, 2018 at 8:30:00 PM UTC+3, BurningTreeC wrote: > > Hi @DemoniWaari, > > the c

Re: [tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-08-20 Thread DemoniWaari
PERFECT! Thank you so much for doing this. No more reaching for the mouse just to add a tag... On Sun, Aug 19, 2018 at 8:30 PM BurningTreeC wrote: > Hi @DemoniWaari, > > the current prerelease version of the KeeBoord plugin on its github page > now has this functionality using

[tw5] Re: Sidebar TOC has a different order than the TOC inside tiddler.

2018-08-13 Thread DemoniWaari
irectly calling the macro from > "Contents". > > Regards > > FrD > > > Le lundi 13 août 2018 16:41:00 UTC+2, DemoniWaari a écrit : >> >> I have a simple TOC tiddler: <> !sort{!!sorting}>>, and I use two fields: sorting and list. Sorting field &g

[tw5] Sidebar TOC has a different order than the TOC inside tiddler.

2018-08-13 Thread DemoniWaari
I have a simple TOC tiddler: <>, and I use two fields: sorting and list. Sorting field has just "list" in it and list field has "Journal Untagged ToDo Scripts Equipment". The point is that I want the order of the list field to be used in the main branch of the TOC and then inside Journal branch

[tw5] Re: toc-selective-expandable macro sort option

2018-08-08 Thread DemoniWaari
Hi Mohammad, I had a similar problem as you but in my case my first level is manual and third level is by creation date and this method works fine. I have not tried this for your case though. What you need to do it sort your TOC according to a field, e.g., <> and make a field called sorting in

[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-06 Thread DemoniWaari
You already can move tiddlers one slot next, one slot previous. Look at the > shortcut at the selectmode page ($:/KeyboardShortcut/select-mode-movenext > and $:/KeyboardShortcut/select-mode-moveprevious) > Oh I missed that! Works great. >> EDIT: Also noticed that if I press e to edit a t

[tw5] Re: SelectMode - KeeBoord Navigation

2018-08-06 Thread DemoniWaari
Looks really nice, can't wait to get the tag selection stuff. Couple of things: How about making a shortcut for the search bar? Would be great to ctrl+f, type my stuff, tab tab enter, my tiddler pops up, press e and get straight to editing it. Also would it be hard to get re-ordering of a sele

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-08-06 Thread DemoniWaari
Ohh amazing, gotta try this out asap! On Saturday, August 4, 2018 at 5:07:28 PM UTC+3, BurningTreeC wrote: > > Hi all, I'm about to add the functionality to select tags by keyboard to > the SelectMode plugin. I've made a new thread for it: > https://groups.google.com/forum/#!topic/TiddlyWiki/GI

[tw5] Re: Table of contents: multiple tags?

2018-08-01 Thread DemoniWaari
> On Wednesday, August 1, 2018 at 4:29:44 AM UTC-7, DemoniWaari wrote: >> >> Hi, >> >> I have a table of contents where I keep my journal. The journal is >> further divided into months and weeks, so each month has multiple weeks >> under it. The problem is t

[tw5] Table of contents: multiple tags?

2018-08-01 Thread DemoniWaari
Hi, I have a table of contents where I keep my journal. The journal is further divided into months and weeks, so each month has multiple weeks under it. The problem is that if I have a week which has a few days in August for example (like week 31) and rest are in July, when I tag my daily tiddl

[tw5] Editor toolbar icon centering?

2018-08-01 Thread DemoniWaari
Hi, I have made an icon for a button that wraps a command around angle-brackets. I have also made an SVG icon for i. Unfortuately, I cannot understand why it is not centered properly! Here is the code for the SVG. As far as I can see it is exactly the same as for the linkify and transcludify b

[tw5] TiddlyDesktop keyboard language?

2018-07-31 Thread DemoniWaari
Hi, I was wondering if here is someone who known how to change the keyboard language of TiddlyDesktop? I noticed that mine was set to Norwegian, which is slighly different than Finnish. I found a keyboard shortcut for changing it in chromium (alt+caps) and it changed it to English. Unfortunatel

[tw5] Re: [MuuriTouch] Reloaded

2018-07-31 Thread DemoniWaari
Hi, This looks great! So nice to have multiple columns so that I do not have to scroll all the time and it just looks *so good!* A few notes / requests though: - It would be nice to be able to freely arrange the tiddlers instead of them being forced to be horizontally or vertically alig

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-07-24 Thread DemoniWaari
s do not seem to work in the demo page and I >> have no idea how to install it as there is no drag-and-drop install link. >> Could you make one so I can try it in my TiddlyDesktop? >> >> Thank you for doing this! >> >> On Thursday, July 12, 2018 at 4:12:45 PM UTC+3

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-07-24 Thread DemoniWaari
wrote: > > Hi @DemoniWaari, > > there's a demo on keeboord-tags.tiddlyspot.com > > you activate tags-selection pressing the down-arrow when the tags input is > focused (when the tags dropdown is shown) > then you can select tags by pressing Tab > hitting enter adds

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-07-12 Thread DemoniWaari
ht take me a while to do. Maybe easier would be to tab tab to text, then use a keyboard shortcut to open up a secondary tiddler and do the search for a tag there. Thanks for the input! On Thursday, July 12, 2018 at 3:29:06 AM UTC+3, TonyM wrote: > > > DemoniWaari > > Welcome to t

[tw5] Re: Selecting tags from the drop-down -menu using keyboard

2018-07-11 Thread DemoniWaari
o get to the text field. Can I remove this >> somehow? >> >> What I'd like to do is start writing a tag, see the one I'm interested >> in, press down arrow x times to highlight it, enter to add it and tab to >> the text field. >> > > Hi @De

[tw5] Selecting tags from the drop-down -menu using keyboard

2018-07-11 Thread DemoniWaari
Complete TiddlyWiki noob here, started using it two days ago. Is is possible to select a tag with my keyboard from the drop-down -menu that pops up when I start writing a specific tag? It's quite annoying that each time I start typing out a tag and I see the correct tag after writing two or th