Atom-beautify: Text change to "Error: source does not appear to be markup."

Created on 16 Aug 2016  路  7Comments  路  Source: Glavin001/atom-beautify

Description

When I create a new simple HTML file:

Hello World!

and save it, the beautify package change the text to Error: source does not appear to be markup.

Expected Results

I expected to don't change my code and show a alert instead

Steps to Reproduce

  1. Create a new empty HTML file
  2. Add the code Hello World!
  3. Save the file

    Checklist

  • [x] I have tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
  • [x] I have reloaded (or restarted) Atom to ensure it is not a caching issue
  • [x] Searched for existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues
    so I know this is not a duplicate issue
  • [ ] Generated debugging information and added link for debug.md Gist to this issue --> There is no error and no debug info

    Notes

  • I have unsinstall the package, do all the steps and there is no problem. I install it again, and the problem comes out again.

  • I have the Beautify On Save option disabled for HTML and in general configuration. Even with the Disable Beaytifying Language in the HTML option
  • The filetype in the bottom of the atom editor is HTML (Angular)
  • These are all the packages I have installed:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

I have this problem in some HTML files too and it's very dangerous, because it generates don't wanted text in the final code (and without any error or advice)

third-party-bug

Most helpful comment

The defect is valid and I can reproduce it. It is fixed in later versions of Pretty Diff. I really need to stop working on Pretty Diff and resume work on github.com/prettydiff/biddle so I can solve the distribution problem and get updates back into Atom Beautify.

All 7 comments

Pretty Diff defect. Looking into it.

The defect is valid and I can reproduce it. It is fixed in later versions of Pretty Diff. I really need to stop working on Pretty Diff and resume work on github.com/prettydiff/biddle so I can solve the distribution problem and get updates back into Atom Beautify.

Closing as a Pretty Diff bug.

Keeping everybody informed I have fixed biddle. Check it out now - https://github.com/prettydiff/biddle

I will republish Pretty Diff using biddle in production tomorrow. I am not ready to give it to Atom Beautify just yet though. I actually need users to play around with this thing for a bit so that I can get a sense of where the pain points are and just how bad it works for fails for other people. I wrote a getting started document at https://github.com/prettydiff/biddle/blob/master/documentation/gettingstarted.md

The documentation might be easier to read from the command line though as I included a markdown to CLI parser in biddle. The number at the end defines the word wrap limit:

node biddle markdown documentation/gettingstarted.md 80

I am getting this same issue with a cfc (coldfusion) Is there any update on how to fix?

@prettydiff , any update for @TimMeade on Pretty Diff bug?

I am working on these issues now:

Upon completion biddle will be ready for integration.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

physcocode picture physcocode  路  3Comments

callmeyesh picture callmeyesh  路  3Comments

ghost picture ghost  路  4Comments

derwaldgeist picture derwaldgeist  路  4Comments

edwardm picture edwardm  路  5Comments