clsturgeon / MemoryKeeper

Manage research projects in TiddlyWiki
15 stars 2 forks source link

Tags for events #5

Closed stokestj52 closed 2 years ago

stokestj52 commented 2 years ago

When importing a JSON file and I use the "tags": "event Birth" that tiddler will not link to the person tiddler, but when I use "tags": "event birth" it does. Not a problem but should may be noted.

clsturgeon commented 2 years ago

Tags are case-sensitive. I use the following rule for tags in MK: MK always uses lowercase except when you want a tiddler to appear under a sidebar menu item. For example, event defines a tiddler as an event. Events defines a tiddler to appear under the menu item Events in the Table Of Contents. In your example, the tiddler should appear as an event and should be assignable to a person. However, tagged as Birth will not be detected as a birth event. Each tiddler is defined in the help. The Event tiddler help can be found here:

http://craigsturgeon.com/mk/help/mkhelp.html#Event

Does this help?

stokestj52 commented 2 years ago

Yes this does help. I changed my python tiddler code to match your Power Shell code output on event tiddlers which have caps in the tags. Changed it back and now works.