ربط الكلمات تلقائيًا

:exclamation: يمتلك Discourse ميزة مدمجة تسمى الكلمات المراقبة (Watched Words) والتي يمكنها تكرار معظم الميزات لمكون السمة هذا. يُنصح بالنظر في استخدام هذه الميزة قبل تثبيت مكون السمة هذا.

:discourse2: الملخص يسمح لك مكون Auto-Linkify Words بربط كلمات أو أنماط معينة تلقائيًا في مشاركاتك برابط تشعبي إلى عنوان URL المطلوب.
:hammer_and_wrench: رابط المستودع https://github.com/discourse/discourse-linkify-words
:open_book: هل أنت جديد في سمات Discourse؟ دليل المبتدئين لاستخدام سمات Discourse

تثبيت مكون السمة هذا

الميزات

كيفية التكوين؟

قم بتكوين إعدادات السمة باستخدام التنسيق

WORD, https://destination.url.com

أو باستخدام التعبيرات النمطية (في تطبيق JavaScript) بالتنسيق

/regex/, https://destination.url.com

عنصر واحد لكل سطر

استخدام التعبيرات النمطية

باستخدام التعبيرات النمطية، يمكنك مطابقة نمط معين بعنوان URL واحد. هذا مفيد للمترادفات أو للكلمات التي يمكن أن تأخذ أشكالًا مختلفة في الجملة وما إلى ذلك.

ومع ذلك، يمكنك أيضًا إنشاء عنوان URL تلقائيًا بناءً على ما تم مطابقته. على سبيل المثال، لنفترض أن لديك قائمة منتجات، لكل منها معرف رقمي خاص به، وتريد ربطها تلقائيًا بعنوان URL الخاص بها. باستخدام

/product-([0-9]+)/, https://myshop.com/product/$1

سيتم ربط product-42 تلقائيًا بـ https://myshop.com/product/42
لاحظ الأقواس الاستيعابية في التعبير النمطي و $1 في عنوان URL والتي يتم استبدالها بالمطابقة داخل القوس. يمكنك أيضًا التقاط أجزاء متعددة من السلسلة واستخدام $2، $3 وما إلى ذلك.

التعبيرات النمطية حساسة لحالة الأحرف افتراضيًا (على عكس الكلمات التي تكون غير حساسة لحالة الأحرف). ومع ذلك، يمكنك تغيير ذلك باستخدام مُعدّل “i” القياسي هكذا:

/foo/i, https://example.com

في هذه الحالة، سيتم مطابقة FOO أو Foo أو foo جميعها.

كيف يبدو هذا أثناء التشغيل؟

القيود

  • سيظهر الاستبدال فقط في واجهة المستخدم على الويب ولن يظهر في رسائل البريد الإلكتروني.

الإعدادات

الاسم الوصف
الكلمات المرتبطة
الوسوم المستبعدة
الفئات المستبعدة

الشكر والتقدير

شكرًا جزيلاً لـ @Osama على بناء إعدادات السمة، و https://stackoverflow.com/questions/8949445/javascript-bookmarklet-to-replace-text-with-a-link للإرشاد حول التنفيذ.


:discourse2: مستضاف من قبلنا؟ تتوفر مكونات السمات للاستخدام على خططنا القياسية، والأعمال، والمؤسسية.

104 إعجابات
Add <abbr> tags to words in posts
How to automatically convert Keywords to Affiliate Links?
Special inline commands
Discourse Linkify Google Sheets
Is there a plugin to make my forum a shop?
Minor mod to Automatic Actions based on Words Found in Posts
Prevent hyperlink
Watched words links corrupt @mentions and #categories
Get only top level posts in topic via discourse API
When a thread is too important to lose
Customizing your site with existing theme components
User preference persists through Safe Mode
Add settings to your Discourse theme
Discourse Dictionary Plugin :ab:
How to replace text and update dynamically
Redirecting internal links via routes
Watched Words to serve as shortcut command to insert links
Limit # of links for a watched word?
How can I enable: Auto-hyperlinking text to reference to other posts?
Notification email without external link
The most easy way to let my users insert a FinViz chart image based on values?
Rewrite external URLs
Rewrite external URLs
Linked/forcing search keywords to specific topics/posts
Replace text with more than just links?
Community glossary?
Turn off automatic (c) to © substitution
How can I enable: Auto-hyperlinking text to reference to other posts?
Options for integrating a wiki knowledge base
Abbreviations and acronyms plugin
Support for magnet links
Need proofread of this advise about using theme preview
Meta annotation sidepost for bots?
Add <abbr> tags to words in posts
Object Settings?
Add <abbr> tags to words in posts
Any Autolinker solution for Discourse?
Javascript in theme component only runs once?
Images in posts versus topic-list-previews
Replacing special text to linkify them on posts
Comment on a question instead of answering it
Auto-replace text with link to topic
What are the different ways to customize content inside a post (custom attributes and such)

