GithubHelp home page GithubHelp logo

Comments (10)

ggoforth avatar ggoforth commented on June 3, 2024

Basically, what I'm asking is, can I inject my own angular directives INTO the content being parsed (like image tags, links, etc....)

from angular-marked.

Hypercubed avatar Hypercubed commented on June 3, 2024

Hello,

This has come up a few times. Unfortunately there is not an easy to get angular directives to run without impacting code blocks. Theoretically it should be possible to tweak marked's parser to pass non-code block html through angular's $compile but honestly I haven't tried.

Please look at the comment here: #43 (comment)

from angular-marked.

Toilal avatar Toilal commented on June 3, 2024

Simply adding this line of code after markdown parsing do the trick

$compile(element.contents())(scope.$parent);

I'll open a Pull Request with an option to compile (default to false)

from angular-marked.

Hypercubed avatar Hypercubed commented on June 3, 2024

Before you get too far look at this comment: #43 (comment)

You need to ensure that only non-code blocks are processed, otherwise it will be impossible to include angular code within the markdown.

from angular-marked.

Toilal avatar Toilal commented on June 3, 2024

I see. I think it would be still possible by injecting ng-non-bindable in marked output of code blocks element.

from angular-marked.

Hypercubed avatar Hypercubed commented on June 3, 2024

If you can get it to work that would be great. Maybe tap into the highlight or setRenderer options.

from angular-marked.

Toilal avatar Toilal commented on June 3, 2024

Pull Request is there. But how can I build the dist files ?

from angular-marked.

Toilal avatar Toilal commented on June 3, 2024

Ho I understand, I just saw there are some npm scripts defined in package.json :)

I need to rebase the Pull Request because i've changed something in karma configuration that is finally not required when using those scripts.

from angular-marked.

Hypercubed avatar Hypercubed commented on June 3, 2024

Did you exclude code blocks?

from angular-marked.

Toilal avatar Toilal commented on June 3, 2024

Yes, they are excluded by using an internal renderer hook on code and codespan. This hook calls the default renderer and wrap it's output in a <span ng-non-bindable></span> element.

from angular-marked.

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.