View all by billiam
billiam
Follow billiam
Follow
Following billiam
Following
Add To Collection
Collection
Community
Devlog
Related games
Related
Deepdwn
←
Return to Deepdwn
Devlog
v0.40.2: Autocomplete bugfix
July 20, 2024
by
billiam
3
Another small bugfix release for 0.40 Bugfixes Fix autocomplete failing in document frontmatter (used for autocompleting tags and categories), and in some cases when autocompleting links to other docu...
Continue reading
v0.40.1: Lint and folding bugfixes
April 24, 2024
by
billiam
3
A small bugfix release for 0.40 Bugfixes Fixed markdown and yaml formatting warnings failing to appear Fixed collapsing markdown headings not working, or not collapsing the right content in some circu...
Continue reading
v0.40.0: Footnote previews + linking, navigation history
January 06, 2024
by
billiam
3
Welcome to Deepdwn v0.40! This release adds a couple of new features and some smaller bugfixes. Footnotes Footnote references can now be control-clicked in the editor to jump right to the footnote. Al...
Continue reading
v0.39.0: BIG UPDATE - Fountain, diagrams, autocomplete, monospace font select, ignore folders...
March 17, 2023
by
billiam
5
Welcome to a small update that got out way out of hand Fountain First, Deepdwn now supports the Fountain screenplay format: https://fountain.io/ Fountain is a plain-text, human-readable format for wri...
Continue reading
v0.38.0: Mac ARM build, font selection, many bug fixes
February 06, 2023
by
billiam
5
New features Mac universal build Deepdwn now provides a universal Mac OS build, supporting both x64 and ARM64 (M1/M2) processors without the need for Rosetta. This build is larger (since it contains b...
Continue reading
v0.37.1: Mostly bugfix edition
December 30, 2022
by
billiam
1
This is primarily a bugfix release, but there are a couple of quality of life, performance, and accessibility improvements as well. Autocomplete Autocomplete has gotten a small rework. When using auto...
Continue reading
v0.37.0: Minor search update, bugfixes
September 10, 2022
by
billiam
3
This is a minor release, but a couple of small features have snuck in anyway. New stuff Slightly expanded search capabilities Previously, all file searches in the file list panel were treated as exact...
Continue reading
v0.36.1: Outline and table improvements
August 06, 2022
by
billiam
3
This version adds some fixes and improvements for table rendering and outline scrolling. As an aside, further large-scale changes are being made to Deepdwn behind the scenes currently, but they won’...
Continue reading
v0.36.0: Better HTML paste and synced scrolling
May 14, 2022
by
billiam
3
This version adds improvements to a couple of existing features: HTML-to-markdown and synchronized scrolling! HTML Pasting Significant changes have been made to the convert-pasted-HTML-to-markdown fea...
Continue reading
v0.35.0: Discord integration, tag autocomplete
April 10, 2022
by
billiam
4
Discord status Deepdwn can now update your status in Discord when you have the Discord application running (if you like). This integration is disabled by default. To enable it, go to the new Preferenc...
Continue reading
v0.34.0: More accessibility updates, preferences
March 27, 2022
by
billiam
4
A new section has been added to Deepdwn’s preferences for accessibility settings. The existing settings for the tab key behavior (toggling between indenting and navigation), and high-contrast displa...
Continue reading
v0.33.2: Additional error logging, bugfixes
March 21, 2022
by
billiam
2
Just another quick bugfix and error logging release, while larger updates are being worked on. Tweaks Additional capturing of otherwise uncaptured errors. Bug fixes Fix error that could occur while pa...
Continue reading
v0.33.1: Minor find improvements
March 13, 2022
by
billiam
3
Just a small patch release right now Tweaks Improved responsiveness of find-in-document Removed extra spacing around highlighted search results Added error logging for unexpected application errors. T...
Continue reading
v0.33.0: Automatic formatting fixes
February 20, 2022
by
billiam
5
Deepdwn’s previous feature update added markdown format checks, and with this update it can fix many of them automatically! Fix markdown formatting errors When Deepdwn knows how to fix a formatting...
Continue reading
v0.32.1: Drafts bugfix
January 21, 2022
by
billiam
3
Quick bugfix release for drafts not appearing in the files panel. Tweaks Minimum window dimension has been increased to a more realistic size. Still small though. Bug fixes Fixed draft files not appea...
Continue reading
v0.32: Markdown linting
January 15, 2022
by
billiam
2
Most of this release was focused on small performance changes, but there’s one new feature for you! Markdown format checking Deepdwn can now check your documents for formatting consistency and error...
Continue reading
v0.31: Paste rich text to markdown
December 23, 2021
by
billiam
5
When you paste HTML content into Deepdwn (copied from a webpage or online document editing tool), Deepdwn will now do its very best to convert it into markdown. This can be a huge time saver when impo...
Continue reading
v0.30.0: Multi-tag filtering, link pasting
November 18, 2021
by
billiam
4
I’ve got a handful of features, changes and bugfixes for you with 0.30! Multiple tag selection You can now select multiple tags in the filters panel by holding control while clicking them, to furthe...
Continue reading
v0.29.0: Markdown templates and more
October 30, 2021
by
billiam
6
Do you find yourself starting documents the same way over and over? Maybe you use the same set of categories or tags, maybe you always add the current date to your blog posts, or maybe you don’t lik...
Continue reading
v0.28.1: Bugfix for saving new files
October 17, 2021
by
billiam
2
First, welcome new users! This is a quick bugfix-only release, but more substantial updates will be coming in the future. Bugfixes Fixed timing issue that caused an error, on some systems, when saving...
Continue reading
v0.28.0: Editor display improvements
October 09, 2021
by
billiam
2
This update contains a number of smaller display improvements and tweaks. Enjoy! Display updates In a new feature I’m creatively calling “Big Headings”, Deepdwn can now display your markdown hea...
Continue reading
v0.27.0: Word counting, oh .snap!
September 18, 2021
by
billiam
4
Word count statistics Deepdwn can now track and display your word count over time in pretty charts by year, month and day. The global/file button switches between showing your word count updates for t...
Continue reading
v0.26.0: Table editing edition
August 15, 2021
by
billiam
5
Live tables Verion 0.26 brings a shiny new table editor to Deepdwn! Tables are realigned automatically while editing. You can press tab (and shift tab) to jump between columns, or press enter to move...
Continue reading
v0.25.3: Spellchecking bugfixes
July 11, 2021
by
billiam
3
Quick bugfix release for spell checking issues! Bugfixes Fixed spellcheck context menu offering no suggestions for misspelled words Fixed spellcheck failing to save changes when cursor wasn’t alread...
Continue reading
v0.25.2: Markdown folding improvements
July 09, 2021
by
billiam
2
More improvements for markdown folding! Tweaks Added shortcuts for folding specific heading levels for sublime and emacs key bindings. Added toggle fold command for default key bindings Cursor can now...
Continue reading
v0.25.1: Bugfix for code folding shortcuts
July 06, 2021
by
billiam
2
Quick bugfix update for some issues related to key shortcuts for markdown folding Also added a couple of additional key shortcuts for folding. Bugfixes Fixed sections unfolding immediately after edit...
Continue reading
v0.25.0: Folding, pinning, file monitoring, scroll improvements
July 05, 2021
by
billiam
4
Here’s another big update that I had planned to be a small update instead. I hope you like features! Document folding Deepdwn now supports persistent document folding. With this change, you can coll...
Continue reading
v0.24.1: Bugfix for missing PDF images
June 23, 2021
by
billiam
2
Version 0.25.0 (and 0.26.0) are both underway currently, but here’s a quick bugfix release. Bugfixes Fixed missing local images in PDF exports. This issue affected PDFs only, and did not affect styl...
Continue reading
v0.24.0: Document linking/autocomplete, and HTML exports
June 10, 2021
by
billiam
2
Update 0.24 is a feature-packed update that I’ve been looking forward to for a while. Document linking First up, document linking! This is really a collection of features, so let’s dive in. Deepdw...
Continue reading
v0.23.1: Bugfix for save as
May 17, 2021
by
billiam
1
Quick bugfix release this time Bugfixes Fix selecting “Save as” from the file menu not doing anything. Right-clicking files and selecting “Save As” in the file list is unaffected by this bug...
Continue reading
v0.23.0: RTL support, math and songbooks
May 14, 2021
by
billiam
2
Version 23 is a big feature update, and v24 is already under way! Here’s what’s new: Right to left support Deepdwn now has support for right to left script, both while editing and in the preview...
Continue reading
v0.22.0: Preferences revamp, preview fonts, bug fixes
April 24, 2021
by
billiam
2
Preferences The preferences UI has gotten a little overhaul The preferences user interface has been split into multiple sections instead of one long list of settings. The automatic names used for the...
Continue reading
v0.21.0: Fonts and languages
March 31, 2021
by
billiam
4
Font improvements A couple of features have been added to improve Deepdwn’s font handling. Fira Code Fira Code has been added to Deepdwn’s font list. Fira Code distinguishes itself with its ligatu...
Continue reading
v0.20: Image drag and drop, pasting, dark preview
March 25, 2021
by
billiam
1
This update brings a couple of long overdue features, alongside some bells and whistles. Local image handling Deepdwn can now display images from your local machine. Both absolute paths, and paths rel...
Continue reading
v0.19: High contrast, emacs, centering, highlighting, line continuation!
March 07, 2021
by
billiam
2
Version 0.19 brings some requested features and some unrequested bugfixes! List continuation When typing a list, pressing enter/return will now insert a new list item at the same indentation level. Th...
Continue reading
v0.18.0: Accessibility improvements
February 28, 2021
by
billiam
2
This update brings a number of changes to improve Deepdwn’s accessibility, particularly for keyboard-only and screen reader users. I need to stress that I’m not an accessibility expert, and these...
Continue reading
v0.17.0: Big feature update + rebranding
February 06, 2021
by
billiam
1
The big update I’m really excited to launch this update, there’s some good stuff in here. New name and branding First, JotDown has been renamed to Deepdwn. There are a couple of reasons for this...
Continue reading
Future updates, development plan
January 18, 2021
by
billiam
1
A quick note about features I’m currently building or planning, and the general path for JotDown. First, I’m planning to change the name JotDown at some point. There are a number of markdown-relat...
Continue reading
v0.14.2: Search for files, compact view, fixes
December 30, 2020
by
billiam
1
This update brings a few features to improve usability when managing more files. Features The file list now has a search field! This will search all (currently visible, subject to tag/category/folder...
Continue reading
v0.13.0: Ascii guitar tabs, tweaks and features
December 28, 2020
by
billiam
1
New Features Ascii Tabs JotDown now supports guitar tabs in the (much more common) ascii tab format. These are properly syntax highlighted in the editor like the other musical formats. An example has...
Continue reading
v0.12.0: New stuff! Search, zoom, more highlighting
December 23, 2020
by
billiam
1
This update adds a bunch of stuff! Find and Replace This and UI scaling are the two most important features I've wanted to add. It (hopefully) works the way you'd expect. UI Scaling / Font Size You ca...
Continue reading
v0.10.3: Big feature update! (music formats, save as pdf, other good stuff)
December 17, 2020
by
billiam
1
This updated ended up larger than expected, but I'm excited for these changes. Music! First is a feature I've wanted to add since starting: Rendering of sheetmusic and tabs from a (fairly) user friend...
Continue reading
v0.10.2: Visual updates
December 08, 2020
by
billiam
1
Version 0.10.2 brings a handful of style updates: The main UI font is slightly bolder, larger and more readable (especially the list of files) Titles in the file list are bold, and have alternating ba...
Continue reading
v0.10.0: Spellcheck Edition, and no longer free.
December 04, 2020
by
billiam
1
JotDown now supports spellchecking! Finally. Right-click misspelled words to see a list of spelling suggestions, or add the word to your dictionary. To remove a word from your dictionary, select it, r...
Continue reading
v0.9.3: Small bugfix
January 03, 2020
by
billiam
1
Fixed an issue where loading would silently fail when launching Jotdown if any of the previously added folders had been deleted from disk. These will now be ignored instead...
Continue reading
v0.9.2: Window resizing edition
November 27, 2019
by
billiam
1
This release fixes some oddities related to resizing the main window and individual sections. The old behavior was OK, but with the addition of the outline view, resizing app sections was a bit weird...
Continue reading
v0.9.1: Added autosave, outline view and scrolling
November 24, 2019
by
billiam
1
This release adds autosave (finally), and a document outilne. Autosave: When enabled, changed files (that have already been saved at least once) will be saved every 2 minutes. When JotDown loses focus...
Continue reading
v0.8.2: Fixed itch app install under Windows
September 24, 2019
by
billiam
2
A couple of small fixes: This version of JotDown removes the 'Delete Folder' context menu option. I don't think this is valuable in-app. I may add it back if JotDown detects that the directory is empt...
Continue reading
v0.8.1: Bugfixes
September 21, 2019
by
billiam
1
#patches
Pushed a small change which prevented the selected directory from loading, and caused JotDown to prompt for a notes directory on every launch...
Continue reading