Add new WikiWord page to the Wikilinks file

Creating and modifying plugins.
Post Reply
randybrown
Regular
Posts: 27
Joined: Sun Oct 10, 2004 10:05 pm

Add new WikiWord page to the Wikilinks file

Post by randybrown »

Another piece to fully integrate the WikiText plugin would be to have the Edit Page know that this new entry is being created after clicking on a WikiWord. During saving the new entry, the new WikiWord could be added to the Wikilines file - or perhaps better to a table in the db.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Add new WikiWord page to the Wikilinks file

Post by garvinhicking »

That is possible with our 0.8 feature, where you can assign "entry properties".

The Wiki plugin could then register a property, hook on it, and also make checks for the 'backend_publish' hook.

However, I'm not into that Wiki-Stuff, so I'm not the one going to implement it, I'm sorry. :)

Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
randybrown
Regular
Posts: 27
Joined: Sun Oct 10, 2004 10:05 pm

Post by randybrown »

Ok Garvin. Maybe I'll work on the implementation. I am new to looking into s9y - but as I grok the code better, maybe I can contribute.

Is there a document or form entry which describes the architecture of s9y?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

We have some documentation online at our Wiki (s9y.org) in the documentation section; it also describes some structural things about our architecture.

But then again, learning by doing is probably the easiest way. Take a look at other plugins, see what they do, and then try to imitate behavior until you can tweak it to your needs.

The mentioned 'article properties' are only in our 'branch-smarty' CVS-branch. We're still working on the smarty rewrite, so things may get a bit unstable there at times. :)

I hope you'll find some time and motivation to contribute :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply