Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kims 25 posts 34 karma points
    Jul 15, 2009 @ 02:14
    Kims
    0

    Better Template Editor?

    Hi,

    I'm using Umbraco 3 and have been using the original template editor for editing any templates. This is getting to be very frustrating because it seems to add heaps of line breaks when i'm just simply pasting in a snippet of code. Also have noticed that when i pasted any <a href>'s in, it changes the link destination by adding extra characters.

    I'm in need of something better! Awhile ago I came across a page on the web where someone had developed an alternative but i forgot to bookmark it. Does anyone have any suggestions?

    Thanks!

    Kim

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Jul 15, 2009 @ 04:08
    Aaron Powell
    2

    My suggestion is to upgrade the site to Umbraco 4 and use Visual Studio. Umbraco 4 uses ASP.NET master pages which means you can edit them with Visual Studio 2005, 2008, 2010 or any of the Express versions.

    But I've never come across a different template editor for v3, since it was a custom template format

  • dandrayne 1138 posts 2262 karma points
    Jul 17, 2009 @ 17:12
    dandrayne
    1

    Call me old-fashioned, but a decent text editor for templates should suffice!  e-text editor is great (win) or textmate (mac).

    I just build up the html until it's working before replacing static html with the output from xslt

  • Evan 344 posts 99 karma points
    Jul 17, 2009 @ 19:05
    Evan
    0

    I agree with Slace I always use visual studio for any of my template coding in v4 and also use it for some xslt (i just think its easier and faster...)

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jul 17, 2009 @ 21:42
    Thomas Höhler
    1

    Agree to Slace, I am using VS for all editings, ecpecially for XSLT: intellysense for xslt rocks.

    Thomas

  • Vanja Tesin 30 posts 55 karma points
    Aug 25, 2009 @ 12:43
    Vanja Tesin
    0

    Do you know a good tutorial on setting up development environment with Visual Studio for Umbraco 4?

  • Chris Koiak 700 posts 2626 karma points
    Aug 25, 2009 @ 20:57
  • Vanja Tesin 30 posts 55 karma points
    Sep 04, 2009 @ 15:34
    Vanja Tesin
    0

    Thanks Chris.

    I've used this tutorial to setup the project for my team to use. However, I've seen that some people are also somehow copying templates but i'm not sure how that's being done. Haven't found anything that resebles template folder on the filesystem, only cmsTemplate table in the database, which holds template definition.

    What am I missing here?

  • Chris Koiak 700 posts 2626 karma points
    Sep 05, 2009 @ 08:13
    Chris Koiak
    0

    every template is just a .master file as they can be infinately hierarchical.

    You'll find them in 'master' folder.

  • Vanja Tesin 30 posts 55 karma points
    Sep 07, 2009 @ 13:42
    Vanja Tesin
    0

    In Umbraco 4 this is 'masterpages' right?

  • Chris Koiak 700 posts 2626 karma points
    Sep 07, 2009 @ 13:54
    Chris Koiak
    0

    yep, I tried to remember from memory instead of checking. The folder is called 'masterpages'

Please Sign in or register to post replies

Write your reply to:

Draft