-
Notifications
You must be signed in to change notification settings - Fork 3
Add a button to copy a Comma Separated Variables version of the tracker #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Responds to issue #68 |
jeswr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some quick cleanup that should be able to be bulk accepted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest making this .ttl as:
- There is not N3 specific syntax here
- GitHub has better syntax highlighting of
ttlfiles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Now state-big-tracker.ttl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there is some cleanup that can be done to avoid duplicating this file betweentest/ and dist/. I'll open an issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have opened #69
Thanks Jesse Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
The button is added to the settings.
It saves to text/csv mime type clipboard.
Seems to work