Git Product home page Git Product logo

Comments (6)

laktak avatar laktak commented on July 17, 2024

Thank you for the suggestion. I guess you meant ES6 template literals?

Multiline strings in Hjson are quite different - they allow you to indent without having to worry about whitespace and/or escapes. So I don't really see the value of these template literals here.

from hjson-js.

MartinMuzatko avatar MartinMuzatko commented on July 17, 2024

My thought was, that ''' would be pretty non-standard compared to . As '''has its roots in CSON and different languages that wanted to be able to markup multiple lines. However, with the latest additions to the standards (namely template literals) we should be able to convey the same idea and functionality using.

How does ''' and differ? How does'''` work around a whitespace problem? Are the beginning tabs/spaces ignored?

Best,
Martin

from hjson-js.

laktak avatar laktak commented on July 17, 2024

Yes, for example:

{
  md:
    '''
    First line.
    Second line.
      This line is indented by two spaces.
    '''
}

So I don't see any advantages of ` over the current implementation.

from hjson-js.

nyurik avatar nyurik commented on July 17, 2024

@laktak I also think ''' is bad because it conflicts with other formatting systems. For example, I have been thinking of using HJSON in Wikipedia for many inline JSON blobs. The ''' already has a meaning -- make something bold. Currently, the only two JSON elements that need special handling are | (pipe) and }}. The pipe can be escaped with {{!}}, and }} can be escaped by writing it with a space - } }. For JSON strings, they can be replaced with \x7b .. \x7d.

With HJSON, I don't see any way to escape ''' within wiki markup, whereas the backtick is not used at the moment, and can be safely used in place of ''' or even ".

from hjson-js.

laktak avatar laktak commented on July 17, 2024

@nyurik Not having an escape is a feature and IMO way better than having to escape every \.

Would having a variable number of opening and closing ' help? Like ''''' ml string containing ''' ''''' - that's a different issue though so I'm going to close this.

from hjson-js.

nyurik avatar nyurik commented on July 17, 2024

@laktak sadly no - in wiki markup, '' -- italic, ''' -- bold, and it could be something like '''''bold-italic''' italic''. I could try to adapt HJSON to Wiki markup only if ''' was disabled. At the moment, Wiki uses JSON + allow comments + allow trailing commas, but nothing else.

from hjson-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.