Security BLOG

AnQiCMS Help Document and User Guide

How does AnQiCMS's Markdown editor handle special characters and formatting?

AnQiCMS provides a powerful Markdown editor that not only simplifies content creation but also allows for flexible handling of special characters and formats to meet the needs of different content displays.For users, understanding these processing methods can better utilize the editor's potential to output high-quality page content. ### Enable Markdown Editor Firstly, to use the Markdown editor, you need to make simple settings in the Anqi CMS backend.

📅 November 8, 2025 78

`trimLeft` and `trimRight` filters are used to remove which parts of the string in AnQiCMS templates??

In AnQi CMS template development, we often need to make detailed control and adjustment of the content displayed on the page.The filter is a set of powerful tools provided by the Anqi CMS template engine that helps us easily modify the output format and content of variables.Today, we will focus on the `trimLeft` and `trimRight` filters, which play a crucial role in handling excess content at the beginning and end of strings.In order to better understand them, we will also briefly mention their 'sibling' filter `trim`. Understand

📅 November 8, 2025 👁️ 69

How to remove extra spaces or specific characters from the beginning and end of a string in AnQiCMS template?

In AnQiCMS template development, fine-grained string processing is a key factor in improving the quality of website content display.We often encounter such a situation: when data is read from the database, user submissions, or text imported from external sources, the beginning or end may carry spaces that we do not want, or even specific punctuation marks or prefix/suffix characters.These extra characters not only affect the visual cleanliness of the page, but may also cause unnecessary trouble to front-end layout, data validation, and even search engine optimization (SEO).AnQiCMS uses similar

📅 November 8, 2025 👁️ 74

In the AnQi CMS content settings, how does the 'Automatically filter external links' feature affect the published content?

In Anqi CMS content settings, there is a feature called 'Whether to automatically filter external links', which has a direct and profound impact on the publication of website content.This seemingly simple switch actually affects many aspects such as the website's search engine optimization (SEO), user experience, and the credibility of the content. To find this feature, you need to enter the Anqi CMS backend management interface, and you can see it under the "Content Settings" menu in the "Backend Settings".It provides two main options, each leading to different processing results after content is published.###

📅 November 8, 2025 👁️ 66

How to use the `replace` filter to replace the old word with a new word in the template?

When managing website content on AnQi CMS, we often encounter situations where we need to fine-tune the text displayed in the template.Maybe the brand name needs to be updated, a certain keyword needs to be unified, or it is just to correct a small display error.At this time, if we always go to modify the source content, it may seem inefficient.

📅 November 8, 2025 78

What replacement rules does the "Document Keyword Replacement" feature support in the AnQiCMS backend?

In the daily operation of websites, we often need to adjust keywords in a large number of articles or product descriptions to adapt to the latest SEO strategies, brand specification updates, or changes in content marketing direction.Manually modifying one by one is not only time-consuming and labor-intensive, but also prone to errors.AnQiCMS (AnQiCMS) deeply understands the pain points of content operators, especially in the backend, where it has designed a powerful "document keyword replacement" function to help users manage and optimize website content more intelligently and efficiently.What rules does the 'Document Keyword Replacement' feature of Anqi CMS support?

📅 November 8, 2025 78

How to use the `removetags` filter to remove specified HTML tags from HTML content?

In website operation, we often encounter the need to handle various types of content from different sources, which may contain complex HTML structures or specific tags that we do not want to display on the frontend.To maintain the consistency and aesthetics of the website content, and to ensure the loading efficiency of the page, it is particularly important to control these HTML tags accurately.

📅 November 8, 2025 👁️ 72

How to use the `cut` filter to remove specific characters from a string in the AnQiCMS template?

In website content operation, we often need to refine the text displayed on the page to ensure the clarity of information and the beauty of the layout.Sometimes, this may mean that it is necessary to remove unnecessary characters from a string, whether it is extra spaces, specific punctuation marks, or other distracting text.The AnQiCMS template system provides powerful filter functions, among which the `cut` filter is a concise and efficient tool, specifically designed to help us remove specific characters from strings.

📅 November 8, 2025 👁️ 71

How to configure AnQiCMS to automatically remove external links when publishing content?

## Configure AnQiCMS: Automatically remove external links during content publication to enhance website purity and SEO efficiency In the operation of website content, the management of external links is a non-negligible task.External links that are not appropriate can not only dilute the SEO weight of a website, affect search engine rankings, but may also harm user experience due to linking to low-quality or irrelevant websites, and even pose security risks.

📅 November 8, 2025 👁️ 69

Does AnQi CMS support deleting complex character patterns from content using regular expressions?

In website operation, we often encounter scenarios where we need to make batch adjustments to a large amount of content.Sometimes, it's not just a simple keyword replacement, but handling complex characters that follow specific patterns, such as a batch of imported content mixed with old HTML tags, specific formatted internal numbers, and even sensitive information that needs to be cleaned up.Faced with these complex character patterns, we often ponder: Can content management systems like Anqi CMS provide sufficient flexibility to allow us to accurately delete such irregular content using regular expressions?

📅 November 8, 2025 👁️ 73