Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: display a rendered preview in the context of the Franklin Site #146

Open
synox opened this issue Mar 31, 2023 · 1 comment
Open

feat: display a rendered preview in the context of the Franklin Site #146

synox opened this issue Mar 31, 2023 · 1 comment

Comments

@synox
Copy link

synox commented Mar 31, 2023

Challenge

My current workflow for single url is:

  1. Adjust import.js
  2. Drag index.docx into Sharepoint
  3. open index.docx in Sharepoint
  4. press Preview
  5. fix import.js, goto 1

Idea

The roundtrip to Sharepoint is not really needed, if we could just use the content from the import directly. This would allow for a very fast iterations.

Sample Code that illustrates the problem

Importing https://www.volvotrucks.us/our-difference/driver-productivity/volvo-dynamic-steering/ which is quite complex and many different blocks are available.

@kptdobe
Copy link
Contributor

kptdobe commented Mar 31, 2023

While it could be a nice and useful feature, I think it is a slippery slope: during the import, it is important to focus on the information architecture, i.e. how do you represent each piece of content in the most intuitive way for the authors. If you start mixing the rendering part as the same time, you will certainly not come up with the same result. Even worst, if during the import you need to check the rendering to validate the structure of a block is correct, it already feels something is wrong...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants