" Script para editar html " Por: mundacho " Email: mundacho@bigfoot.com echo "Htmledit cargado" " Funciones que se usan " Nuevo Link function NLink() let linkadd=input("La direccion-->") let linktext=input("El texto-->") if linktext == "" let linktext = linkadd endif exe "normal a" . linktext . "" endfunction " Plantilla de nueva pagina function NPag() let title=input("El titulo-->") exe "normal a ht hd ti " . title . " nti bd nbd 2ko" endfunction function NImg() let imgsrc=input("La dirección de la imagen-->") let alt=input("Comentario acerca de la imagen-->") exe "normal a\""" endfunction function NForm() let metodo=input("Metodo (GET)-->") let accion=input("Action-->") let nombre=input("Nombre-->") if nombre == "" let nombre = "forma" endif if accion == "" let accion = "#" endif if metodo == "" let metodo = "GET" endif exe "normal a
O" endfunction " Mapeo de las tags mas usadas map _N :call NPag() map! _a :call NLink() map! _i :call NImg() map! _f :call NForm() map! _p

" Abreviaciones de las diferentes tags ab br
ab hr
ab ht ab nht ab hd ab nhd ab ti ab nti ab bd
ab nbd ab em ab nem ab str ab nstr ab pre
ab npre 
ab ul
    ab nul
ab ol
    ab nol
ab li
  • ab dl
    ab ndl
    ab dt
    ab dd
    ab adr
    ab nadr
    ab h1

    ab nh1

    ab h2

    ab nh2

    ab h3

    ab nh3

    ab h4

    ab nh4

    ab h5
    ab nh5
    ab h6
    ab nh6
    ab ig ab fr
    ab nfr