ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    HTML Editing

    IT Discussion
    html edit html html editor
    9
    16
    764
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gjacobseG
      gjacobse
      last edited by

      As I search threads on HTML and specifically HTML editing, why not add one to the mix.

      It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

      I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

      Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

      dave247D travisdh1T 2 Replies Last reply Reply Quote 0
      • dave247D
        dave247 @gjacobse
        last edited by

        @gjacobse you could use Notepad++ with the search and replace function. You might have to do a couple of passes but that is how I've stripped things off of multiple lines of text in the past. You'd just replace whatever text you want to remove with whitespace.

        gjacobseG 1 Reply Last reply Reply Quote 1
        • gjacobseG
          gjacobse @dave247
          last edited by

          @dave247 said in HTML Editing:

          @gjacobse you could use Notepad++ with the search and replace function. You might have to do a couple of passes but that is how I've stripped things off of multiple lines of text in the past. You'd just replace whatever text you want to remove with whitespace.

          Yea - I started going in that direction - but was hoping for something a little more 'smart' to make it quicker. Still getting hit with a higher number of support tasks then the others - so my time gets very limited and excessively broken.

          1 Reply Last reply Reply Quote 0
          • travisdh1T
            travisdh1 @gjacobse
            last edited by

            @gjacobse said in HTML Editing:

            As I search threads on HTML and specifically HTML editing, why not add one to the mix.

            It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

            I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

            Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

            I've not found any better way than using the search and replace with whitespace like @dave247 already mentioned. Also, the last time I did any actual coding instead of scripting was ~8 years ago now, and I used Dreamweaver to do it shudders

            gjacobseG 1 Reply Last reply Reply Quote 1
            • gjacobseG
              gjacobse @travisdh1
              last edited by

              @travisdh1 said in HTML Editing:

              @gjacobse said in HTML Editing:

              As I search threads on HTML and specifically HTML editing, why not add one to the mix.

              It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

              I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

              Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

              I've not found any better way than using the search and replace with whitespace like @dave247 already mentioned. Also, the last time I did any actual coding instead of scripting was ~8 years ago now, and I used Dreamweaver to do it shudders

              Dreamweaver was better than FrontPage.... 😄

              travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 0
              • travisdh1T
                travisdh1 @gjacobse
                last edited by

                @gjacobse said in HTML Editing:

                @travisdh1 said in HTML Editing:

                @gjacobse said in HTML Editing:

                As I search threads on HTML and specifically HTML editing, why not add one to the mix.

                It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

                I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

                Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

                I've not found any better way than using the search and replace with whitespace like @dave247 already mentioned. Also, the last time I did any actual coding instead of scripting was ~8 years ago now, and I used Dreamweaver to do it shudders

                Dreamweaver was better than FrontPage.... 😄

                Oh, this gets even better. The project I came in and completed was doing a lot of work with media, so they chose Flash for the programming language to use, which made sense at the time. However, this was for a program that would be locally installed on a computer, so we also had another proprietary application that would compile flash into an .exe.

                1 Reply Last reply Reply Quote 0
                • dbeatoD
                  dbeato
                  last edited by

                  I use VSCode it works well too. It has that function as well.

                  1 Reply Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller @gjacobse
                    last edited by

                    @gjacobse said in HTML Editing:

                    @travisdh1 said in HTML Editing:

                    @gjacobse said in HTML Editing:

                    As I search threads on HTML and specifically HTML editing, why not add one to the mix.

                    It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

                    I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

                    Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

                    I've not found any better way than using the search and replace with whitespace like @dave247 already mentioned. Also, the last time I did any actual coding instead of scripting was ~8 years ago now, and I used Dreamweaver to do it shudders

                    Dreamweaver was better than FrontPage.... 😄

                    But none as good as Notepad.

                    ObsolesceO 1 Reply Last reply Reply Quote 0
                    • ObsolesceO
                      Obsolesce @scottalanmiller
                      last edited by

                      @scottalanmiller said in HTML Editing:

                      @gjacobse said in HTML Editing:

                      @travisdh1 said in HTML Editing:

                      @gjacobse said in HTML Editing:

                      As I search threads on HTML and specifically HTML editing, why not add one to the mix.

                      It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

                      I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

                      Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

                      I've not found any better way than using the search and replace with whitespace like @dave247 already mentioned. Also, the last time I did any actual coding instead of scripting was ~8 years ago now, and I used Dreamweaver to do it shudders

                      Dreamweaver was better than FrontPage.... 😄

                      But none as good as Notepad.

                      For me using a good IDE can be much more efficient for most languages over Notepad. Some big examples that stick out is having IntelliSense, Linting, etc. At absolute worst, it speeds up your "coding".

                      That's not to say outliers don't exist. Opening a file in notepad really quick to make a basic/quick edit can be faster, but that's not the case I'm referring to.

                      J scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • J
                        JasGot @Obsolesce
                        last edited by JasGot

                        @obsolesce said in HTML Editing:

                        For me using a good IDE can be much more efficient for most languages over Notepad.

                        I like UltraEdit.
                        There are macros written by the user group to remove all HTML code.

                        1 Reply Last reply Reply Quote 2
                        • scottalanmillerS
                          scottalanmiller @Obsolesce
                          last edited by

                          @obsolesce said in HTML Editing:

                          @scottalanmiller said in HTML Editing:

                          @gjacobse said in HTML Editing:

                          @travisdh1 said in HTML Editing:

                          @gjacobse said in HTML Editing:

                          As I search threads on HTML and specifically HTML editing, why not add one to the mix.

                          It's been a good while since I've done much HTML editing - most of the time when I was doing HTML editing I at least was editing existing code, or searching code to change one or two things.

                          I'm trying to clean up some SharePoint HTML that has gotten a bit messing with change of font and formatting. What I would like to be able to do - is strip all of the HTML code, leaving the text and URL for the text (clickable link).

                          Is there any suggested applications that would do such a thing, or is it likely that I'll need to go link by link?

                          I've not found any better way than using the search and replace with whitespace like @dave247 already mentioned. Also, the last time I did any actual coding instead of scripting was ~8 years ago now, and I used Dreamweaver to do it shudders

                          Dreamweaver was better than FrontPage.... 😄

                          But none as good as Notepad.

                          For me using a good IDE can be much more efficient for most languages over Notepad. Some big examples that stick out is having IntelliSense, Linting, etc. At absolute worst, it speeds up your "coding".

                          That's not to say outliers don't exist. Opening a file in notepad really quick to make a basic/quick edit can be faster, but that's not the case I'm referring to.

                          No disagreement there. Just saying that a bad IDE isn't as good as Notepad 🙂

                          I actually never use Notepad, but I do use vi for coding about half the time (quick and dirty). I had to use vi as my dev environment as a requirement during the 1990s because that's what we taught on. I had hundreds of engineering students all doing Fortran and C via vi 100%. So I had to use that for everything. And, it works.

                          But when doing anything of any length or complexity, I think MS Code is hard to beat. I love it and it runs everywhere. Very fast. Atom is okay. Notepad++ isn't bad. But Code is so good, universally available, and free that I really just always use it.

                          Or, now GitLab has its own built in IDE and I am starting to use that sometimes.

                          1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch
                            last edited by

                            I only use VS Code today.

                            Even if I was only Windows, I would use VS Code over Notepad++ now.

                            There is nothing better available since it can be universally installed on Linux, Windows, or macOS.

                            stacksofplatesS 1 Reply Last reply Reply Quote 3
                            • stacksofplatesS
                              stacksofplates @JaredBusch
                              last edited by

                              @jaredbusch said in HTML Editing:

                              I only use VS Code today.

                              Even if I was only Windows, I would use VS Code over Notepad++ now.

                              There is nothing better available since it can be universally installed on Linux, Windows, or macOS.

                              I've been using a Mix. I use VSCode some days and I use Pycharm/GoLand other days. I like different things about both.

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @stacksofplates
                                last edited by

                                @stacksofplates said in HTML Editing:

                                @jaredbusch said in HTML Editing:

                                I only use VS Code today.

                                Even if I was only Windows, I would use VS Code over Notepad++ now.

                                There is nothing better available since it can be universally installed on Linux, Windows, or macOS.

                                I've been using a Mix. I use VSCode some days and I use Pycharm/GoLand other days. I like different things about both.

                                I like PyCharm and its related tools a lot. I just don't use them enough (or like them enough) to justify the extra price.

                                stacksofplatesS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  But my full time dev team uses JetBrains tools. Just not me personally.

                                  1 Reply Last reply Reply Quote 0
                                  • stacksofplatesS
                                    stacksofplates @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in HTML Editing:

                                    @stacksofplates said in HTML Editing:

                                    @jaredbusch said in HTML Editing:

                                    I only use VS Code today.

                                    Even if I was only Windows, I would use VS Code over Notepad++ now.

                                    There is nothing better available since it can be universally installed on Linux, Windows, or macOS.

                                    I've been using a Mix. I use VSCode some days and I use Pycharm/GoLand other days. I like different things about both.

                                    I like PyCharm and its related tools a lot. I just don't use them enough (or like them enough) to justify the extra price.

                                    Pycharm is free. I did pay for Goland because the debugging and some extra features are worth it. I don't need to use pycharm because you can use the Python plugin in Goland but I had a couple issues one time and just decided to use pycharm separately.

                                    1 Reply Last reply Reply Quote 1
                                    • 1 / 1
                                    • First post
                                      Last post