- Organize content related to wiki management.
- Wiki . . . February 08, 2023, at 09:27 AM by Fabien:
- VirtualRealityInterface . . . October 23, 2022, at 05:56 AM by Fabien:
- MemoryRecipe . . . May 14, 2021, at 02:02 PM by Fabien: code fix URL
- Visualization . . . May 12, 2021, at 10:49 PM by Fabien: fixed repository URL
- BookshelfVisualization . . . April 15, 2021, at 09:56 AM by Fabien:
Ideas
2011
2010
2009
2008
- remote authentification-less clipboard
- Clipboard
- used for example to copy/paste temporary tokens or long URLs to an untrusted machine
- read
- terminal
curl https://fabien.benetou.fr/Temporary/Clipboard?action=source
- browser console
clp = await (await fetch("https://fabien.benetou.fr/Temporary/Clipboard?action=source")).text()
- can be used to then create a token file then used by another program or open the URL
- consider also bot, as done in the past for Telegram https://twitter.com/utopiah/status/1485676172700790786
- very convenient on mobile where social sharing is efficiency accross apps
- write
- terminal
curl -d "?n=Temporary.Clipboard&text=Testing&action=edit&post=1&author=PIMCLI&authpw=edit_password" https://fabien.benetou.fr/Temporary/Clipboard
- could become a Tridactyl global shortcut to e.g append the URL of the current page
- could become a CLI alias too, |-able and compatible with xclip
- improve importation of older documents
- upload my entire hard drive on my server
- find local scanner
- log inclusion based on
- type/schema per page
- evolution of my work spaces
- evolution of my needs and solutions
See also
To do
- generalize the highlight example featured on Tools.Hubs
- Import local modules
- submit good modules