Hi, thanks for giving Deepdwn a try, and I’m sorry it wasn’t what you were looking for.
You can request a refund through itch.io support: https://itch.io/support
Hi, thanks for giving Deepdwn a try, and I’m sorry it wasn’t what you were looking for.
You can request a refund through itch.io support: https://itch.io/support
I don’t have a physical german keyboard to test with, so I want to make sure Deepdwn will see the correct key shortcuts for this case
Can you visit https://w3c.github.io/uievents/tools/key-event-viewer.html and enter Ctrl+Shift+ß
and share a screenshot of the results?
With a virtual keyboard, mine looks like this, which may not be accurate:
Hello!
Sorry about the delay responding, as (for the first time ever) a support message was in the forum spam queue!
Looking at a common german keyboard layout, it looks like the bindings specifically for folding and unfolding the current heading would not work, since those require altgr.
Can you confirm if those are the only ones you’re having trouble with?
Currently, there are no alternate binding options but I’ll see about adding some.
While I don’t have a keyboard shortcut workaround to offer you right now, you can also toggle headings by:
###
part of the heading...
after the heading to collapse it...
after the heading to expand it...
after the heading to expand itCtrl-K Ctrl-0
(or Ctrl-K Ctrl-J
) to expand all headingsCtrl-K Ctrl-#
to collapse all headings of a specific levelHi, thanks for your feedback.
As you’ve found, Deepdwn wasn’t really designed for that use case. It’s something I may be able to hack in at some point, but I think it would come with a lot of caveats, and features that don’t work the same when opening ad-hoc files.
I don’t have a timeframe for adding that, and I think it’s more likely that there would be a separate, Deepdwn-lite app without folders/tags/organization etc that could be used the way that you’d like.
For your use case, if there are a handful of projects you jump between most, you can add multiple folders to Deepdwn, and edit your files for all of them there, though how well that will work for you will depend on the number and size of projects.
Hello,
The mac releases have not been signed with an apple developer certificate. I don’t have a sonoma device to test with, but:
You should be able to either: Right click (or control-click) the app in finder and choose ‘open’, and then ‘open’ in the dialog prompt
Or (as I think you’re referencing)
You can install the application through the itch.io app, which also makes it easier to update.
Well that’s no good! I haven’t been able to reproduce this locally with the same windows version.
Does it crash silently to the desktop or do you see an error message on crash? Do you see any errors in the logs? (located at %appdata%/Deepdwn/logs
).
Does it occur with an empty document?
Does it occur when booting in safe mode?
Does it occur when using the File Menu > Export > PDF
option? How about when opening the preview window and clicking the save icon?
Does it happen when exporting as HTML?
Could you try renaming the Deepdwn settings folder (%appdata%/Deepdwn
) and seeing if it occurs? You can rename it back afterward to restore your settings.
I do see a crash when the print spooler service is stopped in windows, and probably related to this issue as well: https://itch.io/t/4120673/crashes-when-using-atlasos
Could that be the case for you?
Hi,
Thanks for attaching the markdown file, that makes this much easier!
I see several duplicate headings in the attached file:
->For X:<-
->For Y:<-
->Gravitational Force<-
->Equation of Motion<-
->Wavelength<-
->Power<-
These all appear twice, but they are under different parent headings.
If you don’t want to use the rule at all, you can disable it with:
"no-duplicate-header": false
in the “Markdown formatting rules” in “Preferences -> Advanced”.
If instead, you want to treat headings as unique if they’re under different parent headings (so that you can have Change in Position -> For X:
is not the same as Final Velocity -> For X:
, you can enable the allow_different_nesting
parameter for the no-duplicate-header
option instead:
"no-duplicate-header": {
"allow_different_nesting": true
}
Hope that helps!
Hi,
As you may have guessed, Deepdwn has no support for adding custom markdown elements, or removing the default ones. It would be very complicated to do so, and isn’t in scope for possible features in the future.
I don’t have great suggestions for your use case, but I would probably use <u>underline</u>
and the existing strike through to represent your underlines and unreadable text, and then (if needed) style them as you like outside of Deepdwn, assuming you intend to host/display the digitized output somewhere.
I’m less confident that generated IDs would work for duplicated headings across files?
That’s certainly supported within Deepdwn, yes
FWIW, I also noticed that the syntax checker complains about non-unique heading text. Is there an easy way to turn this rule off?
You can disable that syntax check in the config in Preferences > Advanced > Makdown Formatting Rules. You’d want to add
“no-duplicate-header”: false
Hello, and thanks for the feedback!
While custom heading IDs aren’t currently supported, the automatically generated ones are unique. Generally, you’d use
[my first brown bears heading](#brown-bears)
and
[my second brown bears heading](#brown-bears-1)
and so on.
I believe there may be an issue with autocomplete which may by obscuring that feature as well, so I’m hoping to get the fix out for that soon.
Thank you!
There is an issue with the description
section of your document.
It needs to appear like this (with the key and content on a single line)
description: Organizing potential quests and story
or like this (with the content indented on the following line):
description:
Organizing potential quests and story
Otherwise, the yaml section is technically invalid, and Deepdwn is unable to parse the metadata (in some circumstances), and you don’t get the correct title/tag/category display.
There is an advanced feature that ought to have been able to help with that (Settings > Advanced > Enable markdown format warnings), but I see that it has a bug preventing it from working correctly in the latest release.
If it was working, you might have seen this cryptic message, which may or may not have helped anyway.