If the category pages actually exist, you could put this in a configuration 
file:

## Allow frontlinks using a page variable, e.g. (:pagelist 
name=Grp.MyPage$Links:)
$FmtPV['$Links'] = '@$page["targets"]';

Then in your page body use markup like this:

(:pagelist group=Category name={{$FullName}$Links} list=all fmt=#ListingFmt:)

(:if false:)
[[!MyCategory]] *** A category in the page body ***

[[#ListingFmt]]
* [[{=$Namespaced}]]
[[#ListingFmtend]]



> On Mar 29, 2016, at 9:05 PM, DaveG <pmw...@solidgone.com> wrote:
> 
> Is there a way to get spaced categories in the body of a page? I know it's 
> possible from a pagelist using fmt=#titlespaced, but can't figure it for 
> categories in the page.
> 
> I thought maybe (:spacewikiwords:), but doesn't seem to work.
> 
> Here's what I'm looking for:
>  markup: [[!IndexByRating]]
>  current: IndexByRating
>  desired: Index By Rating
> 
> Thanks,
> 
> ~ ~ Dave
> 
> _______________________________________________
> pmwiki-devel mailing list
> pmwiki-devel@pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-devel


_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to