0.5.8 • Published 3 years ago
cheatsheets v0.5.8
cheatsheets
A collection of snippets for various things.
Template Types
templates
The original type. Kind of a mis-mash.
projects
The first improvement.
Currently, there is only one project -- a ReactJs project.
snips
These work well.
Meta words
The system uses so-called meta
words in place of a template system. So, for
example, a template might have something ilke the following. The meta-words will
be repaced -- there are no template tags.
- foo
- bar
- baz
- quxx
Class foo {
public:
foo();
foo(const foo & that);
~foo();
};
The advantage of meta-words is twofold:
- The template are full featured documents. The example above will compile as-is. Any editor built for your document type will handle these templates correctly. No more issues having your edit complain because it doesn't understand your template markup.
- This means that virtually every document on your system is already a template.
0.5.8
3 years ago
0.5.7
7 years ago
0.5.6
7 years ago
0.5.4
7 years ago
0.5.3
7 years ago
0.5.2
7 years ago
0.5.1
7 years ago
0.1.15
7 years ago
0.1.14
7 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago