Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 23 24 25 26 27 [28] 29 30 31 32 33 ... 234next
136
FYI- Roam has released its pricing.  It's $15/month.  You can continue for free right now, but as at some point they will do away with the free plan (and their language is shaming people that don't want to pay that price), I'm done with Roam.  That's just way too much a month for me.  Emphasized the part below about the not free forever part...
Only shows how much is in flux right now with these different tools.

One thing I hope for is standardization of some of the newer features. Like double bracket style links, timestamps as references and automatic backlinking, autocompletion and highlighting tailored for note taking, and more. A superset of CommonMark with features for working with information in large sets of interrelated plaintext files.

I've previously mentioned using Everything and AutoHotkey for a DIY quick linking feature. Basically, datestamps or unique filenames as links and a script that on hotkey press copy selection, silently search Everything for that string and take appropriate action. For example, if the selected string has a unique match and it is an image or pdf or txt file, then open it in a preset application. If it is another filetype then open Explorer and select it. If there are multiple matches then open the Everything window with the search results. Etcetera. This can be used regardless of what program I'm reading the plaintext note file in.

Maybe one could also make a decent DIY auto backlinking feature that does not depend on a specific all-features-included note taking app (Roam, Obsidian, ...) by using ripgrep, Everything and AutoHotkey together. Detect plaintext file changes and extract and update backlinks to the currently active plaintext document. Backlinks could show in a child window anchorded to the side of whatever app (Notepad++, ...) used to edit/read a plaintext file.

137
Find And Run Robot / Re: Can I create a list of my aliases?
« on: June 04, 2020, 09:49 AM »
Open the FARR options window, click "aliases" in the left pane list and select myaliases.alias in the dropdown. There you get list of aliases with one column each for alias name, regular expression and score.

Right click in that list and click "export" to get another window with a plaintext list in another format. Click that list and do ctrl+A to select all and then Ctrl+C to copy to clipboard. Paste into Notepad.

Though the formatting of that plaintext list is very compact so it is pretty difficult to get an overview of your aliases from reading it I think. Here is an example of what one line in the list can look like
1000>>>virtualbox>->C:\Program Files\Oracle\VirtualBox\VirtualBox.exe>n>C:\virtualbox_shared>+>^(?:virt|virtu|virtua|virtualvbox)$

138
Living Room / Re: 3D Printing - General Discussion
« on: May 29, 2020, 03:20 AM »
My boss bought a 3D printer in kit form, which was designed by some Tsechian person or Romanian person, who is known to design quality printers for low prices. I forgot, it has been quite a while since.

Prusa ? Very user friendly printers. They also make the software PrusaSlicer and the Thingiverse alternative Prusaprinters 

A fun thing is that they have a farm of 3D printers to manufacture parts for their 3D printers.

139
I didn't see offhand where codimd supports book mode, which is my major use of hackmd.  And some other features, like workspaces.  And that's just from a cursory look.
...
Longer explanation at https://github.com/codimd/server/blob/407c53b9d9c463782c130c1f804d0f5af1fc2539/docs/history.md
The history link helped. Seems CodiMD is not for me either, right now at least, since I don't want to manage a server for notes.

I like the look of HackMD book mode, though might not fit my personal use. But seems very well thought out for many use cases, especially collaborative writing. Is there a way to do global search in a HackMD book? The top left search bar on the demo page only seems to let us search the outline.

Never heard of transclusion before
-wraith808

I guess the terms include, transclude, import and embed are used for roughly the same thing a lot of times. I've mostly seen 'transclude' used for combining non-software plaintext files into a larger whole for e.g. documentation. So maybe the idea with the term there is to contrast that use to including/importing source code in a software project, but I'm not sure.

The HackMD embed feature GIF nicely illustrates what I called raw view and preview modes

kBOTpI2.gif

Unfortunately no third transclude view.

Not surprising though since no other markdown app I've looked at had that either. I searched some more on transcluding markdown today but still no luck. These two links were interesting nonetheless
https://stackoverflow.com/questions/4779582/markdown-and-including-multiple-files
https://www.reddit.com/r/writing/comments/b0ywcw/free_markdown_editors_with_live_preview_for/

I bet new transclude features will emerge sooner or later, given all these markdown apps and systems competing for users. Big question: Will the giants Google and Microsoft make room for easy markdown use on their platforms too? Imagine the google docs platform but with interlinking, transcluding markdown files.

140
I have no problem with markdown for notes because it's not a distraction. But I do when I'm working on prose and I need to focus on the relationship between the content and language and how it flows and progresses.
Yeah, different formats fit for different use cases I suppose. Though for fiction prose writing maybe special formatting, beyond perhaps italics, would be infrequent enough to not distract much even in raw Markdown mode? Could also help: Many code editors let you tweak and toogle between different themes and highlight schemes. So one could use one where the format pops at times and one more discreet at other times. VS Code and other editors also have a quick toggle for zen mode (minimal mode, distraction free mode, ...) that hides most toolbars and buttons. Example:

zen mode.png


Pages: prev1 ... 23 24 25 26 27 [28] 29 30 31 32 33 ... 234next
Go to full version