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

The preview window does not refresh when the contents of any dependant file has changed #56

Closed
dibbdob opened this issue Mar 2, 2016 · 0 comments

Comments

@dibbdob
Copy link

dibbdob commented Mar 2, 2016

Atom: 1.5.3
api-blueprint-preview: 0.7.0

If I reference another file in my main .apib file then whenever I change the contents of the referenced file and then save it I'd like to see the preview window get updated.

If this will be tricky to implement then at least having an option to refresh the window without having to manually close and re-open it would be helpful.

In my main file I have:

<!-- include(datastructures/datastructures.apib) -->

and the contents of the referenced file contains:

Data Structures

Billing Address (object)

  • addressLine1: Initech (string, required)
  • addressLine2: San Diego (string, required)
  • town: `` (string, required)
  • postcode: `` (string, optional)
  • region: `` (string, optional)
  • summaryText: `` (string, optional)
@dibbdob dibbdob closed this as completed Mar 15, 2020
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

1 participant