外掛說明
外掛功能
- 內容編輯畫面的簡易記事區段
- 內容清單中可排序的 [記事] 欄位
- 支援批次/快速編輯
- 可將記事顯示於網站前端的短代碼
- 可變更編輯器中的 [記事] 標題並加入說明內容
我們開發的其他外掛
客製化開發
BracketSpace 是這個外掛的開發公司,並提供 WordPress 外掛客製化開發服務。我們能為客戶開發任何客製化外掛。
封面照片由 Freepik 提供
常見問題集
-
這個外掛是否與區塊編輯器相容?
-
是,可以。
-
這個外掛是否支援自訂內容類型?
-
可以,在外掛設定頁面可以為不同內容類型啟用記事功能。
-
是否能在網站前端顯示我撰寫的記事?
-
可以,使用
[spnote]
短代碼即可。使用者可以使用文章 ID 作為選用的參數 (例如[spnote id="123"]
) 以顯示其他內容的記事。預設值為顯示目前內容的記事。 -
是否能停用內容清單中的管理欄位?
-
可以,使用以下篩選器即可。
使用以下篩選器便能為全部內容類型的內容清單停用這個外掛產生的管理欄位。
add_filter( 'spn/columns-display', '__return_false' );
使用以下篩選器便能為指定內容類型的內容清單停用這個外掛產生的管理欄位。
add_filter( 'spn/columns-display/POST_TYPE_SLUG', '__return_false' );
-
是否可為我開發外掛?
-
可以!我們提供外掛客製化開發服務,隨時可以向我們洽詢,以便進一步了解我們能夠協助的項目。
使用者評論
2024 年 10 月 13 日
1 則留言
I wanted to try to create something like this with chat GPT but I gave up after 3 hours.. I was a bit down because of the lost time and then I found this gem! Really love it… deserves many more upvotes – especially when you work on content pages with a team.
2024 年 3 月 19 日
1 則留言
Works great and is very helpful for adding notes of any kind.
2024 年 2 月 15 日
A useful plugin for creating notes for pages or posts. It can be useful for SEO experiments.
2023 年 5 月 31 日
1 則留言
Simple and useful.
2022 年 10 月 24 日
1 則留言
I tried many notes plugin, and this one is the most simple, and straight forward one, that simply do the job. Thank you!
2021 年 10 月 10 日
1 則留言
Kuba, this is the most amazing idea (it deserves more than 5 starts) Unofficially I give you 10 (**********). I don’t understand how WordPress didn’t add a simple notes field like this before. I’m using a Theme that allows me to use different editors, that is crazy, but it helps as some editors allow elements that other editors don’t implement, and it was a mess keeping track of which page was done with wich editor. Now, I just add this to the Note. Well done.
FYI. Wordpress says that this plugin hasn’t been tested on the latest WP version (5.8.1). So far it is working as intended.
參與者及開發者
變更記錄
1.7.8
- [Fixed] Security issue – missing proper user data sanitization for notes placeholder and label.
- [Changed] Multiple escaping missing.
1.7.7
- [Fixed] Notes bulk edit which didn’t save the note.
- [Fixed] PHP notice_placeholder not defined notice.
- [Fixed] Security patch.
1.7.6
- [Added] Sanitization for better security.
1.7.5
- [Fixed] PHP warning.
1.7.4
- [Fixed] Note column sorting.
1.7.3
- [Changed] The shortcode with note is now wrapped with a div.
1.7.2
- [Fixed] Bug with duplicated post notes for hierachical post types
- [Changed] Plugin author branding
1.7.1
- [Fixed]
Using $this when not in object context
error, thanks to Gero
1.7
- [Added] Ability to change the “Note” title and add a help text for editors
1.6
- [Added] Support for quick and bulk edit
- [Added] Shortcode [sponote]
1.5
- [Fixed] Bug with duplicated post notes for custom post type
- [Changed] Translation. Now it’s managed via repository
1.4
- Added German translation thanks to Michael Köther
1.3
- Note column in the posts table is now sortable
1.2.2
- Added Spanish translation thanks to Alfonso Frachelle
1.2.1
- Added filter to prevent displaying post note column
1.1.0
- Added Note to admin column
1.0.0
- Release