> I did not understand how I can select the type of my custom fields How do you access (read/write) custom fields - programmatically or via some plugin that provides a UI?
> they're all just strings Indeed. In part that's because of the serialization when saving the document. While there's nothing preventing you from using any arbitrary type on the in-memoty object, this is not part of the contract and might lead to some incompatibilities (e.g. with other plugins). Some people have taken to storing JSON strings in custom fields, but that should be considered a last resort. -- F. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en -~----------~----~----~----~------~----~------~--~---