fantastic, system-wide feature… was thinking about this just the other day!

Hi

First off, I’d just like to thank everyone for all the help provided to me over the past few weeks. I know I’ve been asking lots of questions - I am also a beginner to Discourse and coding in general, and the community here has been incredible.

I am wondering if it would be possible to add on a feature to this, which is very similar in nature. I think most of the functionality is built, my use case for this is slightly different however.

Would it be possible to have a box like this on a ‘Tags’ page, where the user can type in specific tag words manually, and it would create a customized url based on these words? For example, the image below would produce a url something like this: www.websitename.com/tags/word1/word2/word3. This would be a great feature for Tags Intersection, and would allow the user to specify the words in their intersection.

image

Thanks.

إعجاب واحد (1)

seems to be not showing when you add it to a theme:

tried adding to default… but doesn’t seem to be working as intended:

It is not a problem related to this specific theme, see:

https://meta.discourse.org/t/js-error-on-click-adding-a-theme-component/82313

4 إعجابات

Sometimes one like is not enough. :heart: Office high-fives took place today as we thought through all the ways we could put this to use!

One question, though: Is the following a bug?

Most of my links are working, however urls that include appended parameters are failing.

For example, I want to use this link:
https://republicwireless.com/shop/phones/moto-x4/?icid=phones-cta-forums-moto-x4-post

but when it is created from linkified words, clicking it results in:
https://forums.republicwireless.com/clicks/track?url=%20https%3A%2F%2Frepublicwireless.com%2Fshop%2Fphones%2Fmoto-x4%2F%3Ficid%3Dphones-cta-forums-moto-x4-post&post_id=134361&topic_id=16863

The same link added to a post traditionally (pasted, or using the “link” icon from the toolbar) works.

5 إعجابات

Looks like @zogstrip fixed this FIX: don't track clicks · discourse/discourse-linkify-words@ef072b3 · GitHub … I just updated your component, can your refresh the problem page and try again?

6 إعجابات

That appears to have fixed it! Thank you!!

إعجاب واحد (1)

Keep in mind, we are going to elevate this to a proper feature in Discourse in the “special actions on words” section, but it will take a bit.

I love that this is a component though cause we get to “test out components” in anger. @Osama / @j.jaffeux one huge omission we have here is that it is ultra mega super painful working with long lists in settings, try this out with 50 or so links to experience the pain. We need a different “list” control for managing long lists of things.

14 إعجابًا

do you have any idea in mind about this?

إعجاب واحد (1)

Honestly, I am not sure, but have a look at republic for an example of how painful this gets.

إعجابَين (2)

Agreed it’s a massive pain…

A first step would be to give it more width, but that wouldn’t make it perfect.

What do you think if I hide the part after the comma, and you can only see it when mouse overing ?

I think that would be good, you mostly care about the words you are linkifying when you look at the list.

إعجابَين (2)

I kind of think it needs another mode of item per row, that way at least you can tell what is going on in long lists

إعجابَين (2)

I see. Shouldn’t be hard to do, I already apply this kind of per multi-select modification for category colors, I have an idea, will work on it in the next days.

4 إعجابات

Here is my proposal:

A new site-setting type: dictionary.

  • one item per row
  • explicitly shows the key/value relation
  • ellipsis the end of the value so it’s always readable
  • will limit the height for the component so it becomes scrollable after something like 10 rows

If it works for you I will work on it beginning next week.

8 إعجابات

Do we have other site settings that need this?

not to my knowledge, but AFAIK it doesn’t have to be an explicit new type server side, it could only be a new type client site like (url-list, host-list…)

So in the end it would be very little code, it’s mostly a subclass of list-setting where I split the label and present it differently.

We should split this topic

I feel there are a few settings that list urls like allowed iframes and some others that can easily benefit from item-per-row, maybe even the user list in admin groups as well

I think we should start with a simple item per row mode prior to adding dictionary

8 إعجابات

After a discussion with sam:

  • rename our current “list” to “compact-list”, which will display as many items per row it can (list current behavior)
  • “list” will now only display one item per row
  • this shouldn’t touch server side client setting, default UI for list will be modified, and the new client side site setting “compact-list” will rely on “list”
8 إعجابات

I think, there is a missing step in configuring Linkify component.

After this

Then, activate the linkify components in every theme.

I hope the last step should help others newbie like me.

I am certainly love this feature. :heart:

9 إعجابات