Giter VIP home page Giter VIP logo

rwxrob / zet Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 16.9 MB

Zettelkasten Repo. This is where I dump my knowledge as it happens, all my zettels ("slips" or notes) about almost anything and everything. The idea is rather simple really and very powerful. Be warned, however, just because something is here doesn't mean it is accurate or even that I still believe it.

Home Page: https://rwxrob.github.io/zet

License: Other

zettelkasten zettelkasten-methodology zettel personal notes knowledge-management knowledge

zet's Introduction

KEG Zettelkasten for Muhlestein, Robert S. (rwxrob)

Everything is in docs or at https://rwxrob.github.io/zet. Note that the nature of a Zettelkasten is to be messy and unedited full of information that might once have been relevant or true or written in a moment of passion and now is no longer how I feel or even completely inaccurate. This is not a "blog" or "site" or publication of any kind. Failure to keep this in mind when reading any zettelkasten can result in harm to me and others. Never cite anything from this or any other zettelkasten. Instead, use it to inspire your own research and conclusions.

NOTICE: This is not "open" content. It is illegal to copy anything from this zettelkasten for any other purpose whatsoever that is not guaranteed under American "fair use" copyright law. Violators will be prosecuted. This is to protect myself from people straight-up lying about me and my current position on any topic based on what is here. I'm very serious about prosecution. I will find you and ensure you receive consequences if you abuse this content and misrepresent me in any way.

zet's People

Contributors

rwxrob avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

zet's Issues

Avoid overhead of reindex just to edit or add new one

Latency isn't that bad, but since edits and new creates are atomic on a given workstation usually makes no sense to scan the entire keg every time, should just move the entry to the top of both latest.md and nodes.tsv, which will be less than milliseconds to do.

Factual inacurracy in 20210502133019

The legacy Perl interface wasn't dropped in NeoVim.

Nvim supports Perl |remote-plugin|s on Unix platforms. Support for polling STDIN
on MS-Windows is currently lacking from all known event loop implementations.
The Vim legacy |perl-vim| interface is also supported (which is itself
implemented as a Nvim remote-plugin).

https://neovim.io/doc/user/provider.html

Fix All ZettelMark

After having used this for a few months some rules have emerged for
doing this right (in my eyes). I've captured them in the ZettelMark
specification and need to apply them to every zettel in this
zettelkasten repo.

tooling

hey, this project is really interesting!

I wonder which tool do you use to manage it? Is it some vim plugin?

Thanks!

curious about build process.

Hi

I like the clean setup you have where you have only markdown files in main, and would like to use this for my own zettels

I'm curious about the build process for github pages
i don't see any other branches, or files in your repo that handle the build.

How is this setup? where are the build setttings set etc.

Secure scripting episode & zet

I was watching your video on secure scripting and was interested in your no path script in zet 20220109171814

There is a issue with the script in that you cannot pass arguments to the target script executed

To fix shift the ARGV stack down and add $@ to the exec which will also need the quotes removing to stop exec getting confused

#!/bin/sh
cmd='which $1'
export PATH=
shift
exec $cmd $@

Note replace the ' with a backquote (iPhone keyboard has no backtick

Also the script on the video said which $2 rather than which $1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.