Giter Site home page Giter Site logo

Comments (5)

pomber avatar pomber commented on July 30, 2024 4

I'm going to try to add a replace prop to CH components.

<CH.Code replace={{PLACEHOLDER: props.url}}>

```bash
curl -X POST "PLACEHOLDER/some-endpoint" -H "Content-Type: application/json" -d
```

</CH.Code>

would that work for you?

from codehike.

pomber avatar pomber commented on July 30, 2024 2

Would the replace affect only the code copied to the clipboard or also the rendered content?

Both

from codehike.

pomber avatar pomber commented on July 30, 2024 1

In this new replace attribute you are implementing, would it be possible to support multiple Placeholders?

Yes.

I'm working on an annotations refactor. I'll try to add the replace prop after that.

from codehike.

oriolcastro avatar oriolcastro commented on July 30, 2024

Wow! Thanks for the super fast answer.

Yes, I think that would work for our use case. It was the alternate implementation I explored before settling for the function approach. But the object map is probably better as it doesn't open too much the API.

Would the replace affect only the code copied to the clipboard or also the rendered content?

from codehike.

Dletta avatar Dletta commented on July 30, 2024

In this new replace attribute you are implementing, would it be possible to support multiple Placeholders?

<CH.Code replace={{PLACEHOLDER1: props.url, PLACEHOLDER2: props.path}}>

I am asking since I know I would need to be able to add multiple replacements for my documentation.

from codehike.

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.