-
Notifications
You must be signed in to change notification settings - Fork 1
Support for Styles #40
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlanguage changeChanges the way a user writes csv++Changes the way a user writes csv++
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlanguage changeChanges the way a user writes csv++Changes the way a user writes csv++
It would be great to define "styles" up in the code section:
and then use them in the CSV section:
Outstanding Questions
#headersyntax using the hash but does it conflict with the future plans to make the row comment-out-able? We'd use the#for that. But it would have to be the first non-whitespace character on the line, so it doesn't really conflict per-sefoo := [[ ... ]]- can we think of anything better? It seems kinda unsymmetrical that we use[[and not![[but whatever I guess...