Issue #892💬 AnsweredOpened February 22, 2018by iceverge0 reactions

How to get the link value?

Quick answerby artf

Read full answer below ↓

Question

Hi Guys,

How can I get all links value before or upon saving the email template. I want to substitute the links with proxy url. In order to trap the click links. Any help much appreciated. Thanks

Answers (3)

artfMarch 1, 2018
editor.DomComponents.getWrapper().find('a').forEach(aModel => {
	const current = aModel.getAttributes()['href'] || '';
	aModel.addAttributes({ href: `https://proxy?u=${current}`});
})
icevergeMarch 2, 2018

Thanks @artf. It really helps a lot. Thanks again.

lock[bot]September 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.