Using an actual text editor?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Dygerati

Using an actual text editor?

Post by Dygerati »

So, I'm considering using CMSMS for some web design/development work but I do have one question. I really don't relish the thought of using the web interface to code my entire site. It seems that most of the code is actually located in the DB, and so I ask - is it even possible to edit it with a standard text editor (notepad++/editPlus/etc)..?

Thanks!
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm
Location: MI

Re: Using an actual text editor?

Post by Jeff »

Yes just edit the code in whatever editor you prefer then do a select-All, copy and then paste it into the web page. Just make sure you have WYSIWYG turned off if you are pasting code into pages.
Pierre M.

Re: Using an actual text editor?

Post by Pierre M. »

You may want to have a look at the "template externalizer".
There are reports of skilled designers working with files for CSS (hardlinking to them in the templates) and copying into "db backed stylesheets" when done.
BTW see MintChoco VisualTuto.

Pierre M.
User avatar
fatlizard
Forum Members
Forum Members
Posts: 71
Joined: Thu Jun 18, 2009 1:24 pm

Re: Using an actual text editor?

Post by fatlizard »

Easy done.

For faster work you can load the templates from disk, and hard-wire in the CSS as you do so, allowing for quick editing.
Once done, copy the changed template into the DB (after removing the CSS link) and put the CSS into the backend.

My tool of choice is UltraEdit, but there are many to choose from.
Attachments
cmsms01.jpg
Post Reply

Return to “Developers Discussion”