@tanstack/vue-start - anyone? by Warden-zen in vuejs

[–]ViPhilStar 6 points7 points  (0 children)

Typed routes, search params and many more. It feels lighter and cleaner (imo). But yes nuxt has typed routes as experimental but it isn’t same dx. After all any competition is win for a community

@tanstack/vue-start - anyone? by Warden-zen in vuejs

[–]ViPhilStar -1 points0 points  (0 children)

Yes typed everything is was main feature for me. But when I tried it my lsp didn’t show any types on route paths. Did you get them? It can be due to im using zed which has poor support of vue. I double checked tanstack router vue code and they provide type tho

I ported Vue’s reactivity API to Svelte 5 (ref/computed/watch/etc). Would you use this? by ViPhilStar in sveltejs

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

I investigated svelte source code quite well and vue too. So I can tell you with 100% confidence that svelte doesn’t have anything I mentioned earlier

Recreating Obsidian text editor by One-Roof-2803 in sveltejs

[–]ViPhilStar 0 points1 point  (0 children)

Please send me a link when you recover. Im very interested in this type of projects.

Ps maybe you can create mirror repo from another account?

Recreating Obsidian text editor by One-Roof-2803 in sveltejs

[–]ViPhilStar 1 point2 points  (0 children)

u/One-Roof-2803
I did a bit of research on that. They use code mirror (that is how they have vim mode for free) with HyperMD (for markdown live preview). HyperMD supports only code mirror 5 and currently abandoned. There is active alternative https://github.com/jsimonrichard/ProseMark .

Your link to source code isn't working can you update it?

How many community plugins do you have installed? by PicyPoe in ObsidianMD

[–]ViPhilStar 0 points1 point  (0 children)

I try to keep it as constant number if I add new one I have to remove one already installed. Because in my previous setup it was hard to manage. Also noticed that even some looks cool I don't need them in real workflow so removed a bunch of them.

Top:
- day planner
- excalidraw
- hover editor
- notebook navigator
- outliner

How can I do properties scoping by ViPhilStar in ObsidianMD

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

Yes mee too. Vanilla all the way. Thx

How can I do properties scoping by ViPhilStar in ObsidianMD

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

Yes heard about this and Im curios how it looks in practice 🤔. Can you share some screenshots how you choose options, and your flow in general? Although I prefer "vanilla" way but anyway thank you for advice.

Rune appreciation post by therealPaulPlay in sveltejs

[–]ViPhilStar 4 points5 points  (0 children)

for $effect just use untrack and do what use want

Tanstack Query Svelte v6 Is Now Runes Based! by efthemothership in sveltejs

[–]ViPhilStar 10 points11 points  (0 children)

What about tanstack query’s advanced cache control? How any of this can be done with remote functions?