Files
awesome-widgets/sources/awesome-widget/plugin
Evgeniy Alekseev 2f88c7ae60 add macros support
Macros should be declared as `aw_macro<name,arg1,arg2,...>{{macro body}}` and then
they may be used as `aw_name<arg1,arg2,...>{{}}`. It just puts `macro
body` to pattern and replaces arguments to provided ones according to
macro call. E.g.:
```
$aw_macro<test,phrase>{{phrase}}$aw_test<hello world>{{}}
```
will transform into
```
hello world
```
2016-07-01 02:21:48 +03:00
..
2016-05-06 01:22:59 +03:00
2016-06-28 11:19:33 +03:00
2016-06-26 01:52:15 +03:00
2016-06-26 01:52:15 +03:00
2016-06-30 01:59:06 +03:00
2016-02-05 11:08:09 +03:00
2015-05-20 00:36:48 +03:00
2016-06-30 01:59:06 +03:00
2016-02-05 11:08:09 +03:00
2016-07-01 02:21:48 +03:00
2016-02-01 00:25:28 +07:00
2016-06-28 11:19:33 +03:00
2016-06-30 01:59:06 +03:00
2016-05-06 01:22:59 +03:00
2016-07-01 02:21:48 +03:00
2016-07-01 02:21:48 +03:00
2016-05-14 04:08:22 +03:00
2015-09-03 00:30:10 +03:00