6 ms·
How would you manage metadata?
by fields 16y ago
How would you manage metadata?
- zemanel 16y agoi don't really plan to, but i've thought about it and there are ways for simple cases. For example posting into a blog. You would create a folder bellow "tags" with the tag name of the post, and create an (HTML) file in which the filename would be the post title and it's contents the post itself. As you can see, it's not very flexible. My main goal is easier managing "media files". For further categorization, you would use the webapp's self interface. But getting the file attachments of your blog posts would be a piece of cake, if the blog has an API. Or even your posts as files.