Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
rah_textile_bar
Brings a simple and minimal Textile inserting bar to the backend. No, it’s not an heavy and buggy editor that screws your own XHTML input, but instead it’s just simple bar that insert Textile.
- Simple Textile inserting bar.
- Outputs valid XHTML, and tiny and clean JavaScript code.
- Simple install: just run the automatic plugin installation and activate.
Offline
#2 2008-09-06 22:51:36
- ncus
- New Member
- Registered: 2008-05-31
- Posts: 1
Re: rah_textile_bar
Nice plug-in. Love it how you display the button. Better than hak_textile_tags ;-)
Offline
Offline
Re: rah_textile_bar
Blimey Jukka! Are you spamming the forum? ;)
I recently found mck_textilebar. Got to check yours out now.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: rah_textile_bar
thebombsite wrote:
Are you spamming the forum? ;)
Hehe, seems so indeed ;) In reality, got my plugin repo up, so the plugins are now available and server synched with the local db. That is why I decided to write all plugin author topics at once – plus update the olds, cause there were newer versions :D
Last edited by Gocom (2008-09-07 00:09:34)
Offline
Re: rah_textile_bar
ncus wrote:
Nice plug-in. Love it how you display the button. Better than hak_textile_tags ;-)
hak_textile_tags also doesn’t work in the backend since it actually predates admin plugins. :-)
Shoving is the answer – pusher robot
Offline
#7 2008-09-07 06:23:27
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: rah_textile_bar
Nice.
I like the output form control — have you thought about pre-populating that popup with a list of forms so folks can just select from the list rather than remember the name?
— Steve
Offline
Re: rah_textile_bar
Hallo Gocom,
it is possible, that you combine the image tag widh an inline image uploading funktion like:
this plugin? http://textpattern.org/plugins/927/lam_image_uploader?
Offline
Re: rah_textile_bar
hakjoon wrote:
:-)
:-) (odd quote :D)
net-carver wrote:
have you thought about pre-populating that popup with a list of forms so folks can just select from the list rather than remember the name?
That should be in the next release. I don’t know how long it will take to release the next version, but it should be there :)
SuMu wrote:
it is possible, that you combine the image tag widh an inline image uploading funktion like
I have to say that I don’t really understand. But if other plugin, in example lam_image_uploader can do it, then don’t hesitate and use it :)
Last edited by Gocom (2008-09-07 10:59:15)
Offline
Re: rah_textile_bar
Like it a lot. :)
This will be very handy when building sites for new TXP users.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: rah_textile_bar
thebombsite wrote:
Like it a lot. :)
Nice. That is what I’m (and was) hoping for (while developing this plugin) ;)
I don’t like to praise my own plugins, but the stand point where everything was based on, was to make editor with simple install: no need to place files to servers etc.
Offline
Offline
Re: rah_textile_bar
variaas wrote:
Jukka – I’m trying to create a standard way for plugin authors to distribute plugins, so users can access plugins from one tab in the backend. If you’re up for it, I’d like to talk about your implementation and work on a standard solution.
That would be nice. You can contact me if you want :)
I prefer IRC (you can find me with nick Gocom on few servers including freenode, QuakeNet and IRCnet) ‘cause it is better for chatting than email. But if you like email, then it’s fine too.
Last edited by Gocom (2008-09-08 00:15:36)
Offline
Re: rah_textile_bar
Jukka,
Nice work. This looks great.
Currently when you want to add a link it prompts you to enter the text as one of the steps.
Would it be possible to instead allow the user to “select” the text they want to become a link, and then hit the “link” button and enter the URL etc.? Hope that made sense.
- )
one more thing
Is there a way to remove options?
There are situations where I don’t want to the user to have access to certain things like h5 or h6.
Can the available choices be customized.
Last edited by renobird (2008-09-08 00:33:28)
Offline
Re: rah_textile_bar
Is there a way to remove options?
Next version could include a admin tab to select the things what to show. Untill that, possibly the easiest way is to add display: none; statements to the CSS that the plugin code contains.
In example, after #textilebar .strong { you could add display: none; to sertain menu items you want to hide. In example:
#textilebar .h5,#textilebar .h6 {
display:none;
}
In next version there will be tab page under Extensions, where you can set those rules (but on javascript side, so disabling CSS won’t relieve those items).
Offline