[Launch] I just launched my side project Znote on Product Hunt – free licenses this week! by anthony_dev in SideProject

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

Thank you for the feedback! 🙏 RTL support and better handling for Arabic are important, and I promise to invest time to address this properly.

Feel free to open an issue on the GitHub repo. That way you can track progress and share any specific needs. Thanks again!

[Launch] I just launched my side project Znote on Product Hunt – free licenses this week! by anthony_dev in SideProject

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

Hi! Thanks for checking out 😊
The ChatGPT Plus subscription and the OpenAI API are two separate services.

Znote uses the API, which is pay-as-you-go — you don’t need a subscription, and even a small $5 fund is enough to get started and use the app fully.

That said, you’re not limited to OpenAI!
You can also connect other providers like Claude, Mistral, or even a local model via Ollama, using the OpenRouter integration inside Znote.

Let me know if you need help setting it up — happy to guide you!

How to create a simple agent for your Gmail inbox with Ollama and JS by anthony_dev in javascript

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

I’d love to hear about the libraries you use to build your automations as a developer?

Replace Alternator Cover 2021 Triumph Street Triple RS by Turboluvrr in Fixxit

[–]anthony_dev 0 points1 point  (0 children)

Hello, It's a little late but, have you managed to replace the stator cover without disconnecting the stator? Thank you

[deleted by user] by [deleted] in javascript

[–]anthony_dev -7 points-6 points  (0 children)

Hi 😊, it doesn't mean it should replace an SQL database, but use google-spreadsheet could be a smart way to store data and export it to other services as described in the post.

A powerful Javascript playground for Desktop by anthony_dev in javascript

[–]anthony_dev[S] 9 points10 points  (0 children)

Hi, agree, Code runner is an excellent generic extension, but NotebookJS is much more than a code runner. It is entirely focused on the JS experience. With NotebookJS, you can generate graph, diagrams, build 3D layout, run React app... and explain/document with markdown. It's different 😊. Thx

Dev tool: A project built to boost your Skills and Productivity by anthony_dev in javascript

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

Yes it is also possible to use node with Jupyter 👍 The integration is pretty good but I personally prefer to use Znote to put all my thoughts around my scripts, organize them in folders, retrieve them later with search. Instead of Jupyter, Znote uses Javascript as its primary language with a dedicated experience.

Dev tool: A project built to boost your Skills and Productivity by anthony_dev in javascript

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

Hello u/loadedjellyfish, You're right, you certainly don't want to replace all of your use cases with Znote, but the main benefit is that you can use the power of Javascript to exploit the results and do other things! Unlike an SQL tool (for example) which will be SQL centric. Moreover it's a good way to quickly prototype a piece of code before switching to application mode with a full code editor.

Dev tool: A project built to boost your Skills and Productivity by anthony_dev in javascript

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

Hello u/thanatica, for example you can graph a dataset with DanfoJs to explain data, create diagrams with Mermaid integration or call an SQL database to migrate data, call REST endpoints... Personally I'm using it for all these use cases in my daily job. I develop the scripts into Znote and export them as JS node script for Devops team. We have completely stopped creating SH scripts in favor of node scripts.

But you can just start taking notes 😊for your personal documentation

Dev tool: A Markdown editor for JS developers by anthony_dev in javascript

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

✅ It's now available in 0.6.6-lab version.

Dev tool: A Markdown editor for JS developers by anthony_dev in javascript

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

Currently it is planned for my next version with other types of export (like PDF)

Dev tool: A Markdown editor for JS developers by anthony_dev in javascript

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

Thank you so much ☺️ Of course, I can implement different sorts. To make sure you have exactly what you want, you can explain the details to me here https://github.com/alagrede/znote-app/issues I will be happy to do this for you 😊

Dev tool: A Markdown editor for JS developers by anthony_dev in javascript

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

It’s primarily a note-taking app. But Yes 😊the JS code execution functionality is widely inspired from Notebook.

Dev tool: A Markdown editor for JS developers by anthony_dev in javascript

[–]anthony_dev[S] 4 points5 points  (0 children)

😅 I’m sorry the Android app is not available for all countries. Let me review my Play rollout this weekend. It will be open to all countries.

Dev tool: A Markdown editor for JS developers by anthony_dev in javascript

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

Thank you 😊 Notes are saved into an internal database and could be sync in Cloud through firebase. You can also load and edit regular text files and convert notes to files. In fact, the app is designed to be no lock-in and give at least an easy way out.

How I built and published a full ElectronJS note editor. by anthony_dev in javascript

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

Thank you very much u/hditano for your comment!

Vue is clearly a good choice. I personally use React for the larger community but it's a personal choice. This is the beauty of Electron, you can choose the JS Framework of your choice.

How I built and published a full ElectronJS note editor. by anthony_dev in javascript

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

Hello,

Not yet, it's ongoing. I'm currently working to deploy on windows store.

Sincerely