Changeset 3317114
- Timestamp:
- 06/24/2025 03:47:13 PM (9 months ago)
- Location:
- citation-note
- Files:
-
- 7 added
- 4 edited
-
tags/1.0.0/citation-note.php (modified) (1 diff)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/citation-note-editor.css (added)
-
trunk/assets/css/citation-note-style.css (added)
-
trunk/assets/js (added)
-
trunk/assets/js/citation-note-editor.js (added)
-
trunk/assets/js/citation-note.js (added)
-
trunk/citation-note.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
citation-note/tags/1.0.0/citation-note.php
r3317093 r3317114 4 4 * Plugin Name: Citation Note 5 5 * Plugin URI: 6 * Description: Add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.6 * Description: Easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface. 7 7 * Tags: Citation Note, reference, footnotes, content note. 8 8 * Contributors: santoshtmp7, younginnovations -
citation-note/tags/1.0.0/readme.txt
r3317093 r3317114 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 This plugin add and manage citation fields for WordPress page/posts and CPT using a user-friendly editor interface.13 14 12 == Description == 15 13 16 **Citation Note** WordPress plugin is developed to help content creators manage and display academic citations or references directly from the post/page editor. 14 This plugin easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface. 15 16 **Citation Note** WordPress plugin is developed to help content creators manage and display content citations or references directly from the post/page editor. 17 17 18 18 This plugin adds a custom meta box with dynamic citation fields that allow users to: 19 - Add multiple citation entries 20 - Remove or reorder citations 21 - Store data securely using WordPress meta 22 - Output citations in the frontend or within blocks 19 - Add multiple citation entries. 20 - Remove or reorder citations. 21 - Output citations in the frontend or within blocks. 23 22 24 23 Ideal for blogs, research publications, or any content that benefits from structured citation management. 25 24 26 == Installation and Usage==25 == Installation == 27 26 1. Upload the plugin folder to `/wp-content/plugins/citation-note/` or install via the Plugins menu. 28 27 2. Activate the plugin through the **Plugins** menu in WordPress. 29 3. After activat ion, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`.30 - Select the post type(s) to apply citations to.28 3. After activate the plugin, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`. 29 - Select the post type(s) to apply citations. 31 30 - Set the citation footnote title (this will be displayed on the frontend). 32 4. Go to the edit screen of any selected post type.33 5. Scroll down to the **Citation Footnotes** meta box.34 6. Click **Add Citation** to insert new fields.35 7. Fill in your citation data (citation number and description).36 8. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear.37 9. Save or update the post.38 10. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend.39 31 32 == How to use == 33 1. After activate the plugin and select the post type to apply citations. 34 2. Go to the edit screen of any selected post type. 35 3. Scroll down to the **Citation List** meta box. 36 4. Click **Add Citation** to insert new fields. 37 5. Fill in your citation data (citation number and description). 38 6. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear. 39 7. Save or update the post. 40 8. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend. 40 41 41 42 == Screenshots == -
citation-note/trunk/citation-note.php
r3317093 r3317114 4 4 * Plugin Name: Citation Note 5 5 * Plugin URI: 6 * Description: Add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.6 * Description: Easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface. 7 7 * Tags: Citation Note, reference, footnotes, content note. 8 8 * Contributors: santoshtmp7, younginnovations -
citation-note/trunk/readme.txt
r3317093 r3317114 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 This plugin add and manage citation fields for WordPress page/posts and CPT using a user-friendly editor interface.13 14 12 == Description == 15 13 16 **Citation Note** WordPress plugin is developed to help content creators manage and display academic citations or references directly from the post/page editor. 14 This plugin easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface. 15 16 **Citation Note** WordPress plugin is developed to help content creators manage and display content citations or references directly from the post/page editor. 17 17 18 18 This plugin adds a custom meta box with dynamic citation fields that allow users to: 19 - Add multiple citation entries 20 - Remove or reorder citations 21 - Store data securely using WordPress meta 22 - Output citations in the frontend or within blocks 19 - Add multiple citation entries. 20 - Remove or reorder citations. 21 - Output citations in the frontend or within blocks. 23 22 24 23 Ideal for blogs, research publications, or any content that benefits from structured citation management. 25 24 26 == Installation and Usage==25 == Installation == 27 26 1. Upload the plugin folder to `/wp-content/plugins/citation-note/` or install via the Plugins menu. 28 27 2. Activate the plugin through the **Plugins** menu in WordPress. 29 3. After activat ion, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`.30 - Select the post type(s) to apply citations to.28 3. After activate the plugin, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`. 29 - Select the post type(s) to apply citations. 31 30 - Set the citation footnote title (this will be displayed on the frontend). 32 4. Go to the edit screen of any selected post type.33 5. Scroll down to the **Citation Footnotes** meta box.34 6. Click **Add Citation** to insert new fields.35 7. Fill in your citation data (citation number and description).36 8. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear.37 9. Save or update the post.38 10. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend.39 31 32 == How to use == 33 1. After activate the plugin and select the post type to apply citations. 34 2. Go to the edit screen of any selected post type. 35 3. Scroll down to the **Citation List** meta box. 36 4. Click **Add Citation** to insert new fields. 37 5. Fill in your citation data (citation number and description). 38 6. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear. 39 7. Save or update the post. 40 8. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend. 40 41 41 42 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.