Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30 ... 234next
121
You are together building the case for Obsidian for my particular use style and needs  :up:

One other strong consideration for me is that local plaintext files are very much easier to do stuff with from small AutoHotkey scripts for superspecific processing tasks, quick tweaks and more.

I hope that the Block Reference feature request discussed in their forum comes through. Specifically these thoughts are much in line with my brainstormed wishes for transclusion earlier here on DC. Such atomicity seems like a must have feature to me. But a challenge for Obsidian devs: how to implement that while staying with (1) plaintext files and (2) openness in the sense of plaintext files still being editable in other tools without a big clutter of long UID strings everywhere?

If (1) was the only requirement then the three level approach seems pretty straightforward: raw view, transclude view (resolve transcluded content, resolve UID strings as small icons, dots, color styling or some such) and preview view (fully resolved). Those who use transclude features would then spend most of their time writing in the mid-tier transclude view in Obsidian, but sometimes jump to raw view to fix issues. Obsidian and plug-ins would operate on the raw view data in the background.

But I can't think of a way to get convenient, reliable transclude atomicity in a set of every changing plaintext files without a paying a price re (2). Seems like something has to give. Bet: transclusion will prove so useful that Markdown syntax will be extended for it. Hopefully in a standardized way. NetCommonMark (Net as in networked notes) on the horizon? Once standardized other note apps would have similar transclude views so there would be less of an lock-in effect to the Obsidian editor.

122
The boom in interest in both Roam and Obsidian, and various third-party stuff, is both good and bad. Good in that great things will probably come out of it. But bad in that things are still so much up in the air that we don't know how much these tools will change 6 months from now. So I still find it hard commit to either ATM, since which one (or other) I will prefer in the not so distant future probably depends on features not yet there or not yet refined. I'm kind of stuck in test drive mode 8)

123
Haven't tried but there is also http://playingcards.io/. I've seen some file for use with it on BoardGameGeek.

124
General Software Discussion / Re: desktop backup and restore
« on: July 26, 2020, 06:54 AM »
Only a building block for making a script, but worth mentioning: The AutoHotkey function DeskIcons works for me in Win10 and some in its forum thread report that it works for them in Win7 too https://www.autohotkey.com/boards/viewtopic.php?f=6&t=3529

Edit: sorry, I read too quickly. The above function only saves/restores the position for already existing icons on the desktop. It does not restore icons/shortcuts that have been deleted.

125
AutoHotkey can do this. You can either program a script yourself, which is relatively easy to learn, or make user of some existing helper script to record a set of mouse movements and clicks that can later be rerun. Or do a combination of both. For example Mouse And Keyboard Macro Recorder from AutoHotkey forums.

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30 ... 234next
Go to full version