mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Improved comments
This commit is contained in:
parent
d490e1543d
commit
84bcd0dd44
@ -1,5 +1,7 @@
|
||||
/*
|
||||
Parse a space-separated string of name:value parameters
|
||||
Parse a space-separated string of name:value parameters. Values can be quoted with single quotes, double quotes,
|
||||
double square brackets, or double curly braces.
|
||||
|
||||
The parameters are returned in a structure that can be referenced like this:
|
||||
|
||||
(return).byName["name"][0] - First occurance of parameter with a given name
|
||||
|
Loading…
Reference in New Issue
Block a user