Skip to content
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

Double colons after Metadata and Notes headings #8

Closed
melat0nin opened this issue Jun 13, 2020 · 1 comment
Closed

Double colons after Metadata and Notes headings #8

melat0nin opened this issue Jun 13, 2020 · 1 comment

Comments

@melat0nin
Copy link
Owner

How about double colons after Metadata and Notes as well. One can then search for only metadata or notes. Like this?

[
	{
		"title": "thisIsMyCiteKey2020",
		"children": [
			{
				"string": "Metadata::",
				"heading": 3,
				"children": [
					{
						"string": "Title:: [[Title of Item]]"
					},
					{
						"string": "Author(s):: [[Autho R. One]], [[Autho R. Two]]"
					},
					{
						"string": "Topics:: [[MyTopic]]"
					},
					{
						"string": "Type:: [[Article]]"
					},
					{
						"string": "Date:: 2014"
					},
					{
						"string": "Date added:: [[May 11th, 2020]]"
					},
					{
						"string": "URL:: [url.com](url.com)"
					},
					{
						"string": "Tags:: #[[Tag1]], #[[Tag2]], #[[ZoteroImport]]"
					}
				]
			}
		],
		"edit-time": 1589209899
	}
]

Originally posted by @roam-user in #7 (comment)

@melat0nin
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant