Webviewer workflow

Here is my recent attempt to change how I am storing and editing my webviewer code;

Needs;

  • stop storing html in FMP ( this caused issues/extra steps with data migration)
  • work in a proper editor
  • version control
  • data source; pull form FMP when in app and pull from data file when in editor
  • environment ( dev, stage, prod ) aware
2 Likes

fantastic - thanx for sharing @rivet - curious: what's your proper editor?

Primary is Visual Studio Code but for small FMP 'widgets' Nova since it has the auto preview pane

1 Like