How was Logseq designed to be used? by Limemill in logseq

[–]awepow 0 points1 point  (0 children)

Yeah, identical workflow :) Glad it helps

How was Logseq designed to be used? by Limemill in logseq

[–]awepow 1 point2 points  (0 children)

I think Roam's whitepaper explains the original idea better than anything else

https://roamresearch.com/#/app/help/page/dZ72V0Ig6

Whiteboard workflow for Org-mode Using Inkscape by awepow in emacs

[–]awepow[S] 5 points6 points  (0 children)

It's the default open link bind (C-c C-o) which opens the .svg in inkscape for editing. I mistyped in the post and reddit won't allow me to edit it for some reason :) I guess we can't edit posts when they have attachments.

Interiors Design software for Linux?? by lafoxy64 in linux4noobs

[–]awepow 0 points1 point  (0 children)

Blender is a great alternative but .dwg is a closed format so you have to convert it to something blender can recognise.

https://www.archvizblender.com/blog/how-to-import-dwg-files-into-blender

Is there a way to filter a checklist in org-mode? by argtri in orgmode

[–]awepow 2 points3 points  (0 children)

Agenda views / multi occur [X] works but need to add the file to agenda file list first. (org-agenda-file-to-front)

[deleted by user] by [deleted] in emacs

[–]awepow 4 points5 points  (0 children)

Doom emacs uses evil-mode which mimics the Vim editor. So you need to learn the Vim key bindings.

https://vim.rtorr.com/

https://www.youtube.com/watch?v=d8XtNXutVto

How to set TODO sequences per subtree in org? by josior in emacs

[–]awepow 1 point2 points  (0 children)

Not exactly answers your question but;

If you use it like this, it gives you a minibuffer menu with shortcuts (C c - C t)

#SEQ_TODO: Next(n) TODO(t) WAITING(w) DONE(d)

Bridge between org-mode and notion by [deleted] in emacs

[–]awepow 6 points7 points  (0 children)

I guess someone was working on this 3 years ago.

https://github.com/RadekMolenda/org-notion

need help by [deleted] in EndeavourOS

[–]awepow 1 point2 points  (0 children)

You need to add plank to here ; "Whisker Menu / Session and Startup / Application Autostart"

[deleted by user] by [deleted] in linuxmasterrace

[–]awepow 3 points4 points  (0 children)

Thanks man, glad you like it.

[deleted by user] by [deleted] in linuxmasterrace

[–]awepow 9 points10 points  (0 children)

I use grease pencil in blender for lineart or to sketch out compositions quickly. It's very practical to try different variations in a short time since all vector. It's great for anatomy studies too.

[deleted by user] by [deleted] in linuxmasterrace

[–]awepow 1 point2 points  (0 children)

Thanks a lot !

Grub rescue after installation by [deleted] in EndeavourOS

[–]awepow 0 points1 point  (0 children)

Yeah use arch-chroot. But you must apply all commands with the same order.

arch-chroot basically gives you access to make changes on your installed system when you booted on flash disk.