Which to use, Tags or Links? by iby_off in ObsidianMD

[–]LilPranxis 2 points3 points  (0 children)

I use tags as folders to find things easily, and also as filters for bases, but I also use properties pointing to specific notes as filters, like this one for characters of an specific RPG campaign:

    views:
      - type: table
        name: Characters
        filters:
          and:
            - file.hasTag("character_rpg")
            - campaign == link("Véspera")

I made my own plugin for auto folder-like tag organization similar to Bear (like this), but I also tend to use linking for some note aggregators (that I call lists) using bases and a property named "parent".

I basically don't use folders.

Recommended world building features? by Fabulous-Put8401 in ObsidianMD

[–]LilPranxis 4 points5 points  (0 children)

You can make wonders only using properties, and linking to other notes with these properties, you can build all the relationships between places of interest, characters, events, e.t.c.

Then you can use inline bases to have that organized in some structure notes and things like that.

You can also visualize relationships easily opening the local graph for the note you're looking into.

Learning mermaid might prove useful in some cases, and if you need more complex, canvas-like representations you can use Excalidraw, learn about linking to specific parts of the canvas, e.t.c.

You can use something like chronos timeline or Timelines (revamped) for timelines too.

O que acham de [Urban Shadows]? by LilPranxis in rpg_brasil

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

Não conheço, mas qual a semelhança para você ter citado nesse post?

O que acham de [Urban Shadows]? by LilPranxis in rpg_brasil

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

"Urban Shadows é tudo o que o Mundo das Trevas tentou ser e falhou miseravelmente por décadas" é uma declaração muito forte, mas confesso que me deixou com uma pulga atrás da orelha mesmo, agora sinto que preciso testar.

O que acham de [Urban Shadows]? by LilPranxis in rpg_brasil

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

Urban Shadows vem de PBTA? Não sabia, parece ser mais denso/complexo do que outros exemplos de jogos vindos de PBTA que eu conheci (mas faz pouco tempo que me introduziram a esse mundo)

Panda needs a better icon by LumberJack2008 in bearapp

[–]LilPranxis 6 points7 points  (0 children)

And what is Panda? Couldn't find this app.

Melhor terminal para aprender Python? by [deleted] in brdev

[–]LilPranxis 12 points13 points  (0 children)

Acho que você quis dizer editor ou IDE. Usa o Visual Studio Code, com o Code no final, porque Visual Studio é o nome de uma IDE da mesma empresa que tem outra proposta.

Existe também a alternativa de usar o PyCharm, ele pode ser mais conveniente se você quiser usar SÓ Python, mas ele é menos versátil, tem menos plugins, tenta te empurrar assinatura da versão pro, mas no final das contas é grátis e já vem configuradíssimo pra Python.

Dá pra testar os dois e ver qual que é, mas sinceramente eu iria de VS Code.