I want to be able to parse subpage names into "path" and "basename" For example, given the page named "/LabStaff/RobSealock" or "/DailyNotes/2009-11-09" I want to be able to automatically obtain the "basenames" "RobSealock" and "2009-11-09". I want to be able to do this so I can make use of the basenames in templates, specifically to include a command such as {{{<>}}} on a page of daily notes or in my address book. This way, when I click on a daily notes page I'll automatically see other page in which I've included a {{{<>}}} variable. Similarly, when I click on a page in my address book, I'll automatically see all other pages on which the person's name appears. == Discussion == basename sounds for me in your example like the last subpage name. As basename I would understand the prefix e.g. DailyNotes or LabStaff -- ReimarBauer <> ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? ## ## Lines prefixed with ## such as this one are comments, you can ## remove them. ## After creating the feature request, please subscribe to it! We may have ## questions or comments, and if you can help define the feature exactly ## there's a much higher chance that we'll implement it. ---- CategoryFeatureRequest