Eric Drechsel

Results 174 comments of Eric Drechsel

> Org mode in helix This isn't very actionable. Org mode has been under continuous development for [20 years](https://orgmode.org/manual/History-and-Acknowledgments.html) and has a vast feature set built using Emacs Lisp. Let's...

> ... separate config files per machine, configured via my dotfile manager I use YADM - its per-host files feature can do this. I plan to add a Nix Home-Manager...

> Can you please draft some rules that we may add to cfg.yaml? It seems like the only really necessary dynamic profile matching criteria is that a given set of...

> We could just use the toplevel defaults instead of a default profile. > If support were added, I'd keep the config as is, and then have context overlays that...

> it should be reinitialized to the programmatically-defined default value I realized that keys like like ORDER probably don't actually have a default value in way-displays, and instead the compositor...

@Jermolene, [$:/core/modules/widgets/navigator.js](https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/widgets/navigator.js) handles `tm-rename-tiddler` events by calling [`$tw.wiki.renameTiddler`](https://github.com/Jermolene/TiddlyWiki5/blob/72941f3e9a916948222ff7be540d896e2b1901f6/core/modules/wiki-bulkops.js#L18) which updates tags and other references immediately, but it's not triggered when the title is changed in tiddler edit mode. Is that...

I'd like to propose the following to address dangling tag and list references when renaming a tiddler. It's the spec for #2223. Please provide feedback. When a user modifies the...

Thanks for the feedback, updated above. It hadn't occurred to me that wikitext links need to be updated as well. How about we do that as a follow-on patch, using...

Informing the user of updates outside of the current tiddler seems like a good practice/policy, I agree. I think a modal is only needed if we can't update references safely,...

Thanks for your work over the years creating and maintaining SlimSocial! I've reached for it in various devices when i needed to access Facebook. 🎂🚀🍺 Feedback: new apk is 20MB,...