
david at kineticode
Jan 30, 2009, 9:23 AM
Post #2 of 12
(3268 views)
Permalink
|
On Jan 28, 2009, at 10:13 PM, Alex Krohn wrote: > * Editable Preview - when you have a story checked out and then > preview > it, we want to add the ability to be able to click in any paragraph > block and have the text editable. This allows for quick typo fixes and > other minor text changes to be made while previewing a document. +1 Based on our discussion a few months ago, I think that this will be a relatively straight-forward project. > * Copy and Paste - beside each element, we want to add a copy feature > that will copy the element into a copy buffer. Then on the existing > story or on a new story, we will adjust the insert element menu to > also > include a Paste option (assuming the element currently in the copy > buffer is allowed). +1 Nice idea! Might as well have a “Cut” as well as “Copy.” > * Word Import - this may end up in contrib as we aren't sure how > generic > it can be made. The goal is that on the new story page, you will be > able > to upload a word file created with a predefined style sheet. The word > file will be parsed and the meta info pulled from the document > properties and the elements created from the document itself giving > you > a pre-populated story that you can then tweak and save. I could see this going into the UI, especially if the code behind the scenes is pluggable, so that future devs could do the same thing for Pages, WordPerfect, Excel, PDF, whatever documents. > * Left-to-Right Paragraph switching - if an editor is working on both > english and arabic stories, the ability to switch the interface to > have > left-to-right and right-to-left import is needed. Input channels isn't > appropriate here as the ability to have multiple people working on > different languages at the same time is needed. I'm not sure how input channels fails to address this issue. I mean, a button to trigger some JS to flip all fields from rtl to ltr and back is a simple task, so maybe that gets you want you need and input channels are just overkill. But that's not what you said. > * Option to show URI on search results page IIRC, if you hover over a story, I think that the URI appears as a part of the Bricolage URI in the status bar of your browser. > * Add permissions for creating new keywords (for cases where you > want to > enforce a fixed set of keywords) Sure. > * Make sure everywhere where a category is entered, it can be done via > ajax auto-complete. We're gradually nailing these down now. It's technically a bug in 1.11.x that it's not done everywhere yet. > * Option to include category information when uploading media Don't understand this one. Can you say more? > We'll follow up to this and post implementation specifics for the > bigger > features to see what everyone thinks and see if it can get committed > into > source. +1 Nice, thanks for pushing Bricolage forward in 2009, Alex. Best, David
|