Release date: 2024-12-01
Docker Image
This patch includes:
- Added button for copying raw text content to clipboard
- Updated UX for download button
- Fixed bug where long strings would cause the text to overflow off the page (specifically base64 encoded strings)
Release date: 2024-11-16
Docker Image
This patch includes:
- Added support for tables and todo lists
Release date: 2024-10-21
Docker Image
This patch includes:
- Added a button to close the currently opened note
- Fixed a bug where the outline of navbar buttons was hidden behind the main notebook area
Release date: 2024-10-16
Docker Image
This patch includes:
- Updated the style of the buttons in the top editor bar to match the rest of the UI elements
Release date: 2024-10-16
Docker image
This patch includes:
- Fixed a bug where you couldn't collapse a folder if you were viewing a file that existed within the folder
- This isn't necessarily a bug but it's annoying so I fixed it
- Removed some debug statements that was spamming the console
Release date: 2024-10-16
Docker image
This minor update includes:
- Added functionality to expand/collapse all subdirectories when clicking if you hold
alt
(Windows) oroption
(Mac) - Added functionality to automatically expand the path of directories when navigating to a file (using search or a link)
Release date: 2024-10-16
docker image
This minor update includes:
- Added a download button for downloading the raw file
- Fixed a bug where if you typed too fast the cursor would jump to the start of the editor
- Updated the save code to work more reliably for drawings
- Updated the save code to be more performant
Release date: 2024-10-15
docker image
This patch includes:
- Reduced the amount of autosaving that occurs when editing Excalidraw files (credit)
- Autosaves now happen 2 seconds after a user stops editing OR immediately if they click outside the main editor
Release date: 2024-10-15
docker image
This patch includes:
- Added support for Excalidraw libraries
- Fixed bug where opening an Excalidraw file from a previous version would crash the app
Release date: 2024-10-14
docker image
This patch includes:
- Fixed a bug where navigating away from a drawing using the notebook button would clear the drawing
- Fixed a bug where the adding a new text file would actually add a drawing file
- Reduced the amount of Excalidraw app state that's saved, reducing the amount of saves
Release date: 2024-10-13
docker image
This patch includes:
- fixed bug with renaming excalidraw files
- fixed bug with search not showing the last character of the file extension
Release date: 2024-10-13
Docker Image
This major update includes:
- Added an Excalidraw integration so you can make drawings
- Added a check to make sure the user is not trying to move a folder into one of its subfolders
- Updated the look of links
- Updated how navigating to different documents is handled internally which should improve the UI and reduce potential flashing
Release date: 2024-10-13
Docker Image
This patch includes:
- Fixed a bug where environmental variables set as "true" were not correctly parsed as booleans
Release date: 2024-10-13
Docker Image
This patch includes:
- Various UI improvements
- Updated how document links are parsed and displayed (preparation for supporting different file types)
Release date: 2024-10-12
Docker Image
This patch includes:
- Fixed a security vulnerability where users could make usernames like
.
and/
and obtain access to the filesystem (credit)
Release date: 2024-10-06
Docker Image
This minor update includes:
- Fixed issue where renaming the file you're currently editing would not navigate you to the new file
- Fixed weird behavior with creating a new file sending you to the wrong place
- Added
Ctrl-u
,Ctrl-i
, andCtrl-b
commands when not in vim mode for underline, italic, and bold
Release date: 2024-10-05
Docker Image
This major update includes:
- Rendering is now done through
react-markdown
, so performance should be a lot better - A few things have been removed and will be added later. This includes:
- Tags
- Named code blocks
- Documents can now be linked to other documents via the syntax
[[/path/to/document|optional name]]
Release date: 2024-10-04
Docker Image
This patch includes:
- Updated the style of the GitHub links
- Updated search to match the full path of the file
- Internal linking to other documents via
[[/path/to/file]]
Release date: 2024-10-01
Docker Image
This patch includes:
- Fixed bug preventing
<c-u>
and<c-d>
from working in vim mode - Moved the vim command panel to fixed at bottom of the screen
Release date: 2024-10-01
Docker Image
This patch includes:
- Changed the toggle switches to toggle buttons for showing/hiding the editor and the preview planes
Release date: 2024-10-01
Docker Image
This patch includes:
- Added the file path to the title area of the editor
Release date: 2024-10-01
Docker Image
This patch includes:
- Remove the warning message caused by radix UI trying to control how I write my code
Release date: 2024-10-01
Docker Image
This minor update includes:
- Pressing shift-shift anywhere in the editor brings up the file search (fully keyboard accessible)
- Clicking on the version number brings up the changelog
Release date: 2024-10-01
Docker Image
This patch includes:
- Search results will now highlight the part that matches the query
- Search also checks the directory path
Release date: 2024-09-30
Docker Image
This minor update includes:
- Search bar for files
- GitHub link and version below the recently deleted tab
- Option to hide/show the sidebar
- Folders collapse by default
Release date: 2024-09-29
Docker Image
This patch includes:
- Changed the alignment of folder name and dropdown icon in the sidebar
Release date: 2024-09-29
Docker Image
This patch includes:
- Added a toggle for show/hide the editor in the settings modal
Release date: 2024-09-29
Docker Image
This patch includes:
- Removed the file and folder icons, they were a bit too noisy imo
- Made the sidebar scrollable
- Made file/folder names ellipsis if required
Release date: 2024-09-29
Docker Image
This patch includes:
- Any
.git
folders are no longer included in the file structure in the frontend. If you want to back up your files with git (in a user's directory), you will no longer see the git folder.
Release date: 2024-09-29
Docker Image
This minor update includes:
- Tags
- Named code blocks
- Syntax highlighting in code blocks
- Ability to hide/show the editor*
*This may cause the editor to be hidden by default if you update from a previous version because of a limitation with cookies. I'm going to fix this in the future so that new settings that should be default on won't be defaulted to off.
Release date: 2024-09-29
Docker Image
This patch includes:
- Changes to the tab header
- Installation instructions in the README
Release date: 2024-09-28
Docker Image
Initial release! This release includes:
- Authentication support
- Note editor
- Note preview
- Vim input support