Re: [tw5] [Request] Numbered lists need some love

2020-12-29 Thread Jan

Hi Eric,
thanks for this trick,
now preserving the numbering worked for me.

Best wishes Jan




Am 05.12.2020 um 22:11 schrieb Eric Shulman:

On Saturday, December 5, 2020 at 12:25:55 PM UTC-8 Jan wrote:

If I insert something else, like a header or a bullet there is no
way to pick up the numbering.


The trick to preserving the numbering is to wrap the block-mode item 
content inside a ..., like this:


# one
# two
# three

!!header in three

* first bullet in three
* second bullet in three
* third bullet in three

A paragraph within three.

and another paragraph.


# four
# five

see https://tiddlywiki.com/#Lists%20in%20WikiText (scroll to the 
bottom for "Paragraphs in Lists")


-e
--
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/36a5b884-0f0b-4c0e-be55-e5f3790e83bfn%40googlegroups.com 
.


--
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/5FEB49B9.3010203%40googlemail.com.


Re: [tw5] [Request] Numbered lists need some love

2020-12-05 Thread TW Tones
Eric,

Just playing and discovered you can use an arbitrary html element name for 
this. I made up "break".

#a

!Heading
*x

#b

Tones
On Sunday, 6 December 2020 at 08:11:12 UTC+11 Eric Shulman wrote:

> On Saturday, December 5, 2020 at 12:25:55 PM UTC-8 Jan wrote:
>
>> If I insert something else, like a header or a bullet there is no way to 
>> pick up the numbering. 
>>
>
> The trick to preserving the numbering is to wrap the block-mode item 
> content inside a ..., like this:
>
> # one
> # two
> # three
>
> !!header in three
>
> * first bullet in three
> * second bullet in three
> * third bullet in three
>
> A paragraph within three.
>
> and another paragraph.
>
> 
> # four
> # five
>
> see https://tiddlywiki.com/#Lists%20in%20WikiText (scroll to the bottom 
> for "Paragraphs in Lists")
>
> -e
>

-- 
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/9257c567-d807-4d80-8524-e30bf08bde0dn%40googlegroups.com.


Re: [tw5] [Request] Numbered lists need some love

2020-12-05 Thread Eric Shulman
On Saturday, December 5, 2020 at 12:25:55 PM UTC-8 Jan wrote:

> If I insert something else, like a header or a bullet there is no way to 
> pick up the numbering. 
>

The trick to preserving the numbering is to wrap the block-mode item 
content inside a ..., like this:

# one
# two
# three

!!header in three

* first bullet in three
* second bullet in three
* third bullet in three

A paragraph within three.

and another paragraph.


# four
# five

see https://tiddlywiki.com/#Lists%20in%20WikiText (scroll to the bottom for 
"Paragraphs in Lists")

-e

-- 
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/36a5b884-0f0b-4c0e-be55-e5f3790e83bfn%40googlegroups.com.


Re: [tw5] [Request] Numbered lists need some love

2020-12-05 Thread Jan

Hi Dave, Hi all,

I think Dave is right. My biggest problem with numbered lists in TW ist 
that the numbers are so easily broken.
If I insert something else, like a header or a bullet there is no way to 
pick up the numbering.
Though this should be possible in CSS it would be great to do this 
natively in TW.


Best wishes Jan






Am 30.11.2020 um 15:06 schrieb David Gifford:

Hi all

To be honest, this is not really a request for my own personal 
projects. I tend to prefer unordered lists myself. This is a request 
thinking of new users.


Second and subsequent levels of numbered lists just repeat the arabic 
numerals.


1.

  * 1.

  o 1.

I have a feeling this turns people away from using multiple level 
numbered lists in TiddlyWiki.


Would it be possible for someone to create a plugin so that numbered 
lists look like this? (no bullets, obviously - the new Google Groups 
ui seems to have eliminated indenting as a text formatting option.)


1.

  * a.
  o i.

Another nice option would be

1.

  * 1.1
  o 1.1.1

I have no idea if either or both of these are possible. But it would 
definitely be a welcome improvement, even as a plugin rather than as a 
core improvement.


Perhaps Saq's Editor-Autolists plugin would be the best candidate to 
add this kind of functionality? I wonder if that is something he might 
consider pursuing. Or would this be better as its own plugin?


Thank you all for your consideration. Blessings!
--
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/74c57951-c36f-4bc5-a16d-e4207960670bn%40googlegroups.com 
.


--
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/5FCBEBA3.5000800%40googlemail.com.


[tw5] [Request] Numbered lists need some love

2020-11-30 Thread David Gifford
Hi all

To be honest, this is not really a request for my own personal projects. I 
tend to prefer unordered lists myself. This is a request thinking of new 
users.

Second and subsequent levels of numbered lists just repeat the arabic 
numerals. 

1.

   - 1.


   - 1.
   
I have a feeling this turns people away from using multiple level numbered 
lists in TiddlyWiki. 

Would it be possible for someone to create a plugin so that numbered lists 
look like this? (no bullets, obviously - the new Google Groups ui seems to 
have eliminated indenting as a text formatting option.)

1.

   - a.
  - i.
   
Another nice option would be

1.

   - 1.1
  - 1.1.1
  
I have no idea if either or both of these are possible. But it would 
definitely be a welcome improvement, even as a plugin rather than as a core 
improvement.

Perhaps Saq's Editor-Autolists plugin would be the best candidate to add 
this kind of functionality? I wonder if that is something he might consider 
pursuing. Or would this be better as its own plugin?

Thank you all for your consideration. Blessings!

-- 
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/74c57951-c36f-4bc5-a16d-e4207960670bn%40googlegroups.com.