You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Liquid Tags were introduced by shopify and have been widely adopted in a lot of editors, CMS's and comment editors online. Liquid tags allow for a really rich publishing and consumption experience.
I think I speak for a lot of devs when I say that this would be a killer feature that would get a lot more of us using TipTap. Common use cases involve embedding other articles from our sites, embedding user profiles, embedding external content (YouTube videos, StackOverflow questions, etc). A couple of examples on how to do this and build on the core library would be great.
To that end, it would be really cool if TIpTap was able to do something like this: https://dev.to/new#liquidtags (make sure you click on the '?' icon on the bottom to see the liquid tags guide, where this is adopted from)
The goal being to be able to allow embeds of any of the following:
using the full link of the article:
{% link https://www.mydomain.com/kazz/boost-your-productivity-using-markdown-1be %}
using the slug like this:
{% link kazz/boost-your-productivity-using-markdown-1be %}
All you need is the ID at the end of a comment URL. To get the comment link, click either the timestamp or the menu button in the top right corner on a comment and then click "Permalink". Here's an example:
{% devcomment 2d1a %}
(I took the most popular ones that made sense to me):
Video Embeds
All you need is the id from the URL.
YouTube: {% youtube dQw4w9WgXcQ %}
Vimeo: {% vimeo 193110695 %}
Twitter Embeds
Using the Twitter Liquid tag will allow the tweet to pre-render from the server, providing your reader with a better experience. All you need is the tweet id from the url.
{% twitter 834439977220112384 %}
Medium Embeds
Just enter the full URL of the Medium article you are trying to embed.
{% medium https://medium.com/s/story/boba-science-how-can-i-drink-a-bubble-tea-to-ensure-that-i-dont-finish-the-tea-before-the-bobas-7fc5fd0e442d %}
SlideShare Embed
All you need is the SlideShare key
{% slideshare rdOzN9kr1yK5eE %}
Soundcloud Embed
Just enter the full URL of the Soundcloud track you are trying to embed.
{% soundcloud https://soundcloud.com/user-261265215/dev-to-review-episode-1 %}
Spotify Embed
Enter the Spotify URI of the Spotify track / playlist / album / artist / podcast episode you are trying to embed.
{% spotify spotify:episode:5V4XZWqZQJvbddd31n56mf %}
The text was updated successfully, but these errors were encountered:
Liquid Tags were introduced by shopify and have been widely adopted in a lot of editors, CMS's and comment editors online. Liquid tags allow for a really rich publishing and consumption experience.
I think I speak for a lot of devs when I say that this would be a killer feature that would get a lot more of us using TipTap. Common use cases involve embedding other articles from our sites, embedding user profiles, embedding external content (YouTube videos, StackOverflow questions, etc). A couple of examples on how to do this and build on the core library would be great.
To that end, it would be really cool if TIpTap was able to do something like this:
https://dev.to/new#liquidtags (make sure you click on the '?' icon on the bottom to see the liquid tags guide, where this is adopted from)
The goal being to be able to allow embeds of any of the following:
Internal:
External:
(popular ones only listed below)
Internal:
External:
(I took the most popular ones that made sense to me):
The text was updated successfully, but these errors were encountered: