Page 1 of 1

Make 'Internal URLs' plugin standard?

Posted: Thu Apr 21, 2022 12:45 pm
by bttr
Hi!
I'd like to see the Internal URLs plugin to be included in the standard FlatPress distribution, because every (?) blogger will link between his/her articles one day or the other. What do you think?

Re: Make 'Internal URLs' plugin standard?

Posted: Thu May 05, 2022 6:20 pm
by Arvid
Sounds sensible to me, I use it quite often.

What do the others say?

Re: Make 'Internal URLs' plugin standard?

Posted: Thu May 05, 2022 6:53 pm
by bttr
Meanwhile I thought about this again. I guess, with the help of some regexp magic we could integrate most if not all of the functionality the plugin into the url BBCode tag.

Re: Make 'Internal URLs' plugin standard?

Posted: Sat May 07, 2022 6:43 pm
by Arvid
Very cool, indeed! Could then look like this?

Code: Select all

[url=entry220418-201447]entry[/url]
[url=index]home page[/url]
[url=contact]contact page[/url]
[url=static:about]static[/url]
[url=cat:2]category[/url]
[url=relative:some/relative/path]relative path[/url]

Re: Make 'Internal URLs' plugin standard?

Posted: Mon Jun 20, 2022 6:10 pm
by Arvid
I opened issue 117 for this one.

Re: Make 'Internal URLs' plugin standard?

Posted: Sun Jul 10, 2022 7:42 am
by virtualsky
Arvid wrote: Thu May 05, 2022 6:20 pm Sounds sensible to me, I use it quite often.

What do the others say?
I agree! It would be a good standard plugin to include by default.