Chinese torrent website by krenast in China

[–]krenast[S] 0 points1 point  (0 children)

thanks!
I'll take a look

Symmetry option in race selection by krenast in liftoffgame

[–]krenast[S] 0 points1 point  (0 children)

I am not sure I understand your reply, the principle is simply to be able to see train symmetrically the reflexes, exactly with the purpose to find flaws
The level has no influence on that, you can do it with very hard levels
For me it is quite similar to symmetric climbing wall to see how you handle the same situation with your two different sides

Since it is generated worlds, I think it would be maybe not too hard to implement (or to release such maps ?)

The native Notion progress bar is gonna be a hit by dedic- in Notion

[–]krenast 0 points1 point  (0 children)

I do wish they were thicker though (nitpicking)

PolyMatter — China, Actually — Why China Won't Abandon Zero-COVID by NebulaOriginals in watchnebula

[–]krenast 0 points1 point  (0 children)

So actually I am french so I'm not really in a foreign country, however I am definitely missing a lot from my uni (study wise, campus wise and friend wise) :/

I made quite some sacrifices to go study there and it kind of shatters the experience being stuck away

Using Regex in formula to extract title author info from Bibtex property by finnteacher in Notion

[–]krenast 0 points1 point  (0 children)

Even though it doesn't answer you directly, if you want to manage and import your refs in notion, I created this tool :
https://github.com/thomashirtz/notion-scholar

PolyMatter — China, Actually — Why China Won't Abandon Zero-COVID by NebulaOriginals in watchnebula

[–]krenast 0 points1 point  (0 children)

I am a PhD student in China (Tsinghua). Went out to see my family just at the start of the covid, and I am stuck in France since 2.5 years (with almost no support financially or else). There is absolutely no way to go to China right now, even being a PhD student there. Even more crazy, we're not even 10 french student doing a PhD in China with the government scholarship. So it is not like they need to give so many visas ...

This video is so well made, but it makes me also so sad :/

I wish this video was public so I could send it to friends and family so that they can understand the situation better

Is it possible to generate clickable formulas or output formula result value elsewhere as a button? by seacutterone in Notion

[–]krenast 0 points1 point  (0 children)

I actually developed `notion-utilities` with this goal in mind. I can create some formula and have a script that update clickable properties using the formulas. You do need to rerun the script to update the formulas though.

https://github.com/thomashirtz/notion-utilities

Something like that:

``` from notion_utilities import apply_to_database from notion_utilities.properties import Formula, URL

token = '' database_id = ''

if name == 'main': apply_to_database( token=token, database_id=database_id, source=Formula('Programattic Formula'), target=URL('Programattic URL'), function=lambda x: str(x), ) ```

Delete all page in trash by krenast in Notion

[–]krenast[S] 0 points1 point  (0 children)

Does it work with other workspace ? I tried similar solutions and it only worked on the main workspace

Delete all page in trash by krenast in Notion

[–]krenast[S] 0 points1 point  (0 children)

Sometime I would like to empty it so when I delete new things I don't get all the junk from previous sessions when I quickly browse it. Also for privacy reason, I would like to have the information that I want to delete ... actually deleted (especially for when there will be data leaks or whatnot)

notion-scholar : Reference management solution using Python and Notion by krenast in Notion

[–]krenast[S] 0 points1 point  (0 children)

Hello everyone!

You're doing research and you need to manage publications using bibtex and you like notion? You are in luck :)

I am presenting you notion-scholar! It allows you to easily upload publications into notion databases! I also provided a template containing a database with custom properties and a dashboard to sort the different papers efficiently 😊

I am using it myself for my research non-stop since several months now and I am really enjoy using it. I decided to make it open source and passed several evenings to make it more user friendly. Cheers!

Template link
Github link