diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-29 13:49:49 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-29 13:56:11 +0000 |
| commit | 77777347b56d6914aa42aca19effc2ad664524ee (patch) | |
| tree | a87922e572dbd8cf5100c5b0be4f9838dee81b43 /root/articles/mmmfs/evaluation | |
| parent | more write- and referencing (diff) | |
| download | mmm-77777347b56d6914aa42aca19effc2ad664524ee.tar.gz mmm-77777347b56d6914aa42aca19effc2ad664524ee.zip | |
much improved side-note referencing
Diffstat (limited to 'root/articles/mmmfs/evaluation')
| -rw-r--r-- | root/articles/mmmfs/evaluation/text$markdown+sidenotes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md b/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md index abde2fb..8c6404e 100644 --- a/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md +++ b/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md @@ -13,7 +13,7 @@ context: The system has proven itself perfect for publishing small- and medium-size articles and blog posts, especially for its ability to flexibly transclude content from any source. This includes diagrams (such as in this thesis), videos (as in the documentation in the appendix), but also less conventional media such as -interactive diagrams <mmm-link path="../references/aspect-ratios"></mmm-link> or twitter postings. +interactive diagrams<mmm-embed path="../references/aspect-ratios" wrap="sidenote"></mmm-embed> or twitter postings. On the other hand, the development of the technical framework for this very thesis has posed greater challenges. In particular, the implementation of the reference and sidenote systems are brittle and uninspiring. @@ -93,7 +93,7 @@ This way, *converts* can be added locally if they only make sense within a given Additionally it could be made possible to use this mechanism to locally override *converts* inherited from further up in the tree, for example to specialize types based on their context in the system. -<div class="sidenote">see also <mmm-embed raw path="../references/alternatives-to-trees"></mmm-embed> +<div class="sidenote">see also <mmm-embed wrap="raw" path="../references/alternatives-to-trees"></mmm-embed> </div>The biggest downside to this approach would be that it presents another pressure factor for, while also reincforcing, the hierarchical organization of data, thereby exacerbating the limits of hierarchical structures. @@ -106,7 +106,7 @@ experience developed for them. All of the code that lives outside of the mmmfs t to them, actively limiting their understanding, and thereby the customizability, of the system. This weakness represents a failure to (fully) implement the quality of a "Living System" as proposed by -*Ink and Switch*<mmm-link path="../references/inkandswitch"></mmm-link>. +*Ink and Switch*<mmm-embed path="../references/inkandswitch" wrap="sidenote"></mmm-embed>. In general however, some portion of code may always have to be left outside of the system. This also wouldn't necessarily represent a problem, but in this case it is particularily relevant |
