mog

mog Used AI

12 devlogs
25h 8m
•  Ship certified
Created by sam

a foss notes app that runs locally, is super fast and easy to use! inspired by notion but made for real people :D

Timeline

⭐︎
final ship!!

Ship 1

1 payout of shell 258.0 shells

sam

about 2 months ago

sam Covers 11 devlogs and 24h 59m

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!

Update attachment
sam sam about 1 month ago
hii :) its because i dont pay for apples notorization program, so you will have to xattr -l /path/to/application.app (in terminal) :)
Tymek Tymek about 2 months ago
The app looks very cool but I’m unable to run it on macOS. I get an error:“mog” is damaged and can’t be opened.

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

Update attachment

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

Update attachment

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

Update attachment

I HATE EDITOR JS!!! let me hide the tooltips PLEASE :( i have spent HOURS trying to figure out how to do it

Update attachment

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)

Update attachment

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

Update attachment

created the landing page and testing build :D
its all starting to come together :3

Update attachment

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)

Update attachment

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

Update attachment

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

Update attachment