I intend to post the following on github but wish to bounce it here first, 
in case I'm missing something.
(Frankly, I'm not even sure I'm using the term "pragma rule" correctly - am 
I?)

Thanks!

<:-)

----------------------------------------------------------------------------------------
Introduce \* pragma rule for comments:

I want to insert comments among macro defs and propose a new "pragma rule" 
(?) for this like so:

```
\* This is foo
\define foo()...

\* This is bar
\define bar()...
```
...multilines could perhaps be

```
\* This
    is
    foo  *\
```

It is obviously inspired by the CSS comments format with `/* rightward 
slashes */` - and it would of course be even better if we could use that 
right away.

Note: It *is* already possible to comment among macro defs like so

```
\define foo()
<!-- This is foo -->
\end
```

...but this is bad because:
The comment is less visible when *after* the title.
One must not use one-line macro defs.
The `<!-- ... -->` syntax is more complex than `/* ... */`


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/fd0fbcc6-0042-401e-a044-44df19698a8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to