Skip to content

Instantly share code, notes, and snippets.

View lincolnthalles's full-sized avatar

Lincoln Nogueira lincolnthalles

  • Brazil
  • 02:58 (UTC -03:00)
View GitHub Profile
#
# Text file importer for Memos
# https://www.usememos.com
#
# This script imports text files (preferably in Markdown format) into your Memos instance.
#
# Provide the instance's URL and acess token, and it will create a new memo for each matching
# file in the source folder and subfolders.
#
# This script is designed to work with Python's 3.10 (or later) standard library. There's
@lincolnthalles
lincolnthalles / random_memo.js
Last active February 16, 2026 17:04
Add "Random Memo" button to Memos v0.21+ sidebar
/*
Select the appropriate code based on the Memos version you are currently running.
*/
@lincolnthalles
lincolnthalles / docker-compose.yml
Last active February 10, 2024 06:49
Run official Adminer Docker with auto-login
version: "3.0"
name: adminer
services:
adminer:
image: adminer
environment:
ADMINER_DEFAULT_DRIVER: sqlite # server=mysql, pgsql, sqlite, sqlite2, oracle, mssql, mongo, elastic
ADMINER_DEFAULT_DB: /data/database.db # path to SQLite database or DBMS database name
ADMINER_DEFAULT_SERVER: # DBMS IP or hostname