[tw] Re: List continue formatting

2016-01-30 Thread Scott Simmons (Secret-HQ)
On Wednesday, January 27, 2016 at 11:41:21 AM UTC-5, Jake Dulivitch wrote:

As I'm recommending Tiddlywiki for people that are not familiar with any 
> coding, I was hoping to use only wikitext notation,
> however using html, obviously, won't be a problem.
>
 
Hi, Jake —

If you want to avoid HTML tags, triple quotes will do the trick, too:

#This is list item 1.
#"""This is list item 2.

It goes on a ways.
As you can see.

On multiple lines, even."""
#And this is list item 3.

;)

-- 
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 post to this group, send email to tiddlywiki@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/6df0c122-d64c-43b9-98eb-26dd355f63ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List continue formatting

2016-01-27 Thread Jake Dulivitch
Hi guys,

As I'm recommending Tiddlywiki for people that are not familiar with any 
coding, I was hoping to use only wikitext notation,
however using html, obviously, won't be a problem.

@Tobias The topic subject was not tagged with [TW5]. Guessing from its 
creation year, 2010, it is pre TW5.
I should have noted. My bad!

Many thanks to Felix and Tobias!

All the best,
J.

-- 
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 post to this group, send email to tiddlywiki@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/2d2c3cac-fa31-4232-b3e9-fa3461efd6a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: List continue formatting

2016-01-27 Thread Felix Küppers
Hi Jake,

as far as I know, this is only possible if you switch to html tags:

#Some text number one
#
   several lines of text
   that must be indented
   
   code line 1
   code line2
   

#Some text number three
#Some text number four

-Felix



On 01/27/2016 02:24 PM, Jake Dulivitch wrote:
> The example you pointed out doesn't work:
>
> #Some text
> #Some text{{foobar{
> List continue text
> may be several lines long with
> formatting and other wiki syntax
> }}}
> #Some text
> #etc.
>
> I'd like to indent several lines on one of the bulleted item and it
> would have also two lines of code (some shell commands) like
>
> #Some text number one
> #Some text number two
>several lines of text
>that must be indented
>```
>code line 1
>code line2
>```
> #Some text number three
> #Some text number four
>
> Would it be possible?
>
>
> On Wednesday, February 24, 2010 at 2:09:19 PM UTC+1, Eric Shulman wrote:
>
> > Is there a method to enter paragraph text following a numbered or
> > unnumbered list?
> > For Example:
> > 1.  Some text
> > 2.  Some text
> >  List continue text
> > 3.  Some text
> > It is important for me to have the numbering continue after the list
> > continue text.
>
> You can use the {{CSSclassname{...}}} syntax to create a "wrapper"
> element around the paragraph of content.  If the wrapper *starts* on
> the same line as the bullet item, then the paragraph will be properly
> indented and the item numbering will be continued following the close
> of the wrapper, as desired.
>
> Like this:
>
> #Some text
> #Some text{{foobar{
> List continue text
> may be several lines long with
> formatting and other wiki syntax
> }}}
> #Some text
> #etc.
>
> Note that the actual classname used to define the wrapper isn't really
> important: it doesn't even have to exist in your StyleSheet
> definitions.  In fact, if you make sure that the classname you use is
> *not* defined, then it will ensure that that the wrapper does not add
> any extra, unintended styles to the paragraph it contains.
>
> Also note: there are a whole bunch of convenient 'formatting shortcut'
> CSS classes pre-defined here:
>http://www.TiddlyTools.com/#StyleSheetShortcuts
> 
>
> Import this tiddler into your document, and then add:
>   [[StyleSheetShortcuts]]
> to the end of your StyleSheet tiddler.  This will incorporate the
> 'shortcut' classes into your styles, so that you can then use them
> with the {{classname{...}}} syntax to easily apply common styles to
> your content.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>
> -- 
> 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 post to this group, send email to tiddlywiki@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/2fb3dc09-ee31-480b-af9f-13b4b6f53251%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to tiddlywiki@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/BLU436-SMTP218380692CA156B865AF3AECED90%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List continue formatting

2016-01-27 Thread Tobias Beer
Hi Jake,
 

> ts old, but I didn't want to open a new topic to just to discuss something 
> that was already raised.
>

TiddlyWiki5 and TiddlyWiki classic are not the same at all.
Possibly, the group description should reflect that a tiny bit better.

In other words, you're talking apples when wanting to discuss pears.
What you could use for your desired outcome is html, e.g.:

# foo
# bar 

baz

```
mumble frotz 
```

# ok!

Best wishes,

Tobias.

-- 
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 post to this group, send email to tiddlywiki@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/e65c1e73-3040-4a72-824d-ac41b1475ab0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List continue formatting

2016-01-27 Thread Jake Dulivitch
Indeed... i

ts old, but I didn't want to open a new topic to just to discuss something 
that was already raised.

I'm using TW5 (5.1.10).

On Wednesday, January 27, 2016 at 2:57:35 PM UTC+1, PMario wrote:
>
> Hi Jake, 
> This topic is 6 yeas old.
>
> Do you use TW5 or TWclassic?
>
> -mario
>

-- 
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 post to this group, send email to tiddlywiki@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/132e07e5-6e6b-41da-bca9-630c1dcd8a60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List continue formatting

2016-01-27 Thread PMario
Hi Jake, 
This topic is 6 yeas old.

Do you use TW5 or TWclassic?

-mario

-- 
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 post to this group, send email to tiddlywiki@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/1a796b7b-e9b5-4544-9d69-bf8072d60d9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List continue formatting

2016-01-27 Thread Jake Dulivitch
The example you pointed out doesn't work:

#Some text
#Some text{{foobar{
List continue text
may be several lines long with
formatting and other wiki syntax
}}}
#Some text
#etc.

I'd like to indent several lines on one of the bulleted item and it would 
have also two lines of code (some shell commands) like

#Some text number one
#Some text number two
   several lines of text
   that must be indented
   ```
   code line 1
   code line2
   ```
#Some text number three
#Some text number four

Would it be possible?


On Wednesday, February 24, 2010 at 2:09:19 PM UTC+1, Eric Shulman wrote:
>
> > Is there a method to enter paragraph text following a numbered or
> > unnumbered list?
> > For Example:
> > 1.  Some text
> > 2.  Some text
> >  List continue text
> > 3.  Some text
> > It is important for me to have the numbering continue after the list
> > continue text.
>
> You can use the {{CSSclassname{...}}} syntax to create a "wrapper"
> element around the paragraph of content.  If the wrapper *starts* on
> the same line as the bullet item, then the paragraph will be properly
> indented and the item numbering will be continued following the close
> of the wrapper, as desired.
>
> Like this:
>
> #Some text
> #Some text{{foobar{
> List continue text
> may be several lines long with
> formatting and other wiki syntax
> }}}
> #Some text
> #etc.
>
> Note that the actual classname used to define the wrapper isn't really
> important: it doesn't even have to exist in your StyleSheet
> definitions.  In fact, if you make sure that the classname you use is
> *not* defined, then it will ensure that that the wrapper does not add
> any extra, unintended styles to the paragraph it contains.
>
> Also note: there are a whole bunch of convenient 'formatting shortcut'
> CSS classes pre-defined here:
>http://www.TiddlyTools.com/#StyleSheetShortcuts
>
> Import this tiddler into your document, and then add:
>   [[StyleSheetShortcuts]]
> to the end of your StyleSheet tiddler.  This will incorporate the
> 'shortcut' classes into your styles, so that you can then use them
> with the {{classname{...}}} syntax to easily apply common styles to
> your content.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>
>

-- 
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 post to this group, send email to tiddlywiki@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/2fb3dc09-ee31-480b-af9f-13b4b6f53251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List continue formatting

2010-03-02 Thread Todd
Does this not do what you want?

For Example:
#Some text
#Some text
::List continue text
#Some text

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: List continue formatting

2010-02-24 Thread Eric Shulman
 Is there a method to enter paragraph text following a numbered or
 unnumbered list?
 For Example:
 1.  Some text
 2.  Some text
      List continue text
 3.  Some text
 It is important for me to have the numbering continue after the list
 continue text.

You can use the {{CSSclassname{...}}} syntax to create a wrapper
element around the paragraph of content.  If the wrapper *starts* on
the same line as the bullet item, then the paragraph will be properly
indented and the item numbering will be continued following the close
of the wrapper, as desired.

Like this:

#Some text
#Some text{{foobar{
List continue text
may be several lines long with
formatting and other wiki syntax
}}}
#Some text
#etc.

Note that the actual classname used to define the wrapper isn't really
important: it doesn't even have to exist in your StyleSheet
definitions.  In fact, if you make sure that the classname you use is
*not* defined, then it will ensure that that the wrapper does not add
any extra, unintended styles to the paragraph it contains.

Also note: there are a whole bunch of convenient 'formatting shortcut'
CSS classes pre-defined here:
   http://www.TiddlyTools.com/#StyleSheetShortcuts

Import this tiddler into your document, and then add:
  [[StyleSheetShortcuts]]
to the end of your StyleSheet tiddler.  This will incorporate the
'shortcut' classes into your styles, so that you can then use them
with the {{classname{...}}} syntax to easily apply common styles to
your content.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: List continue formatting

2010-02-24 Thread Eric Shulman
GRR... GoogleGroups added blank lines where none should be!  Elminate
the extra blank lines in the above example (otherwise the numbering
and paragraphs spacing will be wrong).

-e

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.