/pkm
/pkm
/pkm
/pkm

1 members
79 followers
/pkm
Pull to refresh
Cool trick for UUID v4 auto-generation for new notes via template, using the Templater plugin. Just include this in the frontmatter of the template note, and whenever you create a new note with it, it will automatically generate a UUID v4
---
uuid: <%*
function generateUUID() {
let dt = new Date().getTime();
let uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
let r = (dt + Math.random() * 16) % 16 | 0;
dt = Math.floor(dt / 16);
return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16);
});
return uuid;
}
tR += generateUUID();
%>
---2 For /obsidian users looking to introduce AI in a free & local way, I made a tutorial evaluating the various plugins and how to get started with smart connections ✨
I hope it helps, the semantic searching is 🤯
How To Add AI To Obsidian 📝 (Free Private Local) 🤖 Smart Connections
https://youtu.be/ce2PVHyuRtA1 0 4 slightly different than the problem i'm describing below but i've been missing block references from roam research so much that i got a free trial again today, and it's already feeling so good
what i love about block refs is i feel less of a desire to go back and edit the strucure of my notes, i can just move forward and continue threading convos/topics by using block refs as necessary(either as an alias in a sentence or as an embed to show i'm continuing the task/convo below)
https://warpcast.com/dylsteck.eth/0x...does anyone know of a notes tool or notes extensions that update in the background? i like having my notes structured(eg i have a cool template on /obsidian) but doing the "digital gardening" work to make sure i'm taking notes/tagging notes in the right place gets in my way sometimes
i want the computer/a notes tool to just understand the context around the notes i'm taking and do the tagging for me in the background
similarly i listened to a podcast from the notion cofounder the other day talking about how ai should be updating dbs for us & i think this in particular is a great use case for that3 0 9 really dissapointed by the educational content on PKM systems. seems like vast majority of influencers just really like the "idea" of having a second brain - the content seems hollow, more akin to "gear acquisition syndrome" than anything else.
are there any serious researchers who just happen to educate on the process on the side? best example I know is Andy Matuschak. any others?
https://notes.andymatuschak.org/Ever...8 2 16 I built my own bespoke second brain app - just for me. I've been using it for over 4 months, capturing thousands of short notes that I can freely explore - in a graph, as a map or using an LLM.
the coolest thing about doing something like this is having a piece of software that is truly bespoke - in this case perfectly adapted to ways I naturally like to think and work.
for example, a few weeks back I took a few hours to hack together a highlighter chrome extension. I can use it to highlight anything I read on the web and it automatically appears in the app in real time. I can have it open on another screen and instantly see all other notes I've taken that are related by the context (this uses AI). I find this workflow powerful because I love reading and writing, but I hate organising - so I get AI to do it for me.
what's the last thing you've built for yourself?1 0 5 Anyone have a workflow that incorporates spaced repetition or recall here?
0 0 0 Hi everyone! I am ENS broker and I work pkm.eth
If anyone is interested, let me know :)0 0 0 I have a really weird diversity of note taking that kinda drives me nuts:
Obsidian - Long form deep thinking
Pocket pen and notebook - Brain dump, anything goes
Raycast notes - Computer notepad
Apple notes - iPhone equivalent of Raycast notes
I need to sort this 😅 What do you use?4 0 2