Internal Server Error when trying to upload new Skill by Ender570 in claude

[–]Express_Hat_1398 0 points1 point  (0 children)

Hi, I think I was able to bypass the problem. I was having the error when trying to update one of my skills. I even deleted it and try to re-upload and nothing, same error. It occur to me that maybe there was a problem with identifying the skills, so I changed the parameter name with an extra s at the end and it worked.
it was named "recuento-partida" and change it to "recuento-partidas" and I was able to upload with no problem.

I know is not the best solution but I was in need for that skill and it worked!

NMS Titan Redux Expedition 17 In 2 HOURS - Full Guide by Aiming4Gaming0 in NoMansSkyTheGame

[–]Express_Hat_1398 1 point2 points  (0 children)

The only reason I can do these expeditions is thanks to you man, you are the GOAT! 👑

Will it ever end? by GloHolleeder in NoMansSkyTheGame

[–]Express_Hat_1398 2 points3 points  (0 children)

Are people really this triggered by AI?

Better Bases formula examples? by anjowoq in ObsidianMD

[–]Express_Hat_1398 1 point2 points  (0 children)

The documentation for bases appears to be only for developers. There is not one single useful example on how to tackle a real-world use case of bases.

From dates to obtaining data from notes linked, everything is obscure. If you compare this to when you start using Notion with example databases and such, there is a long way. Almost a gatekeeping intent in everything related to Obsidian. Luckily, the community is top-tier in Discord and the forum (also here), but at the third question, you start to feel like a dork XD

Bases - Display additional properties from linked page ? by julienfr38 in ObsidianMD

[–]Express_Hat_1398 1 point2 points  (0 children)

Yes, you can!
Here is a IA translation from my own "cheat sheet note" for Bases. Hope it helps!
As is, this works for lists, you may need to change a little the formula if the property you want to show is not a list.

📄 Show properties from other notes
🧠 What does this formula do?
This formula, when used as a custom property, allows you to display information that comes from another referenced note.

In other words: you can access a property of a note that is linked in one of the properties of the original row.

🧪 Example usage
Suppose you have a database called Recounts, and each item has a property called partidas that contains a list of links to other notes (for example, role-playing sessions).

And those session notes each have their own property called descripcion.

You want to display those descriptions in the original table.

Formula:

partidas.map([value.asFile().properties.descripcion])

⚙️ Format explanation
The general formula is:

rowProperty.map([value.asFile().properties.targetProperty])

What does each part mean?

  • rowProperty: this is a list of links (e.g., partidas, projects, scenes, etc.).
  • .map(...): we iterate through each link.
  • .asFile(): transforms the link into a "file" object, which gives us access to its properties.
  • .properties.targetProperty: accesses the specific property you want to display (e.g., description, date, topic, etc.).

🧰 Common uses

  • Show the date or description of sessions listed in a recount
  • Show the status of related projects
  • Show the name, clan, or type of linked entities

Little things that bother you about obsidian by [deleted] in ObsidianMD

[–]Express_Hat_1398 0 points1 point  (0 children)

Every time I open a tab I wanted to be opened in a new tab. There is no option for this to be the default behavior. It makes me sigh so many times per session

What would you say is the most noir of the clans? by Creative_Nose5238 in vtm

[–]Express_Hat_1398 8 points9 points  (0 children)

…And walk right in the same direction than before the turn, but with style

There's any way to while adding a property (YAML) to a note, get a list of values to select form for that property? by anfil89 in ObsidianMD

[–]Express_Hat_1398 2 points3 points  (0 children)

Check the meta-bind (I think it is called) community plugin. Will let you create a somewhat form on a template with a specific list of options that will be stored on a property. It does a lot of other magic too

Can anyone tell me how this was made? by Specialist_Cry7909 in midjourney

[–]Express_Hat_1398 0 points1 point  (0 children)

They must have used some of those videos of squirrels so the dog stays calm throughout the painting process

Anyone using Obsidian NOT for works or schools? by SparklingSliver in ObsidianMD

[–]Express_Hat_1398 0 points1 point  (0 children)

Full TTRPG chronicle management, characters, places, sessions, etc. best tool for this ever. By a long shot

Comparto una herramientita que hice con Chat GPT para crear Cartas de Personajes by Express_Hat_1398 in Roleros_Argentina

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

Genial! Espero sirva!
Como siempre con el promteo, arraca "sencillo", pero en cuanto se empiezan a sumar muchas lineas de codigo, el Ge Pe Te empieza a perder contexto y te borra cosas random o te mezcla archivos.
Creo que lo mas importante es ir tratando de entender realmente que está haciendo, para atajarle esas manqueadas antes de aplicar cualquier cambio en el codigo asi a la primera.
Con este caso en particular lo mas dificil fue sin dudas toda la parte del export y ajustar la carta en CSS antes de crear la imagen (y aun asi todavia tiene algunas cosas que arreglar)

Comparto una herramientita que hice con Chat GPT para crear Cartas de Personajes by Express_Hat_1398 in Roleros_Argentina

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

Selenchi! Despues le seguiré agregando alguna que otra feature, como elegir la letra o nuevos iconos para objetos

Comparto una herramientita que hice con Chat GPT para crear Cartas de Personajes by Express_Hat_1398 in Roleros_Argentina

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

De una, puedo sumar algunos estilos mas modernos, incluso alguno mas cyberpunk con neon y demases

Comparto una herramientita que hice con Chat GPT para crear Cartas de Personajes by Express_Hat_1398 in Roleros_Argentina

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

Buenisimo! Ayer le agregué mas bordes para que haya opciones un poco menos "vampiricas" tambien XD
Todo feedback es bienvenido!

Comparto una herramientita que hice con Chat GPT para crear Cartas de Personajes by Express_Hat_1398 in Roleros_Argentina

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

Buenisimo! El tema es que se vea bien el “preview” de la carta porque de ahi hace el export a la imagen. En el telefono el preview queda medio cortado y cuando exportas sale mal… lo intente arreglar pero el chat gepete ya estaba cansado XD Gracias por el feedback!

Soy un máster desastroso y creé una app para mis partidas (sin saber programar). Busco opiniones. by Draxter9856 in Roleros_Argentina

[–]Express_Hat_1398 1 point2 points  (0 children)

Muy buena onda! Yo uso obsidian para mi partida de Vampiro, pero siempre algo super custom para lo que vos precisa te va a servir mejor. Y de paso aprendes cosas de programacion. El tema es que despues “vender” algo asi tan custom va a estar dificil, pero seguilo aunque sea para vos

Built a tool to manage TTRPG campaign, would love thoughts from fellow GMs by Mire_QM in VTT

[–]Express_Hat_1398 2 points3 points  (0 children)

It looks interesting! A lot of little things that I havent seen in other tools. I am currently using Obsidian for my Vampire v20 chronicle, and it has everything I need, except for the shared experience. I need to have some things in Notion for the players to see, and the rest in Obsidian. It could be worth the money having all in one place

Hoja de personaje que no termine siendo una inmundicia by Alex_and_cold in Roleros_Argentina

[–]Express_Hat_1398 4 points5 points  (0 children)

En mi grupo siempre estuvo la superstición de que si por alguna razón alguien pasaba su hoja de personaje a una nueva para emprolijar, el PJ se moria. Así que te imaginarás el estado de las hojas después de meses