-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+
/writing
& fractal-scaffold
to notes. + mastodon. Fix light theme.
- Loading branch information
1 parent
18e821d
commit 866b76f
Showing
9 changed files
with
172 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "Fractal Scaffold" | ||
date: 2024-02-05 | ||
last_modified_at: | ||
excerpt: "A strategy for structuring and organizing your thoughts that can be fractally applied at the document, section, and/or paragraph level." | ||
status: ":herb:" | ||
published: true | ||
blogged: true | ||
writing: true | ||
--- | ||
|
||
As part of Rua Williams' session on [Writing with Executive Dysfunction](https://fractalecho.substack.com/p/a-neurodivergent-writing-guide), they shared this idea of a Fractal Scaffold, a "mental metacognitive strategy for structuring thoughts and providing clear prompts." | ||
|
||
Please read more about [it in context](https://fractalecho.substack.com/i/140399156/divergent-tools-for-divergent-minds-in-divergent-times), then come back here for the excerpt below. | ||
|
||
## Fractal Scaffold | ||
|
||
1. Premise - the core of what you want to say. | ||
2. Context - historical background, prior work, examples. | ||
3. Substantiate - Explain how the context reinforces the premise. | ||
4. Acknowledge - Note complicating contexts, limitations.counterarguments, contested facts, controversies, or other sources of conflict and uncertainty. | ||
5. Reaffirm - Justify and restate the premise. | ||
6. Point the Way - explain what you are going to do or say next. | ||
|
||
> The Fractal Scaffold is a mental metacognitive strategy for structuring thoughts and providing clear prompts that can make it easier to produce written expression and organize that expression at the document, section, and paragraph level. Like a real scaffold, the structure provided is not intended to be permanent, and is often completely dismantled and discarded by the time the final product is finished. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
layout: notesindex | ||
excerpts: true | ||
folder-title: "Writing" | ||
title: "Writing" | ||
notes-folder-path: "/notes/Writing/" | ||
--- | ||
|
||
<!-- | ||
<h2>All {{page.title}} folders</h2> | ||
{% assign folders = site.notes | where_exp:"item", "item.path contains 'Writing'" %} | ||
{% assign wikifolders = "" | split:"" %} | ||
{% for folder in folders %} | ||
{% assign tempvar = folder.path | split:"/" %} | ||
{% assign wikifolders = wikifolders | push:tempvar[1] %} | ||
{% endfor %} | ||
{% assign wikifolders = wikifolders | uniq | sort %} | ||
<div class="wiki-folder-grid"> | ||
<div class="wiki-folder-grid-thirds"> | ||
<a class="btn btn--primary btn--large" href="{{page.folder-notes-path}}Jekyll">Jekyll | ||
</a> | ||
</div> | ||
<div class="wiki-folder-grid-thirds"> | ||
<a class="btn btn--primary btn--large" href="{{page.folder-notes-path}}Social-Media">Social Media</a> | ||
</div> | ||
<div class="wiki-folder-grid-thirds"> | ||
<a class="btn btn--primary btn--large" href="{{page.folder-notes-path}}VS-Code">VS Code</a> | ||
</div> | ||
</div> | ||
--> | ||
|
||
{% assign writing_notes_pinned = site.notes | where:"writing","true" | where:"pinned","true" | sort: "path" %} | ||
{% unless writing_notes_pinned == empty %} | ||
|
||
<h2 id="pinned">Pinned {{page.title}} notes</h2> | ||
<ul> | ||
{% for item in writing_notes_pinned %} | ||
<li> | ||
<a href="{{ item.url }}">{% if item.pinned %}📌{% endif %}{{ item.title }} | ||
{% if item.status == ":seedling:" %} :seedling:{% endif %} | ||
{% if item.status == ":herb:" %} :herb:{% endif %} | ||
{% if item.status == ":evergreen_tree:" %} :evergreen_tree:{% endif %} | ||
</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
{% endunless %} | ||
|
||
|
||
<h2 id="all">All {{page.title}} items</h2> | ||
{% assign writing_notes_all = site.notes | where:"writing","true" | sort: "path" %} | ||
{% if writing_notes_all.size > 0 %} | ||
<ul> | ||
{% for item in writing_notes_all %} | ||
<li>{% if item.pinned %}📌{% endif %} | ||
<a href="{{ item.url }}">{{ item.title }} | ||
{% if item.status == ":seedling:" %} :seedling:{% endif %} | ||
{% if item.status == ":herb:" %} :herb:{% endif %} | ||
{% if item.status == ":evergreen_tree:" %} :evergreen_tree:{% endif %} | ||
</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
{% else %} | ||
<p>There's nothing here yet!</p> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Weekly Assemblage for 2024 Week 06 | ||
modified: | ||
categories: [weekly-assemblage] | ||
excerpt: ' .' | ||
tags: | ||
- | ||
# header: | ||
# image: /assets/images/weekly-assemblage.png | ||
# caption: 'Photo credit: [**Unsplash**](https://unsplash.com)' | ||
published: false # true | ||
toc: true | ||
comments: | ||
date: 2024-02-11 | ||
--- | ||
|
||
[Weekly Whaaa…?]({% post_url 2016-01-09-weekly-whaaa %}) | ||
{: .notice} | ||
|
||
## ABC of the Week | ||
|
||
ABC | ||
|
||
## Viewing, Listening, and Reading, | ||
|
||
ABC | ||
|
||
## Lightly-Annotated Linkapalooza | ||
|
||
- | ||
|
||
## TWI(R)L | ||
|
||
This week I (re)learned about… | ||
|
||
- | ||
|
||
## Site Refinements of the Week | ||
|
||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters