-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Liquid Support #3322
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
base: master
Are you sure you want to change the base?
Liquid Support #3322
Conversation
@3limin4t0r is there some documentation about yaml and txt liquid modes, and is the plain text version used anywhere? Changing the liquid mode like this is a breaking change which we should make only if absolutely necessary |
@nightwing |
What did you mean, from whom did you request the CLA?
This depends on behavior of other text-editors, and on the way .liquid files are usually used, but i couldn't find much info about this, do you know any open source projects that have .liquid files?
We could support .txt.liquid for that case |
We followed the corporate link on the CONTRIBUTING.md page and filled in the form. But haven't heart anything back. If needed we can submit the info a second time.
I don't know if any open source project use it for plain/text usage. However, I may need this functionality in the future for the project I'm currently working on (although not open source). It doesn't have to be the default. So I've no problem switching back to the HTML default, since that's the most used format.
Would it be okay if I rewrote Liquid to default to HTML and make specific versions for text and YAML? Resulting in the modes |
@nightwing can this be merged??!?!?! |
@3limin4t0r any chance you can fix the conflicts? I'm also very interested in this. |
@nudded Not on short term. However conflicts need to be resolved anyway, since we use this version in production and are otherwise stuck with the old version of the ace editor. I'll check with my employer if I can reserve a day to resolve the conflicts somewhere in the coming few weeks. |
@nightwing Any further action that needs to be taken here? |
I use the liquid editor, but needed more liquid support.
Previously liquid had one mode supporting HTML and Liquid highlighting, but this mode had no HTML/XML tag completion.
I stripped Liquid in two parts, around the same way php was done. The default Liquid mode now only support plain/text. However, I added two new modes: HTML (Liquid) & YAML (Liquid). Since I need Liquid in plain text, HTML and YAML.
I've also added some TODOs for the things I don't have time for right now, but might need attention in the future.
I've requested the CLA, but don't have a response yet. This will be attached at a later point.