How to Use Tiddlywiki with Nginx for WebDav Saving
draft,tiddlywiki,tech,tools
I'm A Digital Ape
draft
Post Template with Fields
draft
Using Tiddlywiki to Bookmark and Catalog Articles
draft
Blog Post Ideas
draft
Ideas
draft
Modal Carousel Test
post,family,test
A New Start
post,musings,about
Gallery Test
post,musings,family
Test 2
post
Gallery Test with Modal
post,musings,family,test
My Intent for This Blog
post,about,musings
Test Post
post,musings
going to start using 11straps for blog template, which is going to require a decent amount of reworking, especially in regards to the export template.
filter:"[Mytags] +[removeprefix[My]]"
in regards to Remark42 - google will only allow 'insecure app access' until the end of May so a new strategy of being alerted will be necessary
if using html in variable or any type of content you must use {{ stuff | safe }}
, ie the word safe, or it won't be rendered as a safety mechanism
Do not use a .
in front of slash for relative references
when using {% set variable %}
, you must use seperate ones for each complex variable such as when setting variables for images.
I am going to see if I can use HTML escape characters to keep the macro in place while editing here, but it won't show in the exported version but instead will show via whatever image plugin I end up using.
REMEMBER to change links from tiddly markup to markdown
[I am the text](https://google.com)
--> I am the textsince the front matter has to be formatted a certain way I can't just easily use the default TW tags so the post's tags will be contained in the field postTags
. I will use TW tags
and the Front Matter tags
feature of automatically creating collections. Ie I will create a collection post
by tagging each blog post, etc.
blog post template used : $:/blog-post/templates/static.tiddler.html 1
blog post gallery template: $:/blog-gallery/templates/static.tiddler.html
correct format for frontmatter/ field
images: [ [ /blog/images/2020/09/olliedino.jpg, 0 ], [ /blog/images/2020/09/olliedreams.jpg, 1 ], [ /blog/images/2020/09/olliehardlife.jpg, 2 ], [ /blog/images/2020/09/ollieflowers.jpg, 3 ], [ /blog/images/2020/09/olliehat.jpg, 4 ], [ /blog/images/2020/09/lowridersleeps.jpg, 5 ] ]
---
creator: digitalap3
date: 2022-04-04
headerPic: /headers/default-post.jpg
lead: I have been bitten by the blog bug. Again. This iteration I am moving to the 11ty static site generator
pin: no
postTags: ['Musings']
slug: 2022/April/a-new-start.html
tags: post
title: A New Start
---
I have been bitten by the blog bug. Again. This iteration I am moving to the [11ty static site generator](https://www.11ty.dev/), which is built with nodejs. Previously I was hacking my absolute most favorite piece of software [tiddlywiki](https://tiddlywiki.com/) to use as an SSG and although I did absolutely enjoy the project, it just feels like reinventing the wheel in a far inferior form. I will still be using tiddlywiki to write drafts and I have modified it to provide output formatted for 11ty which will be the subject of my initial posts. All of the tiddlywiki code still resides on my [github page](https://github.com/digitalap3/tiddlywikistaticsitegen) if someone by some bizarre twist comes upon this obscure part of the webs.
In addition to the quite lofty goals I have set for myself in [My Intent for This Blog](/blog/2022/April/my-intent-for-this-blog.html) I will be posting lots of, actually probably more of, wonderfully mundane family pictures like this:
{% set imgUrl = '/2022/April/OGKidsatthetable.jpg' %}
{% set size = "80%" %}
{% set imgCaption = "I have no idea what I'm saying but it must be amazing" %}
{% include "partials/figure-center.html" %}