<feed xmlns='http://www.w3.org/2005/Atom'>
<title>operum/app/views/things, branch main</title>
<subtitle>Simple application that keeps track of all your sources (i.e. books, papers, articles).
</subtitle>
<id>https://git.mssola.com/misc/operum/atom?h=main</id>
<link rel='self' href='https://git.mssola.com/misc/operum/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/'/>
<updated>2025-07-01T06:53:56Z</updated>
<entry>
<title>Use the plain exporter for thing titles</title>
<updated>2025-07-01T06:53:56Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-07-01T06:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=94c48771afa30e4594832dd3be4987f6ba7b6ea5'/>
<id>urn:sha1:94c48771afa30e4594832dd3be4987f6ba7b6ea5</id>
<content type='text'>
Set the title for each thing a plain text export of it, so the user can
easily check what exactly that row stands for, which is useful for
things with similar/identical titles.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace underscores with the proper HTML tags</title>
<updated>2025-01-27T21:01:42Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-01-27T21:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=ffb794a7255b8cbb89d2a4f5490feb59911b8014'/>
<id>urn:sha1:ffb794a7255b8cbb89d2a4f5490feb59911b8014</id>
<content type='text'>
This was already handled correctly in the case of TeX and CSV, but the
HTML rendering was still to be handled.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>thing: improved the UX on the form</title>
<updated>2024-03-19T10:19:53Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2024-03-19T10:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=2ae03c9852922ff23ce79910ce499bfb8c7644e6'/>
<id>urn:sha1:2ae03c9852922ff23ce79910ce499bfb8c7644e6</id>
<content type='text'>
The "target" field is not autocompleted unless users explicitely
change its value themselves. The autocompletion is built from the
authors last name combo plus the year (which is rather naive, but
effective for most cases).

Moreover, some fields have been moved and the "access" field will only
appear if "url" is set.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>things: provide a simple way to follow links</title>
<updated>2024-03-15T10:22:28Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2024-03-15T10:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=16739684bb7ca55d71c22cbd103ca8c058c33ecc'/>
<id>urn:sha1:16739684bb7ca55d71c22cbd103ca8c058c33ecc</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Added the 'autocapitalize' attribute</title>
<updated>2024-03-15T09:23:18Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2024-03-15T09:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=e46f849f1f8b3e2a002ac3b124331011a86f9ea3'/>
<id>urn:sha1:e46f849f1f8b3e2a002ac3b124331011a86f9ea3</id>
<content type='text'>
I did not bother with this attribute before, but it makes a lot of sense
in some inputs.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Dropped redundant 'location' column</title>
<updated>2024-03-14T21:20:09Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2024-03-14T21:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=8818aa680c2ddaf1204e297fe27f088499eea74f'/>
<id>urn:sha1:8818aa680c2ddaf1204e297fe27f088499eea74f</id>
<content type='text'>
Looks like I messed up later on and kept two columns which were
basically referring to the same thing.

Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2024-03-13T17:03:43Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>msabate@suse.com</email>
</author>
<published>2024-03-13T17:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/misc/operum/commit/?id=a7791635aa98f012d35f97c3c5288494bbb28e38'/>
<id>urn:sha1:a7791635aa98f012d35f97c3c5288494bbb28e38</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;msabate@suse.com&gt;
</content>
</entry>
</feed>
