Questions tagged [live-preview]

Live preview is a feature provided by a development tool. It allows the developer to get the visual result of code editing instantly, without refreshing the result page.

Live preview is a feature provided by a development tool. It allows the developer to get the visual result of code editing instantly, without refreshing the result page.

77 questions
2
votes
0 answers

Is it possible to use Brackets to edit CSS locally and live preview it in online server?

This is something I used to do when working with (MacRabbit) Espresso app. Writing local CSS and seeing how changes work in the online website in real-time (Espresso calls it "Overrides"). It was especially useful when working with WordPress. Is it…
2
votes
0 answers

Xcode 11 live preview instantly crashes on real device

I am trying out SwiftUI with live preview. And everything went well while i was testing ui on simulator, but when i tried to use live preview on real device it instantly crashed. I get error: Cannot preview in this file - Update failed And in…
Egor Kolyshkin
  • 117
  • 1
  • 10
2
votes
0 answers

Using vim-latex-live-preview: how to make the pdf view display where you edited the file

When I'm editing a .tex file in Vim with the plugin vim-latex-live-preview (available here), I type :LLPStartPreview which opens the file at its beginning. Which command do I have to make such that the pdf viewer automatically change the focus to…
ecjb
  • 5,169
  • 12
  • 43
  • 79
2
votes
0 answers

Front end Wordpress post live preview

Does anyone know of any plugins or resources for creating of a live preview for front-end submitted Wordpress posts? My site has a front-end submission page with several text fields, radio buttons, and an image uploader. I would like to have a div…
Ron
  • 69
  • 1
  • 10
2
votes
0 answers

Can I use Vivaldi as the browser for live preview in Bracket?

I am a new comer of Bracket and coding. I normally do not use Chrome as my default browser. However it seems like the live preview in Bracket can only be functioned with Chrome. I really do not want to download an extra browser in this reason. Can I…
2
votes
1 answer

How can I enable live preview for FCKeditor in an ASP.Net site?

Over in this question, Scott writes that it is possible to get the current HTML for what's written in the FCKeditor by using FCKeditorAPI.__Instances['instanceNameHere'].GetHTML(); Could someone provide step-by-step instructions on how to accomplish…
Jedidja
  • 16,610
  • 17
  • 73
  • 112
2
votes
1 answer

Brackets - Lock Live Preview

The setup - (It's a terrible setup, but if you're interested, I'll leave an explanation for it at the bottom.) I am editing a .php file that is including the contents of a .jsp file. All of this is being done with Brackets and I love having the…
robdonn
  • 250
  • 3
  • 11
2
votes
1 answer

Live preview in Codemirror is leaving out formatting

I'm having a problem with Codemirror where the live preview mode is not working for Markdown. I'm basically just trying to achieve the same effect as on SO. As it stands the live preview works for HTML but not Markdown. I've followed several of the…
wgp
  • 1,147
  • 15
  • 15
2
votes
1 answer

Font Selection with live preview like dafont.com

I would like to integrate a feature into a form on a site I am working on much like fonts.com and dafont.com and I have looked everywhere using every search term imaginable trying to figure out where to even begin. Here is what I'd like: User…
2
votes
2 answers

Sublime Text 2 split active screen like dreamweaver

At work, I have to jump into old mysql_query procedural website build higgledy-piggledy (some var are camelCased AND underscored, no indent code, page are build in table ...) Anyway, usually I m using ST2, but here I can't. So to search my line…
Elium1984
  • 154
  • 3
  • 13
2
votes
2 answers

JavaScript/jQuery google style website preview

I remember following a like off of here a little while ago for something called shark.js or sharpe.js (but I might be wrong on the name). I've tried googling it, looking through here, my browser history and I have had no luck. It wasn't wkhtmltopdf,…
Ashley Bye
  • 1,752
  • 2
  • 23
  • 40
1
vote
1 answer

How to allow two-way editing of textarea and live preview

I am trying to set up a simple "table of contents" previewer that consists of a textarea where you paste the HTML of an article, and a 'live preview' container showing just the headers. In addition to editing via the textarea, I'd also like to be…
supertrue
  • 2,049
  • 5
  • 30
  • 49
1
vote
1 answer

Github live previews readme instead of index.html in the /dist/ folder

Context: working on a simple todo list app as part of the Odin Project. I'm on an assignment where we must assemble this project using webpack, but no other frameworks (just vanilla js). What I expect to happen: my live preview shows up successfully…
manski
  • 131
  • 1
  • 10
1
vote
1 answer

Why has my live Preview VSC extension logo disappeared?

I’m very new to coding and have tried to search previous questions but to no avail. My ‘live preview’ extension was working fine in Visual Studio Code - I just clicked a little icon on the right and saw a HTML preview of my site. Suddenly it has…
1
vote
0 answers

Bigcommerce Stencil: SyntaxError: Unexpected token ' in JSON at position 63

I have been seeing this error in my stencil console when I run stencil start for a while now. Does anyone know what is causing this or if there is a good solution? Debug: internal, implementation, error SyntaxError: Unexpected token ' in JSON at…
McKay Whiting
  • 152
  • 11