[tw5] Re: Basic keyboard shortcuts for outlining

2022-01-26 Thread Dyllon Gagnier
Thanks Eskha, that's more what I was looking for. I'm not a huge fan of 
streams for this since I think it creates too many tiddlers.
On Wednesday, January 26, 2022 at 7:18:47 AM UTC-8 Eskha wrote:

> Hi,
>
> Have you tried :  Saq Editor AutoLists 
>  ?
>
> "Editor AutoLists - makes TiddlyWiki's unordered lists feel like an 
> outliner program, using enter to add a new line and an asterisk, and tab to 
> enter more asterisks (for indenting)."
>
> Eskha
>
> Le mercredi 26 janvier 2022 à 04:05:21 UTC+1, dyllon...@gmail.com a 
> écrit :
>
>> I was wondering if someone knew of an easy way to add orgmode like 
>> keyboard shortcuts for making lists? Specifically I want to have one that 
>> increases unordered list level, one to decrease it, and a command to create 
>> a new item in the same list (I think alt+enter in orgmode assuming alt is 
>> your meta key).
>>
>> My initial thought was to do a global keyboard shortcut with an action 
>> along the lines of:
>>
>> <$action-sendmessage $message="tm-edit-text-operation" 
>> param="prefix-lines" character="*" count="1" />
>>
>> I can kind of get it to work by created a JS module with 
>> module-type texteditoroperation and then modify prefix-lines to do what I 
>> want, but that seems very ham fisted.
>>
>> Would also be interested if anyone has created a plugin that either makes 
>> it easy to implement this or does what I am trying to do.
>>
>

-- 
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/e597802a-7290-463f-a386-524597f643d7n%40googlegroups.com.


[tw5] Re: Basic keyboard shortcuts for outlining

2022-01-26 Thread Eskha
Hi,

Have you tried :  Saq Editor AutoLists 
 ?

"Editor AutoLists - makes TiddlyWiki's unordered lists feel like an 
outliner program, using enter to add a new line and an asterisk, and tab to 
enter more asterisks (for indenting)."

Eskha

Le mercredi 26 janvier 2022 à 04:05:21 UTC+1, dyllon...@gmail.com a écrit :

> I was wondering if someone knew of an easy way to add orgmode like 
> keyboard shortcuts for making lists? Specifically I want to have one that 
> increases unordered list level, one to decrease it, and a command to create 
> a new item in the same list (I think alt+enter in orgmode assuming alt is 
> your meta key).
>
> My initial thought was to do a global keyboard shortcut with an action 
> along the lines of:
>
> <$action-sendmessage $message="tm-edit-text-operation" 
> param="prefix-lines" character="*" count="1" />
>
> I can kind of get it to work by created a JS module with 
> module-type texteditoroperation and then modify prefix-lines to do what I 
> want, but that seems very ham fisted.
>
> Would also be interested if anyone has created a plugin that either makes 
> it easy to implement this or does what I am trying to do.
>

-- 
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/5d2987b4-8695-4b70-b2b4-f86db44b79een%40googlegroups.com.


[tw5] Re: Basic keyboard shortcuts for outlining

2022-01-25 Thread 'Mark S.' via TiddlyWiki
Streams acts a bit like org-mode out of the box (but no folding AFAIK).
https://saqimtiaz.github.io/streams/

On Tuesday, January 25, 2022 at 7:05:21 PM UTC-8 dyllon...@gmail.com wrote:

> I was wondering if someone knew of an easy way to add orgmode like 
> keyboard shortcuts for making lists? Specifically I want to have one that 
> increases unordered list level, one to decrease it, and a command to create 
> a new item in the same list (I think alt+enter in orgmode assuming alt is 
> your meta key).
>
> My initial thought was to do a global keyboard shortcut with an action 
> along the lines of:
>
> <$action-sendmessage $message="tm-edit-text-operation" 
> param="prefix-lines" character="*" count="1" />
>
> I can kind of get it to work by created a JS module with 
> module-type texteditoroperation and then modify prefix-lines to do what I 
> want, but that seems very ham fisted.
>
> Would also be interested if anyone has created a plugin that either makes 
> it easy to implement this or does what I am trying to do.
>

-- 
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/e0fa19fe-4709-41eb-9989-e61806d430d5n%40googlegroups.com.