a foss notes app that runs locally, is super fast and easy to use! inspired by notion but made for real people :D
Tymek
Check their projects out: Agin Sensors, Agin CI, Agin Auth, Wasona, Agin Slides
Karo
Check their project out: OpenDossier
Krishiv
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
fixed an annoying bug where typing a slash would cause the editor to open and behave rudely :) Also made sure that multiple dialogue windows cannot be opened at the same time. Checked if it works on windows (just about!) About to ship!
managed to get drag and drop working with native html5, turns out tauri was the issue and i had to find some obscure stackoverflow post to realise this. have now been trying to sort out an annoying bug with editor js and adding notes where it causes slashes to enter the dom and be scary :( however i did greatly improve the adding new note experience, as it now appears in the sidebar
tried to implement drag and drop functionality for agess...... why are there no svelte libraries that work :(
i will fix it tomorrow, i am too tired
i did write a function today that allows me to move notes which does successfully work, however i am yet to implement it w drag and drop
Finished most of the stuff.. cleaned up the app a lot! just need to add tags and moving notes around i think, but all the base functionality is there
I HATE EDITOR JS!!! let me hide the tooltips PLEASE :( i have spent HOURS trying to figure out how to do it
devlog 05
yippee! i have finally got the search and filesystem working, and wow that was a pain! all i need to do fs wise now is just add the option to create new directories and move notes, and that shouldnt be too difficult (i hope)
devlog 04
✧ added folder and subfolder support (this was actually not the beast i made it out to be so yippee!!)
✧ improved ui
todo:
add animations
add theming support.
add ability to create folders
add pinning
add sorting
add tags to search
devlog 03
created the logo, uploaded a release on github, fixed lots of bugs! if you would like to try out the project, have a look :D (mac only for the minute)
devlog 02
--foreword--
hey! thank you for reading :) i've really been enjoying making this app and i made a lot of progress today! if anyone has any features you think would be cool to implement, don't hesitate to tell me :D
--progress--
✦ added font support
✦ added keyboard shortcuts
✦ added proper sidebar collapsing with animation
✦ added quotes (had to fight editorjs a lot)
✦ moved files to AppData for better handling
✦ fixed editor padding
--todo--
✧ add ability for notes to reside in subfolders
✧ add tags
✧ add themes
✧ add search
devlog 01
--foreword--
hey! welcome to my devlog :D if you are reading this, thank you for reading! it really means a lot that you have decided to stop by :)
--progress--
✦ fixed some annoying bugs
✦ created the landing page
✦ made the sidebar look epic
--todo--
✧ fix editor padding
✧ add onboarding and folder selection
✧ add themes