
內容簡介
使用康奈尔笔记古腾堡块 (Cornell Notes Gutenberg Block) 创造完美的学习笔记。
康奈尔笔记 提供了一个优秀的结构,以整理和总结你的笔记、思想和概念,这种逻辑方法对于各个年龄段的学生来说都是一种帮助学习和记忆的宝贵方式。
这个插件提供了一个新的、专用的康奈尔笔记古腾堡块,让你能够快速轻松地在 WordPress 中进行笔记记录。
如何使用康奈尔笔记
在笔记顶部添加标题 - 这是笔记内容的摘要。
在右侧栏中撰写长篇记录 - 你可以在课堂、讲座、视频教程或 WordPress 活动中记录笔记,添加尽可能多的思路和观点 - 单击 「添加想法」指示器以添加新想法。
完成笔记后,请回顾它们,并在左边的栏目中用关键想法总结概念。
最后,在页面底部用一两个句子概括所有笔记。
为了充分享受康奈尔笔记的好处,你应该考虑将 分散重复 添加到你的学习计划中。
康奈尔笔记包含了第二个块 -「想法块」- 这个块只能作为康奈尔笔记块的子代来使用,并允许你添加任意数量的想法(关键想法和长篇记录)。
目前,康奈尔笔记块没有特殊的设置要求。
通过 CSS 变量调整样式
默认情况下,CSS 变量用于设置 - 你可以通过在你的主题中设置根变量来覆盖它们。
:root{
--note-border-style: dotted;
--note-border-width: 2px;
--note-border-color: #f00;
--note-body-padding: 30px;
--note-padding: 20px;
}
通过类调整样式
康奈尔笔记块的结构:
.wp-block-cornell-notes-cornell-note
.cornell-note-title
.wp-block-cornell-notes-cornell-idea
.cornell-note-key-idea
.cornell-note-long-form
.cornell-note-summary /* 通过弹性盒子强制将其放在笔记底部 */
(此结构是简化的 - 你会在古腾堡中找到其他类别的添加)
本地化
英语(默认)
翻译
英语 - 默认
本插件支持翻译
如何为此项目贡献
欢迎贡献一切 - 提出拉请求或在Github 存储库中提出问题。
插件创建者
Sean Blakeley
外掛標籤
開發者團隊
② 後台搜尋「Cornell Notes Gutenberg Block」→ 直接安裝(推薦)
原文外掛簡介
Create perfect study notes with the Cornell Notes Gutenberg Block.
Cornell Notes provides an excellent structure for organising and summarized your notes, ideas and concepts – this logical approach is an invaluable way to help learning and retention for students of all ages.
This plugin provides a new, dedicated Cornell Notes Gutenberg block to enable you to quickly and easily take your notes within WordPress.
How to Use Cornell Notes
Add your title at the top of your note – this is a summary of context of the notes.
Take long-form notes in the right-hand column – you can take notes during a class, lecture, video tutorial or WordCamp Talk, it doesn’t matter. Add as many ideas as you need – click the ‘Add Idea’ indicator to add a new idea.
Once you’ve finished your notes, review them and summarise the concepts with key ideas in the left-hand column.
Finally, summarize all the notes in a sentence or two at the bottom of the page.
To fully benefit from Cornell Notes, you should consider adding Spaced Repetition to your learning plan.
Cornell Notes contains a second block – an Idea block – this block is only made available as a child of the Cornell Note block – and enables you to add as many ideas (key ideas and long-form notes) you require.
There are currently no specific settings required by the Cornell Notes Block.
Style via CSS Variables
CSS Variables are used with default settings – you can override these in your theme by setting the variables in the root
:root{
--note-border-style: dotted;
--note-border-width: 2px;
--note-border-color: #f00;
--note-body-padding: 30px;
--note-padding: 20px;
}
Style via Classes
The structure of the Cornell Notes Block:
.wp-block-cornell-notes-cornell-note
.cornell-note-title
.wp-block-cornell-notes-cornell-idea
.cornell-note-key-idea
.cornell-note-long-form
.cornell-note-summary /* forced to the bottom of the note via Flexbox */
(This structure is simplified – you will find additional classes added via Gutenberg)
Localization
English (default)
Translations
English – default
This plugin is translation-ready
How to Contribute to This Project
All contributions are welcome – make a Pull Request or raise an issue on the Github Repo
Plugin Creator
Sean Blakeley
