Ooh, but a plus on what Tony said, of a smarter detection.

Maybe...

`
# item
# item
object
`

When row 2 and 3 are selected then [tab] will produce

`
# item
## item
# object
`

But a linebreak separation will default it to an asterisk? Where the
selection of row 2, [linebreak] and row4 here:

`
# item
# item

object
`

Will produce

`
# item
## item

 * object
`

The  expected will be that [tab] will consider the row above it, defaulting
to * if the above row is blank, and defaulting to [linebreak] * if the
above row is not blank but does not contain (# or *)... Where [linebreak]
will facilitate list wikification.

So how it considers what to add when above row begins with (# or *)...
Maybe like this?

Samples on row2 and row3 selection...

`
# item
#* item
object
`

Becomes

`
# item
#** item
# object
`

And

`
# item
#* item
#* object
`

Becomes

`
# item
#** item
#** object
`
I wonder if others have the same expectations?

-jd


On Fri, Aug 14, 2020, 05:14 Saq Imtiaz, <saq.imt...@gmail.com> wrote:

> @bimlas @JD
>
> Assuming the following selection, would you expect the line that does not
> start with a * or # to be indented as well?
>
> # It's a fez.
> # I wear a fez now.
> # Fezzes <http://127.0.0.1:7777/#Demo> are cool.
> Bow ties are cool.
>
> Similarly should the following be indented on tab, or not:
>
> It's a fez.
> I wear a fez now.
>
> My feeling is that any line selected should be indented/unindented,
> regardless of whether it is already part of a list. But what should the
> default list type be, * for unordered list?
>
> On Thursday, August 13, 2020 at 8:07:55 PM UTC+2, bimlas wrote:
>>
>> Honestly, this solution is more handy for me now than Streams, because I
>> can handle list items the same way in a single tiddler as I do in Streams.
>>
>> One feature is missing from me: indenting / deindenting the selected
>> text. If multiple rows are selected at once, I like to change their
>> indentation at the touch of a button. Is it possible or hard to implement?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/IGBYnK6PMH4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/b5cd60a7-32cf-4f21-9f11-ce859f8fbb0ao%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b5cd60a7-32cf-4f21-9f11-ce859f8fbb0ao%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAOAd_aVC%2BcdGxFdSqxynOaVpUD-Pfmh5RhrT%3D%3Dz0z42pCYVi6g%40mail.gmail.com.

Reply via email to