• Login
Community
  • Login

Can't figure out how to run WYSIWYG

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 2 Posters 5.7k Views
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.
  • J
    Jim Robson
    last edited by Dec 23, 2015, 11:55 AM

    Hi, I’m a brand new user and I appreciate this forum. Maybe I’m retarded but I can’t figure out how to enter the WYSIWYG mode. Thanks, Jim

    1 Reply Last reply Reply Quote 1
    • J
      Jim Robson
      last edited by Dec 23, 2015, 1:06 PM

      P.S. I’m running Notepad++ v 6.8.8 on Windows 10 in PHP. Thanks, Jim

      C 1 Reply Last reply Dec 23, 2015, 4:40 PM Reply Quote 0
      • C
        Claudia Frank @Jim Robson
        last edited by Dec 23, 2015, 4:40 PM

        Hello Jim-Robson,

        I assume you are creating webpages with html and php
        and WYSIWYG refers to updated webpages which should be
        displayed automatically, correct?

        If so, no this doesn’t work that way. You need to edit the pages in npp
        and run (F5) it with your preferred browser. As you use php in addition,
        you need to have some web server instance running.

        In F5 dialog you can put in something like

        DRIVE:\YOUR_INSTALL_DIRECTORY\YOUR_BROWSER.exe http://localhost/$(FILE_NAME)
        

        DRIVE might be replaced with C, D, etc.
        YOUR_INSTALL_DIRECTORY is, of course the directory where your browser is installed
        YOUR_BROWSER.exe something like Firefox.exe etc.

        $(FILE_NAME) needs not to be replaces, it refers to the open active document but
        http://localhost/ may be, depending whether you store everything in web server root directory.

        In addition there is a nppExec plugin which does the same as F5 RUN function but with more
        functionality.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors