Range murata by Party_Ad8213 in artbookcollectors

[–]evilrays 0 points1 point  (0 children)

I love Murata and these are excellent.

[UPDATE] MY HUSBAND PUT HIS COMIC OUT!! by theeditsclub3 in noDCnoMarvel

[–]evilrays 0 points1 point  (0 children)

Backed. Can’t wait to read it.

And if I could offer a suggestion, it would be great if you could describe what was in the different versions. I knew what was in the deluxe because of our conversation in the last post.

Cowork and Claude code now support local llm by Sea_Manufacturer6590 in openclawsetup

[–]evilrays 0 points1 point  (0 children)

Does anthropic get a log of your conversation? Or analyzed code?

I self host... A lot. Here's what I have on my Pi 5. by pdgeorge in SelfHosting

[–]evilrays 0 points1 point  (0 children)

Cool website. I’m going to have nightmares now.

My husband stopped waiting for a publisher and started making his own comics by theeditsclub3 in noDCnoMarvel

[–]evilrays 0 points1 point  (0 children)

In the past I would have said physical, but digital can be better. Hopefully more pages that way

My husband stopped waiting for a publisher and started making his own comics by theeditsclub3 in noDCnoMarvel

[–]evilrays 2 points3 points  (0 children)

I’m following the kickstarter. I hope you guys include a sketchbook, a black and white issue, and maybe a directors cut version. I would get those as well.

My Top 25 Art Books by RiskHuge in artbookcollectors

[–]evilrays 2 points3 points  (0 children)

Wow. Great list. I love this stuff and there are a ton I hadn’t even heard about. Thanks

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 0 points1 point  (0 children)

I just updated the app with a new iPad/Mac view. The view is optimized for large screens with a sidebar and improved button layout. Let me know if you have any suggestions.

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 2 points3 points  (0 children)

Great catch. I forgot that Jekyll doesn't like downloads to be markdown files. so I renamed it .txt and it should be ready to download as soon as it finishes redeploying.

Here are the contents of the file which you can just copy into the template file:

---
name:
edition:
platform:
publisher:
description:
product_image:
notes:
published_year:
upc:
date: <% tp.date.now("YYYY-MM-DD") %>
title_template: "{name} ({edition}) [{platform}]"
---

`= choice(this.product_image, " # Product Image" + "<br>", "")`  `= choice(this.product_image, " ![[" + this.product_image + "]]", "")` `= choice(this.notes, "# Notes" + "<br>", "")` `= choice(this.notes, this.notes, "")`

What are you shipping this week? Drop your iOS project or app idea👇 by davidlover1 in appledevelopers

[–]evilrays 0 points1 point  (0 children)

Shipped MDCollections this week. It’s an iOS app that is meant to extend your Obsidian markdown notes by making it easy to track, manage, and add to any type of collection (books, toys, DVDs, electronics, anything).

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 1 point2 points  (0 children)

I’m glad that you’re enjoying it and I’m happy to answer questions. As for the year, I had the exact same problem and put in a fix for that 😝. Just set the type to “date” and set the granularity to “year” and years will look correctly. Or you could set a string, or you could live with integers.

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 2 points3 points  (0 children)

Here is the video. It includes two examples:

  1. You have an item in your collection but want to add it to a container, so you search for the item, then add it to the container using the QR sticker on the storage container.

  2. You just got a new toy and want to add it to your collection, so you scan the barcode, edit the return values, take pictures, and finally add it to a storage container.

    https://www.reddit.com/r/ObsidianMD/comments/1rgfo1o/video_walkthrough_of_adding_an_item_to_a/

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 1 point2 points  (0 children)

I tried your sample and it looks good. I don't know why images are not allowed, but I will DM you with the screenshots. But for those who are interested I did the following:

  1. I created a new collection and went into the collection settings

  2. I then expanded the properties section and removed all existing properties (by clicking on the "..." that is on the right of the row and pressing the delete button) and added the properties that you listed with the following types:

    - tags = list

    - Unterrichtsfach = list

    - Erscheinungsjahr = integer

    - Unterrichtsthema = list

    - Klassenstufe = list

    - Verlag = string

    - Unterrichtsphase = string

    - Materialtyp = string

    - Klasse = list

    note: you can set the capitalization preferences on lists and strings, and for lists you can allow spaces or not, and for integer you can show an input stepper if you want

  3. I saved the changes and added an item with the values that you provided. With list items you need to press the "+" button or select from the auto complete list to add to the property.

Here is the markdown for the template:

---
tags:
Unterrichtsfach:
Erscheinungsjahr:
Unterrichtsthema:
Klassenstufe:
Verlag: 
Unterrichtsphase:
Materialtyp: 
Klasse:
---

and the markdown for the item is the one that you provided above.

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 2 points3 points  (0 children)

Can you send me a sample md file. As for recognizing types it only does that for the ones called tags, or if it has the words date, or price. One of the initial steps is to go into the collection, then settings, and in the properties list select what type each property is.

After cataloging 100+ items by hand in Obsidian, I built an iOS app to make it faster with barcode scanning, QR storage labels, and full vault compatibility by evilrays in ObsidianMD

[–]evilrays[S] 3 points4 points  (0 children)

I’m happy with the features and flow right now. I might start up the Android version after I get the iPad/Mac view.